Top Level Namespace
Defined Under Namespace
Modules: Robot, Rrobots, ZOrder Classes: Battlefield, Bullet, Explosion, GosuRobot, Leaderboard, Match, Numeric, RRobotsGameWindow, RobotRunner, Round
Constant Summary collapse
- BIG_FONT =
'Courier New'
- SMALL_FONT =
'Courier New'
- COLORS =
['white', 'blue', 'yellow', 'red', 'lime']
- FONT_COLORS =
[0xffffffff, 0xff0008ff, 0xfffff706, 0xffff0613, 0xff00ff04]