Skip to content

Commit 11a3bd8

Browse files
committed
Tried to commit assignment pythonarcade#7
1 parent 6a887ab commit 11a3bd8

File tree

4 files changed

+0
-1
lines changed

4 files changed

+0
-1
lines changed

Lab 08 - Sprites/explosion.wav

8.57 KB
Binary file not shown.

Lab 08 - Sprites/lab_08.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,6 @@ def setup(self):
6363
# game state; 0=running, -1=lose, 1=win
6464
self.game_state = 0
6565

66-
6766
# Add player ship
6867
self.player = arcade.Sprite(":resources:images/space_shooter/playerShip1_orange.png", 0.5)
6968
self.player_list.append(self.player)

Lab 08 - Sprites/laser.wav

139 KB
Binary file not shown.

Lab 08 - Sprites/mario_coin_sound.mp3

32.2 KB
Binary file not shown.

0 commit comments

Comments
 (0)