Added animation editor's particle list

This commit is contained in:
Maruno17
2023-10-18 16:48:28 +01:00
parent 193f01f70b
commit 7031698d85
10 changed files with 900 additions and 79 deletions

View File

@@ -23,8 +23,8 @@ class UIControls::Scrollbar < UIControls::BaseControl
@slider_size = size
@range = size # Total distance of the area this scrollbar is for
@slider_top = 0 # Top pixel within @size of the scrollbar
@visible = @always_visible
@always_visible = always_visible
self.visible = @always_visible
end
def position