summaryrefslogtreecommitdiffstats
path: root/Main.tscn
diff options
context:
space:
mode:
authordusoleil <howcansocksbereal@gmail.com>2022-09-15 20:52:36 -0400
committerdusoleil <howcansocksbereal@gmail.com>2022-09-15 20:52:36 -0400
commitdaf97e7b02a0e0f1bd9cab91b990d45773aab160 (patch)
tree3738d7f043ff35149ac1116affa736b13f7d7968 /Main.tscn
parent3e09d6846e3200881c0dbc60f9dd805ec2050c30 (diff)
downloadgodot_wildjam_49-daf97e7b02a0e0f1bd9cab91b990d45773aab160.tar.gz
godot_wildjam_49-daf97e7b02a0e0f1bd9cab91b990d45773aab160.zip
Add a ship camera (swap with Q) for testing world movement and generation
Diffstat (limited to 'Main.tscn')
-rw-r--r--Main.tscn6
1 files changed, 6 insertions, 0 deletions
diff --git a/Main.tscn b/Main.tscn
index 495c034..6612a43 100644
--- a/Main.tscn
+++ b/Main.tscn
@@ -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 )]