mirror of
https://github.com/n0remac/game-jam-2020.git
synced 2025-12-11 08:05:24 -06:00
Merge branch 'monster-generation' of https://github.com/n0remac/game-jam-2020 into monster-generation
This commit is contained in:
@@ -46,6 +46,7 @@ class Game(arcade.Window):
|
|||||||
def setup(self):
|
def setup(self):
|
||||||
""" Set up the game here. Call this function to restart the game. """
|
""" Set up the game here. Call this function to restart the game. """
|
||||||
# Create the Sprite lists
|
# Create the Sprite lists
|
||||||
|
|
||||||
self.wall_list = arcade.SpriteList()
|
self.wall_list = arcade.SpriteList()
|
||||||
self.floor_list = arcade.SpriteList()
|
self.floor_list = arcade.SpriteList()
|
||||||
self.enemy_list = arcade.SpriteList()
|
self.enemy_list = arcade.SpriteList()
|
||||||
|
|||||||
Reference in New Issue
Block a user