fixed last two check misses, added second line before Config class declaration, fixed extra space at end of comment

This commit is contained in:
Xevion
2020-04-20 01:36:06 -05:00
parent 396fa7775d
commit 290942aa0d
2 changed files with 2 additions and 1 deletions

View File

@@ -51,7 +51,7 @@ class Game(arcade.Window):
self.floor_list = arcade.SpriteList()
self.enemy_list = arcade.SpriteList()
# Set up the player, specifically placing it at these coordinates.
# Set up the player, specifically placing it at these coordinates.
self.player = Player()
self.player.scale = 1
self.player.center_x = Config.SCREEN_WIDTH / 2