weapon speed modifiers
This commit is contained in:
parent
ac8ea51d9c
commit
7c7f68b6f5
8 changed files with 37 additions and 21 deletions
|
|
@ -10,6 +10,8 @@ class_name WeaponSubStateMachine
|
|||
@onready var ammo: int = max_ammo
|
||||
@onready var remaining_ammo: int = max_ammo * 3
|
||||
|
||||
@export var speed_modifier: float = 1.0
|
||||
|
||||
@export var can_be_previous: bool = true
|
||||
@export var destroy_when_empty: bool = false
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue