FINISHED DAMN DROP SYSTEM
This commit is contained in:
parent
3302fcfc96
commit
100afe5e51
17 changed files with 151 additions and 25 deletions
|
|
@ -3,8 +3,7 @@ extends SubStateMachine
|
|||
class_name WeaponSubStateMachine
|
||||
|
||||
@export var animation_prefix: StringName
|
||||
@export var droppable: PackedScene
|
||||
@export var self_scene: PackedScene
|
||||
@export var droppable: StringName
|
||||
@export var visibility_target: StringName
|
||||
|
||||
@export var max_ammo: int
|
||||
|
|
@ -12,6 +11,7 @@ class_name WeaponSubStateMachine
|
|||
@onready var remaining_ammo: int = max_ammo * 3
|
||||
|
||||
@export var can_be_previous: bool = true
|
||||
@export var destroy_when_empty: bool = false
|
||||
|
||||
var slot: StringName
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue