Module: GUI
- Defined in:
- lib/GUI/tk.rb,
lib/GUI/gosu.rb
Defined Under Namespace
Modules: ZOrder Classes: GosuRobot, LeaderBoard, RRobotsGameWindow, TkArena, TkRobot
Constant Summary collapse
- BIG_FONT =
'PortagoITC TT'
- SMALL_FONT =
'Monaco'
- COLORS =
['white', 'blue', 'yellow', 'red', 'lime']
- FONT_COLORS =
[0xffffffff, 0xff0008ff, 0xfffff706, 0xffff0613, 0xff00ff04]
- BUTTONS =
[Gosu::Button::KbNumpad0, Gosu::Button::KbNumpad1, Gosu::Button::KbNumpad2, Gosu::Button::KbNumpad3, Gosu::Button::KbNumpad4, Gosu::Button::KbNumpad5, Gosu::Button::KbNumpad6, Gosu::Button::KbNumpad7, Gosu::Button::KbNumpad8, Gosu::Button::KbNumpad9, Gosu::Button::KbNumpadMultiply]