module TAC module Palette TACNET_CONNECTED = Gosu::Color.new(0xff008000) TACNET_CONNECTING = Gosu::Color.new(0xffff8800) TACNET_CONNECTION_ERROR = Gosu::Color.new(0xff800000) TIMECRAFTERS_PRIMARY = Gosu::Color.new(0xff008000) TIMECRAFTERS_SECONDARY = Gosu::Color.new(0xff006000) TACNET_PRIMARY = Gosu::Color.new(0xff000080) TACNET_SECONDARY = Gosu::Color.new(0xff000060) GROUPS_PRIMARY = Gosu::Color.new(0xff444444) GROUPS_SECONDARY = Gosu::Color.new(0xff444444) ACTIONS_PRIMARY = Gosu::Color.new(0xff4444aa) ACTIONS_SECONDARY = Gosu::Color.new(0xff040404) VALUES_PRIMARY = Gosu::Color.new(0xff660066) VALUES_SECONDARY = Gosu::Color.new(0x040404ff) EDITOR_PRIMARY = Gosu::Color.new(0xff446688) EDITOR_SECONDARY = Gosu::Color.new(0x040404ff) end end