changed robot radius

This commit is contained in:
Richard Harrington 2013-08-19 13:53:33 -04:00
parent ee04037e79
commit c205f120b7

View File

@ -8,7 +8,7 @@
// TODO: This game info should probably come from the server
// in a preliminary ajax call.
var GAME_INFO = {
robotRadius: 7,
robotRadius: 8,
robotXMax: 256.0,
robotYMax: 256.0,
gameSecondsPerTick: 0.03