comparison gamelib/scenes/cryo.py @ 133:0530547a131f

Better map handling, detail_view stuff in Result.
author Jeremy Thurgood <firxen@gmail.com>
date Tue, 24 Aug 2010 19:49:10 +0200
parents 97c5ff0a05bb
children faac82748f5a
comparison
equal deleted inserted replaced
132:686bb74a52f8 133:0530547a131f
47 "Cryo unit containing titanium leg." 47 "Cryo unit containing titanium leg."
48 48
49 NAME = "cryo.unit.1" 49 NAME = "cryo.unit.1"
50 50
51 INTERACTS = { 51 INTERACTS = {
52 "unit": InteractRectUnion(((520, 430, 80, 50), (550, 470, 90, 60), 52 "unit": InteractRectUnion((
53 (600, 510, 60, 40))) 53 (520, 430, 80, 50),
54 (550, 470, 90, 60),
55 (600, 510, 60, 40),
56 ))
54 } 57 }
55 58
56 INITIAL = "unit" 59 INITIAL = "unit"
57 60
58 INITIAL_DATA = { 61 INITIAL_DATA = {