diff options
| author | Aldrik Ramaekers <aldrik@amftech.nl> | 2024-01-04 18:24:13 +0100 |
|---|---|---|
| committer | Aldrik Ramaekers <aldrik@amftech.nl> | 2024-01-04 18:24:13 +0100 |
| commit | 6e23ec86411c88ece2e799ee0529dab595980f86 (patch) | |
| tree | dba94a5f95e2bac02b2e9de36187b57fdc7f7e7d /src/guns.c | |
| parent | 3f17fd5a4e903044bad8777a4ac0aa52cf8920fb (diff) | |
zombie health bar
Diffstat (limited to 'src/guns.c')
| -rw-r--r-- | src/guns.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) { |
