Weapon draw and holster
This commit is contained in:
parent
6a317d1913
commit
b4a6dadc43
18 changed files with 428 additions and 9 deletions
|
@ -15,7 +15,7 @@ var ammo: int
|
|||
|
||||
@export var fire_mode: BaseFireMode
|
||||
|
||||
## Weapon animation library. Should contain "static", "fire", "reload" animations
|
||||
## Weapon animation library. Should contain "static", "fire", "reload", "holster", "draw" animations
|
||||
@export var animation_library: AnimationLibrary
|
||||
|
||||
var is_firing: bool = false
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue