Anim Editor: added FoeFlip property, Space to play, S to swap sides, P to show/hide property lines for selected particle

This commit is contained in:
Maruno17
2024-04-18 22:35:15 +01:00
parent 15033d6114
commit 4480def33c
23 changed files with 264 additions and 161 deletions

View File

@@ -10,6 +10,8 @@ class UIControls::Label < UIControls::BaseControl
@header = false
end
#-----------------------------------------------------------------------------
def text=(value)
@text = value
refresh
@@ -24,6 +26,8 @@ class UIControls::Label < UIControls::BaseControl
return self.bitmap.text_size(@text).width
end
#-----------------------------------------------------------------------------
def refresh
super
if @header