diff --git a/basic_scene.tscn b/basic_scene.tscn new file mode 100644 index 0000000..8d7bfc6 --- /dev/null +++ b/basic_scene.tscn @@ -0,0 +1,33 @@ +[gd_scene load_steps=5 format=3 uid="uid://nt8434gjg2lr"] + +[sub_resource type="ProceduralSkyMaterial" id="ProceduralSkyMaterial_tghxr"] +sky_horizon_color = Color(0.65212, 0.672489, 0.709675, 1) +ground_bottom_color = Color(0.159395, 0.17187, 0.224616, 1) +ground_horizon_color = Color(0.65212, 0.672489, 0.709675, 1) + +[sub_resource type="Sky" id="Sky_37g4p"] +sky_material = SubResource("ProceduralSkyMaterial_tghxr") + +[sub_resource type="Environment" id="Environment_yg2w3"] +background_mode = 2 +sky = SubResource("Sky_37g4p") +tonemap_mode = 2 +glow_enabled = true + +[sub_resource type="TorusMesh" id="TorusMesh_wl7ka"] + +[node name="Node3D" type="Node3D"] + +[node name="DirectionalLight3D" type="DirectionalLight3D" parent="."] +transform = Transform3D(-0.866025, -0.433013, 0.25, 0, 0.5, 0.866025, -0.5, 0.75, -0.433013, 0, 0, 0) +shadow_enabled = true + +[node name="WorldEnvironment" type="WorldEnvironment" parent="."] +environment = SubResource("Environment_yg2w3") + +[node name="MeshInstance3D" type="MeshInstance3D" parent="."] +transform = Transform3D(1, 0, 0, 0, 0.758567, -0.651595, 0, 0.651595, 0.758567, 0, 0, 0) +mesh = SubResource("TorusMesh_wl7ka") + +[node name="Camera3D" type="Camera3D" parent="."] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 2.60095) diff --git a/project.godot b/project.godot index 08e2a86..18f9693 100644 --- a/project.godot +++ b/project.godot @@ -11,5 +11,6 @@ config_version=5 [application] config/name="Gitea Actions" +run/main_scene="uid://nt8434gjg2lr" config/features=PackedStringArray("4.4", "Forward Plus") config/icon="res://icon.svg"