added shooting
Showing
- src/game/CMakeLists.txt 4 additions, 1 deletionsrc/game/CMakeLists.txt
- src/game/game.cpp 70 additions, 8 deletionssrc/game/game.cpp
- src/game/game.h 6 additions, 2 deletionssrc/game/game.h
- src/game/input/events.hpp 17 additions, 1 deletionsrc/game/input/events.hpp
- src/game/input/sdl_input.cpp 25 additions, 1 deletionsrc/game/input/sdl_input.cpp
- src/game/multi_shot.cpp 21 additions, 0 deletionssrc/game/multi_shot.cpp
- src/game/multi_shot.h 26 additions, 0 deletionssrc/game/multi_shot.h
- src/game/renderer/sdl_renderer.cpp 17 additions, 11 deletionssrc/game/renderer/sdl_renderer.cpp
- src/game/renderer/sdl_renderer.h 0 additions, 1 deletionsrc/game/renderer/sdl_renderer.h
- src/game/shoot_controller.cpp 26 additions, 0 deletionssrc/game/shoot_controller.cpp
- src/game/shoot_controller.h 26 additions, 0 deletionssrc/game/shoot_controller.h
- src/game/single_shot.cpp 3 additions, 0 deletionssrc/game/single_shot.cpp
- src/game/single_shot.h 15 additions, 0 deletionssrc/game/single_shot.h
- src/game/state/entities.cpp 2 additions, 2 deletionssrc/game/state/entities.cpp
- src/game/state/entities.h 4 additions, 3 deletionssrc/game/state/entities.h
- src/game/state/shooter.cpp 3 additions, 1 deletionsrc/game/state/shooter.cpp
- src/game/state/shooter.h 4 additions, 0 deletionssrc/game/state/shooter.h
Loading
Please register or sign in to comment