diff options
author | dusoleil <howcansocksbereal@gmail.com> | 2022-09-14 11:26:24 -0400 |
---|---|---|
committer | dusoleil <howcansocksbereal@gmail.com> | 2022-09-15 09:04:29 -0400 |
commit | 0610d7fdcaa15f7b6dc9b3ff03641a1093c01275 (patch) | |
tree | e1b46a98179c1232a7289b7bec161cb3a4053631 /Main.tscn | |
parent | cdb6dc3ff78516bdc1b10c2f02ac50973969b749 (diff) | |
download | godot_wildjam_49-0610d7fdcaa15f7b6dc9b3ff03641a1093c01275.tar.gz godot_wildjam_49-0610d7fdcaa15f7b6dc9b3ff03641a1093c01275.zip |
Undo reparent of camera
Diffstat (limited to 'Main.tscn')
-rw-r--r-- | Main.tscn | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -33,6 +33,7 @@ transform_array = PoolVector3Array( 0.35759, 0, -0.933879, 0, 1, 0, 0.933879, 0, [sub_resource type="CapsuleShape" id=22] radius = 11.4853 height = 97.7559 +[sub_resource type="BoxShape" id=23] [node name="Main" type="Spatial"] [node name="DirectionalLight" type="DirectionalLight" parent="."] @@ -114,7 +115,6 @@ transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, 9.77011, -3.30323, 0 ) [node name="Float12" parent="ShipRigidBody" instance=ExtResource( 4 )] transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, 9.77011, -3.30323, -14.1012 ) - [node name="Float13" parent="ShipRigidBody" instance=ExtResource( 4 )] transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, 9.77011, -3.30323, -29.0883 ) @@ -134,7 +134,7 @@ linear_damp = 0.5 script = ExtResource( 5 ) [node name="CollisionShape" type="CollisionShape" parent="World"] -shape = SubResource( 22 ) +shape = SubResource( 23 ) [node name="crate" parent="crates" instance=ExtResource( 5 )] transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 1.56126, 0 ) |