Skip to content

Commit

Permalink
Little changes
Browse files Browse the repository at this point in the history
  • Loading branch information
= committed Mar 20, 2015
1 parent 0389e0d commit 2fe3ab1
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 7 deletions.
6 changes: 0 additions & 6 deletions game.py
Expand Up @@ -18,12 +18,6 @@
m.set_viewport(0, 0, window.width, window.height)

# perform some queries to the map data!
print (m.objectgroups.keys())
# list all the objects
print("listing all the objects:")
for obj in m.objectgroups["object"]:
print(obj)


# get the object named "Door1"
keyboardhandler = pyglet.window.key.KeyStateHandler()
Expand Down

0 comments on commit 2fe3ab1

Please sign in to comment.