Created ColorAndToolOptions script and scene

Removed the tool option signals from Main.gd and put them to ColorAndToolOptions.gd. Instead of having 2 methods for left and right, they are now in one method, using a boolean to differentiate between left and right.
This commit is contained in:
OverloadedOrama 2020-05-19 03:51:16 +03:00
parent c1db72865f
commit 1e114d6f4f
8 changed files with 1201 additions and 1277 deletions

File diff suppressed because one or more lines are too long