feat(*): Add much better ship controls

This commit is contained in:
Josh Creek
2025-07-13 21:01:57 +01:00
parent 709bc947f5
commit cba9a51b5f
5 changed files with 379 additions and 52 deletions
+2 -2
View File
@@ -42,10 +42,10 @@ process_callback = 0
autostart = true
[node name="Ship" parent="." instance=ExtResource("4_iywne")]
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 3.16266, 2.82216, 16.1299)
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0.497204, 2.82216, 27.8553)
lock_rotation = true
[node name="Ball" parent="." instance=ExtResource("5_iywne")]
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 18.2942, 1.46401, -2.82393)
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0.464103, 1.46401, -2.82393)
[connection signal="timeout" from="Timer" to="." method="_on_timer_timeout"]