Global refactor
This commit is contained in:
parent
3868af29e3
commit
0589ca4e23
180 changed files with 249 additions and 401 deletions
9
systems/weapon_system/dropped_weapon.gd
Normal file
9
systems/weapon_system/dropped_weapon.gd
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
extends RigidBody3D
|
||||
|
||||
class_name DroppableWeapon
|
||||
|
||||
const IMPULSE = 10
|
||||
|
||||
@export var slot: StringName
|
||||
@export var weapon: WeaponSubStateMachine
|
||||
@export var team: Session.TEAMS
|
||||
Loading…
Add table
Add a link
Reference in a new issue