From 6e23ec86411c88ece2e799ee0529dab595980f86 Mon Sep 17 00:00:00 2001 From: Aldrik Ramaekers Date: Thu, 4 Jan 2024 18:24:13 +0100 Subject: zombie health bar --- src/guns.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/guns.c') 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) { -- cgit v1.2.3-70-g09d2