Rewriting ships: Added some player interface and started rewriting star system

This commit is contained in:
2ndbeam 2024-04-30 16:22:55 +03:00
commit 4172b336c1
20 changed files with 300 additions and 139 deletions

View file

@ -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