diff options
author | dusoleil <howcansocksbereal@gmail.com> | 2022-09-15 20:52:36 -0400 |
---|---|---|
committer | dusoleil <howcansocksbereal@gmail.com> | 2022-09-15 20:52:36 -0400 |
commit | daf97e7b02a0e0f1bd9cab91b990d45773aab160 (patch) | |
tree | 3738d7f043ff35149ac1116affa736b13f7d7968 /Main.tscn | |
parent | 3e09d6846e3200881c0dbc60f9dd805ec2050c30 (diff) | |
download | game_jam49-daf97e7b02a0e0f1bd9cab91b990d45773aab160.tar.gz game_jam49-daf97e7b02a0e0f1bd9cab91b990d45773aab160.zip |
Add a ship camera (swap with Q) for testing world movement and generation
Diffstat (limited to 'Main.tscn')
-rw-r--r-- | Main.tscn | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -150,6 +150,12 @@ transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, 9.77011, -3.30323, -29.0883 ) [node name="Float14" parent="ShipRigidBody" instance=ExtResource( 4 )] transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, 9.77011, -3.30323, -49.022 ) +[node name="CameraPivot" type="Spatial" parent="ShipRigidBody"] + +[node name="Camera" type="Camera" parent="ShipRigidBody/CameraPivot"] +transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 1.30045, 0 ) +far = 5000.0 + [node name="crates" type="Spatial" parent="."] [node name="crate" parent="crates" instance=ExtResource( 5 )] |