diff gamelib/schematics.py @ 260:8cad2a0ded67

Add spider image to schematics
author Neil Muller <drnlmuller@gmail.com>
date Sun, 13 May 2012 01:47:08 +0200
parents 44a09802fff4
children
line wrap: on
line diff
--- a/gamelib/schematics.py	Sun May 13 01:42:13 2012 +0200
+++ b/gamelib/schematics.py	Sun May 13 01:47:08 2012 +0200
@@ -191,6 +191,7 @@
         (research.Biogenetics, 3),
         (research.Physics, 2),
         )
+    IMAGE_NAME = 'schematics/spider'
 
     BASE_POWER = 22
     POWER_INCREMENT = 2