Add menu bar to Animation Editor, some refactoring

This commit is contained in:
Maruno17
2023-11-19 22:13:47 +00:00
parent ab2d2c1356
commit b54a96f23f
8 changed files with 421 additions and 293 deletions

View File

@@ -13,7 +13,8 @@ class Bitmap
end
end
# TODO: Add more curve types once it's decided which ones they are.
# TODO: Add more curve types once it's decided which ones they are. See
# INTERPOLATION_TYPES.
def draw_interpolation_line(x, y, width, height, gradient, type, color)
case type
when :linear