summaryrefslogtreecommitdiff
path: root/src/guns.c
diff options
context:
space:
mode:
authorAldrik Ramaekers <aldrik@amftech.nl>2024-01-04 18:24:13 +0100
committerAldrik Ramaekers <aldrik@amftech.nl>2024-01-04 18:24:13 +0100
commit6e23ec86411c88ece2e799ee0529dab595980f86 (patch)
treedba94a5f95e2bac02b2e9de36187b57fdc7f7e7d /src/guns.c
parent3f17fd5a4e903044bad8777a4ac0aa52cf8920fb (diff)
zombie health bar
Diffstat (limited to 'src/guns.c')
-rw-r--r--src/guns.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/guns.c b/src/guns.c
index 66fb1c1..75334a8 100644
--- a/src/guns.c
+++ b/src/guns.c
@@ -6,7 +6,7 @@ gun get_gun_by_type(gun_type type) {
}
float get_gun_size(gun_type type) {
- return 0.5f;
+ return 0.6f;
}
image* get_image_of_gun(gun_type type) {