Not really sure what I did ... but some sort of improvement.

This commit is contained in:
Sakse Dalum
2012-08-08 15:22:27 +02:00
parent 42610349b7
commit 8490b2cbfe
2 changed files with 24 additions and 22 deletions

View File

@@ -29,7 +29,7 @@ import numpy
import copy
class WorldObject(object):
def __init__(self, level, x, y, z=0, direction=(1, 0), speed=5,
def __init__(self, level, x, y, z=0, direction=(1, 0), speed=4,
tile_x=64, tile_y=48,
movable=False):
self.__dict__.update(locals())