Quest system done

This commit is contained in:
2ndbeam 2024-06-08 13:21:45 +03:00
commit 231ff2bb1d
10 changed files with 52 additions and 9 deletions

View file

@ -98,6 +98,7 @@ func _process(_delta):
[node name="PlayerShip" type="Node2D"]
process_mode = 1
script = ExtResource("2_oqdd7")
id = "SHIP_PLAYER"
[node name="InputController" type="Node2D" parent="."]
script = ExtResource("3_0e84a")