Added player and level and world objects.
This commit is contained in:
@@ -25,5 +25,8 @@ A generic level.
|
||||
"""
|
||||
|
||||
class Level(object):
|
||||
def __init__(self, level_name):
|
||||
self.__dict__.update(locals())
|
||||
def update(self, e, t, dt):
|
||||
pass
|
||||
|
||||
def draw(self, window):
|
||||
pass
|
||||
|
||||
Reference in New Issue
Block a user