1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-08 12:40:44 +00:00

Merge pull request #102189 from KoBeWi/frames_per_setting

Add editor setting for FPS mode and compat
This commit is contained in:
Thaddeus Crews
2025-03-11 16:54:04 -05:00
6 changed files with 33 additions and 10 deletions

View File

@@ -923,6 +923,10 @@ void AnimationPlayerEditor::set_state(const Dictionary &p_state) {
}
}
void AnimationPlayerEditor::clear() {
track_editor->clear();
}
void AnimationPlayerEditor::_animation_resource_edit() {
String current = _get_current();
if (current != String()) {