mirror of
https://github.com/a-bad-dev/simple-shooter-game.git
synced 2026-06-09 04:16:30 +00:00
Make weapons bigger and greater (#7)
This commit is contained in:
parent
aee1534e12
commit
acfeef6d01
2 changed files with 25 additions and 4 deletions
|
|
@ -119,6 +119,7 @@ function ctf_ranged.simple_register_gun(name, def)
|
|||
ctf_guns_scope_zoom = def.scope_zoom or nil,
|
||||
inventory_image = def.texture.."^[colorize:#F44:42",
|
||||
ammo = def.ammo or "ctf_ranged:ammo",
|
||||
wield_scale = {x = def.scale or 1.25, y = def.scale or 1.25, z = 1.15},
|
||||
bullet_image = def.bullet_image,
|
||||
bullethole_image = def.bullethole_image,
|
||||
rounds = def.rounds,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue