Animation editor now uses proper animation data, misc other code tweaks to animation editor

This commit is contained in:
Maruno17
2023-10-01 20:39:04 +01:00
parent 2ff47cf40d
commit 79ffcd3230
12 changed files with 339 additions and 105 deletions

View File

@@ -29,6 +29,16 @@ class UIControls::Button < UIControls::BaseControl
}
end
def set_changed
@value = true
super
end
def clear_changed
@value = false
super
end
#-----------------------------------------------------------------------------
def refresh