mirror of
https://github.com/infinitefusion/infinitefusion-e18.git
synced 2025-12-13 16:04:58 +00:00
Refactored scrollbar into its own control
This commit is contained in:
@@ -45,6 +45,10 @@ class AnimationEditorLoadScreen
|
||||
end
|
||||
@animations.push([id, name])
|
||||
end
|
||||
# TODO: For slider testing purposes.
|
||||
rand(400).times do |i|
|
||||
@animations.push([42 + i, "Extra animation #{i + 1}"])
|
||||
end
|
||||
end
|
||||
|
||||
def draw_editor_background
|
||||
|
||||
Reference in New Issue
Block a user