chore: restructured project
All checks were successful
Coding Quality / Build and analyze (pull_request) Successful in 2m10s

This commit is contained in:
2026-03-19 21:26:44 +01:00
parent b672d0d26c
commit 50e6f8b509
52 changed files with 204 additions and 177 deletions

View File

@@ -0,0 +1,71 @@
[gd_scene format=3 uid="uid://dgst4apmowe53"]
[ext_resource type="PackedScene" uid="uid://cc7e4loxpb1x6" path="res://Experiments/ThrusterCube/Scenes/obstacle.tscn" id="1_ig7tw"]
[ext_resource type="PackedScene" uid="uid://c8tm1q2cp567o" path="res://Experiments/SpaceMove/Assets/player_ship.tscn" id="2_0xm2m"]
[ext_resource type="PackedScene" uid="uid://1al1ysn5q5yk" path="res://Experiments/ThrusterCube/Scenes/thruster_cube.tscn" id="3_h2yge"]
[ext_resource type="Script" path="res://Experiments/SpaceMove/Scripts/player_ship.gd" id="4_10w3i"]
[sub_resource type="ProceduralSkyMaterial" id="ProceduralSkyMaterial_hsoxx"]
[sub_resource type="Sky" id="Sky_gojnm"]
sky_material = SubResource("ProceduralSkyMaterial_hsoxx")
process_mode = 1
[sub_resource type="Environment" id="Environment_hsoxx"]
background_mode = 2
sky = SubResource("Sky_gojnm")
ambient_light_source = 3
ambient_light_color = Color(1, 1, 1, 1)
[sub_resource type="CameraAttributesPractical" id="CameraAttributesPractical_1c2mv"]
[sub_resource type="SphereMesh" id="SphereMesh_0xm2m"]
[sub_resource type="PlaneMesh" id="PlaneMesh_h2yge"]
[node name="TestLevel" type="Node3D" unique_id=652844344]
[node name="Camera3D" type="Camera3D" parent="." unique_id=150721961]
transform = Transform3D(0.998445, -0.0179374, 0.0527875, -9.30799e-10, 0.946829, 0.321737, -0.0557519, -0.321236, 0.945357, 0.181835, 5.6324, 24.1051)
fov = 50.4
[node name="WorldEnvironment" type="WorldEnvironment" parent="." unique_id=972963566]
environment = SubResource("Environment_hsoxx")
camera_attributes = SubResource("CameraAttributesPractical_1c2mv")
[node name="DirectionalLight3D" type="DirectionalLight3D" parent="." unique_id=419392911]
transform = Transform3D(0.933305, -0.340159, 0.115038, 0, 0.320365, 0.947294, -0.359085, -0.884114, 0.298998, 0, 1.65681, 0)
[node name="Node" type="Node3D" parent="." unique_id=1060338205]
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0.112919, -16.6481, 0.0137749)
[node name="Obstacle" parent="Node" unique_id=1151336365 instance=ExtResource("1_ig7tw")]
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0.528058, 1.09307, -4.11262)
[node name="PlayerShip" parent="Node" unique_id=1169721436 instance=ExtResource("2_0xm2m")]
transform = Transform3D(-0.0337657, 0, -0.99943, 0, 1, 0, 0.99943, 0, -0.0337657, -20.7388, 9.76772, -1.42542)
_start_direction = Vector3(1, 0.5, 0)
_start_speed = 100.0
[node name="Marker3D" type="Marker3D" parent="Node" unique_id=1294508738]
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0.147182, -10.5201)
gizmo_extents = 5.03
[node name="MeshInstance3D" type="MeshInstance3D" parent="Node/Marker3D" unique_id=545308513]
transform = Transform3D(0.189904, 0, 0, 0, 0.189904, 0, 0, 0, 0.189904, 0, 0, 0)
mesh = SubResource("SphereMesh_0xm2m")
[node name="Obstacle2" parent="Node" unique_id=579337740 instance=ExtResource("1_ig7tw")]
transform = Transform3D(0.635485, -0.772113, 0, 0.772113, 0.635485, 0, 0, 0, 1, -6.93043, 24.3938, -1.34355)
[node name="MeshInstance3D" type="MeshInstance3D" parent="Node" unique_id=257615271]
transform = Transform3D(11.7541, 0, 0, 0, 1, 0, 0, 0, 11.7541, 0, -7, 0)
mesh = SubResource("PlaneMesh_h2yge")
skeleton = NodePath("../..")
[node name="Thruster Cube" parent="." unique_id=580986924 instance=ExtResource("3_h2yge")]
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, -11.2033)
mass = 200.0
script = ExtResource("4_10w3i")
_start_direction = Vector3(0, 0, 0)
_start_speed = 0.0