Rewriting ships: Added weapon base and changed hull parent to Node
This commit is contained in:
parent
95274d0a5b
commit
6957169ba5
13 changed files with 121 additions and 37 deletions
|
|
@ -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")]
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue