comparison gamelib/scenes/machine.py @ 753:c910c8b51d55 pyntnclick

No idea what that TODO thinks needs to be done, but we've done it.
author Stefano Rivera <stefano@rivera.za.net>
date Sat, 26 Jan 2013 11:24:01 +0200
parents ef4bda7d623d
children 386475464202
comparison
equal deleted inserted replaced
752:b616eeab0b82 753:c910c8b51d55
66 (510, 360, 13, 11), 66 (510, 360, 13, 11),
67 (532, 331, 14, 11), 67 (532, 331, 14, 11),
68 (605, 304, 26, 8), 68 (605, 304, 26, 8),
69 ))) 69 )))
70 self.add_thing(GenericDescThing("machine.drill_press_block", 7, 70 self.add_thing(GenericDescThing("machine.drill_press_block", 7,
71 "The block for the laser drill press", # TODO: fix description 71 "The block for the laser drill press",
72 ((461, 446, 38, 27),))) 72 ((461, 446, 38, 27),)))
73 73
74 74
75 class ToMap(Door): 75 class ToMap(Door):
76 76