OverloadedOrama
4cc0ccb97b
More Global left/right variables became Arrays
...
Global.update_left_custom_brush() and its right counterpart have also now become Global.update_custom_brush(mouse_button : int)
2020-05-31 18:40:47 +03:00
OverloadedOrama
c538140de2
Changed Global node variables to arrays for left/right
...
Instead of having 2 variables for left & right nodes, use an array instead. This will help with better looking code, automation and less repetitive code, as seen in ToolButtons.gd. Move related refactoring will follow.
2020-05-31 18:03:44 +03:00
OverloadedOrama
5b7d161ecf
Use enums instead of strings for tools
...
This could be a slight increase in performance
2020-05-31 16:04:33 +03:00
OverloadedOrama
d2539f44f0
Removed brush_selected signal
2020-05-21 20:33:00 +03:00
OverloadedOrama
c35e4b0613
Created a "UI" folder in src
...
And a Timeline folder in UI
2020-05-02 01:19:01 +03:00