Rewriting ships: Added weapon base and changed hull parent to Node

This commit is contained in:
2ndbeam 2024-04-29 12:08:13 +03:00
commit 6957169ba5
13 changed files with 121 additions and 37 deletions

View file

@ -9,7 +9,9 @@
[node name="Ship" type="Node2D"]
script = ExtResource("2_n14ml")
[node name="Hull" parent="." instance=ExtResource("3_upgeg")]
[node name="HullHolder" type="Node" parent="."]
[node name="Hull" parent="HullHolder" instance=ExtResource("3_upgeg")]
[node name="Engine" parent="." instance=ExtResource("4_adr14")]