projects
/
koperkapel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b95be50
)
Fix anchor for lots roaches
author
Neil
<neil@dip.sun.ac.za>
Sat, 5 Mar 2016 14:42:50 +0000
(16:42 +0200)
committer
Neil
<neil@dip.sun.ac.za>
Sat, 5 Mar 2016 14:42:50 +0000
(16:42 +0200)
koperkapel/vehicles/walking.py
patch
|
blob
|
history
diff --git
a/koperkapel/vehicles/walking.py
b/koperkapel/vehicles/walking.py
index f9fb853ec33d07c421f1e9b1f57ac6b79c069d95..6b57dff2c22fee29c0d80d42dfaddb9677216a6d 100644
(file)
--- a/
koperkapel/vehicles/walking.py
+++ b/
koperkapel/vehicles/walking.py
@@
-30,6
+30,7
@@
class Walking(Vehicle):
avatar.anchor = (0, 0)
else:
avatar = roaches_nonet.assemble(roach)
+ avatar.anchor = (0, 0)
return avatar
def changed(self):