diff --git a/triple-dungeon/main.py b/triple-dungeon/main.py index c2cefd8..02cff08 100644 --- a/triple-dungeon/main.py +++ b/triple-dungeon/main.py @@ -74,7 +74,7 @@ class Game(arcade.Window): self.bullet_list = arcade.SpriteList() # Create the dungeon - self.dungeon = Dungeon(0, 12) + self.dungeon = Dungeon(0, 8) # Set up the player, specifically placing it at these coordinates. self.player = Player()