Changeset 92:4c7e85906453
- Timestamp:
- 09/02/13 06:47:05 (8 years ago)
- Branch:
- default
- Phase:
- public
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
nagslang/screens/area.py
r87 r92 54 54 55 55 def add_protagonist(self): 56 self.protagonist = Protagonist(( 400, 300))56 self.protagonist = Protagonist((350, 300)) 57 57 self.protagonist.add_to_space(self.space) 58 58 self.toy_switch = FloorSwitch((300, 400))
Note:
See TracChangeset
for help on using the changeset viewer.