added back in the icon attribute for robots, currently just the char of their idx

This commit is contained in:
Richard Harrington 2013-08-12 14:59:31 -04:00
parent e01d375bb3
commit 6b573d8a9b

View File

@ -12,7 +12,8 @@
(robot/init-robot
idx
program
{:pos-x (rand-int width)
{:icon (str idx)
:pos-x (rand-int width)
:pos-y (rand-int height)
:aim 0.0
:damage 0.0}))