Stubbed preset manager state, added confirm and variable dialogs, variables can now be created, everything is now mutatable

This commit is contained in:
2020-06-08 08:58:47 -05:00
parent 151df4ca57
commit f7a3e282f1
9 changed files with 393 additions and 58 deletions

View File

@@ -18,9 +18,9 @@ module TAC
ACTIONS_SECONDARY = Gosu::Color.new(0xff040404)
VALUES_PRIMARY = Gosu::Color.new(0xff660066)
VALUES_SECONDARY = Gosu::Color.new(0x040404ff)
VALUES_SECONDARY = Gosu::Color.new(0xff440044)
EDITOR_PRIMARY = Gosu::Color.new(0xff446688)
EDITOR_SECONDARY = Gosu::Color.new(0x040404ff)
EDITOR_SECONDARY = Gosu::Color.new(0xff224466)
end
end