Restructed Simulator to support multiple robots, Field now draws base field without scaling

This commit is contained in:
2020-06-16 07:49:33 -05:00
parent b19826d51f
commit 12b89f9370
5 changed files with 213 additions and 183 deletions

View File

@@ -9,6 +9,9 @@ module TAC
TIMECRAFTERS_SECONDARY = Gosu::Color.new(0xff_006000)
TIMECRAFTERS_TERTIARY = Gosu::Color.new(0xff_00d000)
BLUE_ALLIANCE = Gosu::Color.new(0xff_000080)
RED_ALLIANCE = Gosu::Color.new(0xff_800000)
TACNET_PRIMARY = Gosu::Color.new(0xff_003f7f)
TACNET_SECONDARY = Gosu::Color.new(0xff_007f7f)