Merge branch 'monster-generation' of https://github.com/n0remac/game-jam-2020 into monster-generation

This commit is contained in:
Cameron Smart
2020-04-19 01:19:06 -07:00

View File

@@ -46,6 +46,7 @@ class Game(arcade.Window):
def setup(self):
""" Set up the game here. Call this function to restart the game. """
# Create the Sprite lists
self.wall_list = arcade.SpriteList()
self.floor_list = arcade.SpriteList()
self.enemy_list = arcade.SpriteList()