Anim Editor: added play functionality to battle and editor

This commit is contained in:
Maruno17
2024-04-13 16:28:52 +01:00
parent d0e15a8939
commit 44cc500fdc
15 changed files with 1221 additions and 175 deletions

View File

@@ -20,6 +20,10 @@ class UIControls::Label < UIControls::BaseControl
refresh
end
def text_width
return self.bitmap.text_size(@text).width
end
def refresh
super
if @header