Refactored scrollbar into its own control

This commit is contained in:
Maruno17
2023-10-06 20:59:30 +01:00
parent 79ffcd3230
commit 193f01f70b
3 changed files with 198 additions and 74 deletions

View File

@@ -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