carto-revive/res/scene/test.tscn

66 lines
2.5 KiB
Plaintext
Raw Normal View History

2024-11-01 09:39:46 -04:00
[gd_scene load_steps=12 format=3 uid="uid://tht1tf5iq6lw"]
2024-10-21 10:21:59 -04:00
2024-11-01 09:39:46 -04:00
[ext_resource type="Script" path="res://src/Craft/Krakensbane.cs" id="1_ju4qj"]
[ext_resource type="Script" path="res://src/Testing/TestThruster.cs" id="2_1t1tx"]
2024-10-22 09:46:21 -04:00
[sub_resource type="PhysicalSkyMaterial" id="PhysicalSkyMaterial_uxbcq"]
[sub_resource type="Sky" id="Sky_iakm3"]
sky_material = SubResource("PhysicalSkyMaterial_uxbcq")
[sub_resource type="Environment" id="Environment_0rcmt"]
background_mode = 2
sky = SubResource("Sky_iakm3")
[sub_resource type="CameraAttributesPhysical" id="CameraAttributesPhysical_irbnp"]
[sub_resource type="Compositor" id="Compositor_tt8nt"]
2024-11-01 09:39:46 -04:00
[sub_resource type="BoxShape3D" id="BoxShape3D_8al46"]
[sub_resource type="BoxMesh" id="BoxMesh_jgj3c"]
[sub_resource type="BoxShape3D" id="BoxShape3D_xxi7g"]
size = Vector3(16.9697, 0.0310059, 15.6934)
[sub_resource type="PlaneMesh" id="PlaneMesh_xcndr"]
size = Vector2(20, 20)
2024-10-22 09:46:21 -04:00
[node name="root" type="Node3D"]
2024-11-01 09:39:46 -04:00
[node name="DirectionalLight3D" type="DirectionalLight3D" parent="."]
transform = Transform3D(0.767277, -0.356166, -0.533322, 0.641316, 0.42612, 0.638072, 0, -0.831605, 0.555367, -9.52374, 5.38917, 8.97674)
2024-10-22 09:46:21 -04:00
2024-11-01 09:39:46 -04:00
[node name="WorldEnvironment" type="WorldEnvironment" parent="."]
environment = SubResource("Environment_0rcmt")
camera_attributes = SubResource("CameraAttributesPhysical_irbnp")
compositor = SubResource("Compositor_tt8nt")
2024-10-22 09:46:21 -04:00
2024-11-01 09:39:46 -04:00
[node name="FloatingOriginRoot" type="Node3D" parent="." node_paths=PackedStringArray("FocusedVessel")]
script = ExtResource("1_ju4qj")
FocusedVessel = NodePath("test-rocket")
2024-10-22 09:46:21 -04:00
2024-11-01 09:39:46 -04:00
[node name="test-rocket" type="RigidBody3D" parent="FloatingOriginRoot"]
2024-10-22 09:46:21 -04:00
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0.815224, 0)
2024-11-01 09:39:46 -04:00
script = ExtResource("2_1t1tx")
2024-10-22 09:46:21 -04:00
2024-11-01 09:39:46 -04:00
[node name="CollisionShape3D" type="CollisionShape3D" parent="FloatingOriginRoot/test-rocket"]
2024-10-22 09:46:21 -04:00
shape = SubResource("BoxShape3D_8al46")
2024-11-01 09:39:46 -04:00
[node name="MeshInstance3D" type="MeshInstance3D" parent="FloatingOriginRoot/test-rocket"]
2024-10-22 09:46:21 -04:00
mesh = SubResource("BoxMesh_jgj3c")
2024-11-01 09:39:46 -04:00
[node name="Camera3D" type="Camera3D" parent="FloatingOriginRoot/test-rocket"]
2024-10-22 09:46:21 -04:00
transform = Transform3D(1, 0, 0, 0, 0.91772, 0.397228, 0, -0.397228, 0.91772, 0, 4.51745, 14.147)
current = true
2024-11-01 09:39:46 -04:00
[node name="ground" type="StaticBody3D" parent="FloatingOriginRoot"]
disable_mode = 1
input_ray_pickable = false
2024-10-22 09:46:21 -04:00
2024-11-01 09:39:46 -04:00
[node name="CollisionShape3D" type="CollisionShape3D" parent="FloatingOriginRoot/ground"]
shape = SubResource("BoxShape3D_xxi7g")
[node name="MeshInstance3D" type="MeshInstance3D" parent="FloatingOriginRoot/ground"]
mesh = SubResource("PlaneMesh_xcndr")