Added kamikaze states and star system border (both don't working properly)
This commit is contained in:
parent
bda9232e72
commit
ac263a1e65
6 changed files with 112 additions and 10 deletions
|
|
@ -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()
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue