bomb spawn im crying
This commit is contained in:
parent
9d0e09220d
commit
3302fcfc96
16 changed files with 148 additions and 15 deletions
|
|
@ -3,7 +3,8 @@ extends SubStateMachine
|
|||
class_name WeaponSubStateMachine
|
||||
|
||||
@export var animation_prefix: StringName
|
||||
@export var model: PackedScene
|
||||
@export var droppable: PackedScene
|
||||
@export var self_scene: PackedScene
|
||||
@export var visibility_target: StringName
|
||||
|
||||
@export var max_ammo: int
|
||||
|
|
@ -12,6 +13,8 @@ class_name WeaponSubStateMachine
|
|||
|
||||
@export var can_be_previous: bool = true
|
||||
|
||||
var slot: StringName
|
||||
|
||||
signal request_return
|
||||
|
||||
var system: WeaponSystem
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue