Rewriting ships: Added some player interface and started rewriting star system
This commit is contained in:
parent
6957169ba5
commit
4172b336c1
20 changed files with 300 additions and 139 deletions
|
|
@ -1,4 +1,4 @@
|
|||
extends Node2D
|
||||
extends Node
|
||||
|
||||
class_name ProjectileContainer
|
||||
|
||||
|
|
@ -6,3 +6,6 @@ static var instance : ProjectileContainer
|
|||
|
||||
func _ready():
|
||||
instance = self
|
||||
|
||||
func _exit_tree():
|
||||
instance = null
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue