bomb spawn im crying
This commit is contained in:
parent
9d0e09220d
commit
3302fcfc96
16 changed files with 148 additions and 15 deletions
7
scripts/weapon_system/dropped_weapon.gd
Normal file
7
scripts/weapon_system/dropped_weapon.gd
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
extends RigidBody3D
|
||||
|
||||
class_name DroppableWeapon
|
||||
|
||||
@export var slot: StringName
|
||||
@export var weapon: WeaponSubStateMachine
|
||||
@export var team: Session.TEAMS
|
||||
Loading…
Add table
Add a link
Reference in a new issue