aboutsummaryrefslogtreecommitdiffstats
path: root/src/gameplay.hpp
diff options
context:
space:
mode:
authorsalaaad2 <arthurdurant263@gmail.com>2022-01-07 13:38:58 +0100
committersalaaad2 <arthurdurant263@gmail.com>2022-01-07 13:38:58 +0100
commit24cbda44818cf3a866685638ef6cdbf466a1fb1a (patch)
tree1b3d12e3e39ba1635c183bb1a69fbc82da10f888 /src/gameplay.hpp
parentVERSION 0.0.5 AND A HALF (diff)
downloadthreshold-24cbda44818cf3a866685638ef6cdbf466a1fb1a.tar.gz
threshold-24cbda44818cf3a866685638ef6cdbf466a1fb1a.tar.bz2
threshold-24cbda44818cf3a866685638ef6cdbf466a1fb1a.tar.xz
threshold-24cbda44818cf3a866685638ef6cdbf466a1fb1a.tar.zst
threshold-24cbda44818cf3a866685638ef6cdbf466a1fb1a.zip
add new weapon, AR and add switching weapons
Diffstat (limited to 'src/gameplay.hpp')
-rw-r--r--src/gameplay.hpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/gameplay.hpp b/src/gameplay.hpp
index f66e0a6..7098e1a 100644
--- a/src/gameplay.hpp
+++ b/src/gameplay.hpp
@@ -20,6 +20,10 @@
#define SHOTTY_BANG "../meta/media/mp3/shotty_shoot.mp3"
#define SHOTTY_RELOAD "../meta/media/mp3/shotty_reload.mp3"
+#define AR_BANG "../meta/media/mp3/ar_shoot.mp3"
+#define AR_RELOAD "../meta/media/mp3/shotty_reload.mp3"
+
+
// player textures
#define MUCHACHO_TEX "../meta/media/sprites/cowboy_idle.png"