Added kamikaze states and star system border (both don't working properly)

This commit is contained in:
2ndbeam 2024-05-03 22:52:21 +03:00
commit ac263a1e65
6 changed files with 112 additions and 10 deletions

View file

@ -16,7 +16,7 @@ var player_ship: PlayerShip
var pause_controller: Control
func _ready():
player_ship = get_node_or_null("PlayerShip")
player_ship = get_node_or_null("FactionPlayer/PlayerShip")
pause_controller = pause_controller_scene.instantiate()