Added scene
Some checks failed
godot-ci export / Windows Export (push) Failing after 4m17s
godot-ci export / Linux Export (push) Failing after 3s

This commit is contained in:
2025-07-01 03:30:43 -07:00
parent b08275bb29
commit 3ce1faf989
2 changed files with 34 additions and 0 deletions

33
basic_scene.tscn Normal file
View File

@ -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)

View File

@ -11,5 +11,6 @@ config_version=5
[application] [application]
config/name="Gitea Actions" config/name="Gitea Actions"
run/main_scene="uid://nt8434gjg2lr"
config/features=PackedStringArray("4.4", "Forward Plus") config/features=PackedStringArray("4.4", "Forward Plus")
config/icon="res://icon.svg" config/icon="res://icon.svg"