diff options
author | BoredGuy <osome3717@gmail.com> | 2024-12-14 08:16:53 +0300 |
---|---|---|
committer | BoredGuy <osome3717@gmail.com> | 2024-12-14 08:16:53 +0300 |
commit | 36144cc98ed6d96cc4f28e73d8da3434774c5d7a (patch) | |
tree | 947de22d753cdba817bf3de7c48b97de8351c891 /Week1-Pacman/src/pacman.h | |
parent | 0979d3fef156da87b906c55621b49634dced28ba (diff) |
Animation system updates
- implement draw_animation
- add dpi scaling
Diffstat (limited to 'Week1-Pacman/src/pacman.h')
-rw-r--r-- | Week1-Pacman/src/pacman.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Week1-Pacman/src/pacman.h b/Week1-Pacman/src/pacman.h index 567fc1d..b56e95d 100644 --- a/Week1-Pacman/src/pacman.h +++ b/Week1-Pacman/src/pacman.h @@ -15,7 +15,6 @@ struct pacman { int xpos; int ypos; - SDL_Texture* pacman_texture; enum facing facing; float frame_time; |