Skip to content
GitLab
Explore
Projects
Groups
Topics
Snippets
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Сулимов Игорь Андреевич
Pac-Man
Commits
33152a28
Commit
33152a28
authored
6 days ago
by
Сулимов Игорь Андреевич
Browse files
Options
Download
Patches
Plain Diff
Almost finished
parent
8067d964
Changes
13
Hide whitespace changes
Inline
Side-by-side
Showing
13 changed files
assets/EnemyTexture.png
+0
-0
assets/EnemyTexture.png
assets/PacmanTexture.png
+0
-0
assets/PacmanTexture.png
include/Config.h
+3
-0
include/Config.h
include/Draw/Textures/EnemyTexture.h
+1
-3
include/Draw/Textures/EnemyTexture.h
include/Draw/Textures/FoodTexture.h
+3
-5
include/Draw/Textures/FoodTexture.h
include/Draw/Textures/PacmanTexture.h
+0
-3
include/Draw/Textures/PacmanTexture.h
include/Draw/Textures/Texture.h
+2
-1
include/Draw/Textures/Texture.h
include/MazeContent/Entities/Pacman.h
+11
-1
include/MazeContent/Entities/Pacman.h
source/Draw/Texture/EnemyTexture.cpp
+11
-1
source/Draw/Texture/EnemyTexture.cpp
source/Draw/Texture/FoodTexture.cpp
+11
-1
source/Draw/Texture/FoodTexture.cpp
source/Draw/Texture/PacmanTexture.cpp
+1
-5
source/Draw/Texture/PacmanTexture.cpp
source/MazeContent/Entities/Pacman.cpp
+29
-5
source/MazeContent/Entities/Pacman.cpp
source/States/GameState.cpp
+9
-0
source/States/GameState.cpp
with
81 additions
and
25 deletions
+81
-25
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Topics
Snippets