Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
scos
scos.projects
2PSnake
Commits
7c84a163
Commit
7c84a163
authored
Aug 31, 2020
by
Julian Rudolf
Browse files
image changes
parent
8770d846
Changes
1
Hide whitespace changes
Inline
Side-by-side
Game/main.py
View file @
7c84a163
...
...
@@ -42,7 +42,7 @@ bot_head = pygame.image.load('data/SnakeHeadBot_30x30.png')
red_head
=
pygame
.
image
.
load
(
'data/SnakeHeadRed_30x30.png'
)
green_apple
=
pygame
.
image
.
load
(
'data/AppleGreen_30x30.png'
)
purple_apple
=
pygame
.
image
.
load
(
'data/ApplePurple_30x30.png'
)
blue_apple
=
pygame
.
image
.
load
(
'data/AppleBlue_30x30.png'
)
#
blue_apple = pygame.image.load('data/AppleBlue_30x30.png')
bot_lost_end
=
pygame
.
image
.
load
(
'data/snake_images/X2P_lose_end.png'
)
bot_lost
=
pygame
.
image
.
load
(
'data/snake_images/X2P_lose_middle.png'
)
bot_start
=
pygame
.
image
.
load
(
'data/snake_images/X2P_start.png'
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment