Rewriting ships: Added weapon base and changed hull parent to Node
This commit is contained in:
parent
95274d0a5b
commit
6957169ba5
13 changed files with 121 additions and 37 deletions
|
|
@ -1,6 +1,6 @@
|
|||
extends Node2D
|
||||
|
||||
class_name Weapon
|
||||
# class_name Weapon
|
||||
|
||||
@export var projectile : PackedScene
|
||||
@export var spread : float = 0
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue