mirror of
https://github.com/godotengine/godot.git
synced 2025-12-08 06:09:55 +00:00
Merge pull request #102189 from KoBeWi/frames_per_setting
Add editor setting for FPS mode and compat
This commit is contained in:
commit
7d1e236ad9
6 changed files with 33 additions and 10 deletions
|
|
@ -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()) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue