GMTKGameJam2024/scenes/main_scene.tscn
2024-08-16 19:11:16 +01:00

41 lines
1.2 KiB
Text

[gd_scene load_steps=4 format=3 uid="uid://n05pnykd3tff"]
[sub_resource type="ProceduralSkyMaterial" id="ProceduralSkyMaterial_fouvd"]
sky_horizon_color = Color(0.64625, 0.65575, 0.67075, 1)
ground_horizon_color = Color(0.64625, 0.65575, 0.67075, 1)
[sub_resource type="Sky" id="Sky_eq0hp"]
sky_material = SubResource("ProceduralSkyMaterial_fouvd")
[sub_resource type="Environment" id="Environment_c61tj"]
background_mode = 2
sky = SubResource("Sky_eq0hp")
tonemap_mode = 2
glow_enabled = true
[node name="Main" type="Node3D"]
[node name="CanvasLayer" type="CanvasLayer" parent="."]
[node name="Menu" type="Control" parent="CanvasLayer"]
layout_mode = 3
anchors_preset = 15
anchor_right = 1.0
anchor_bottom = 1.0
grow_horizontal = 2
grow_vertical = 2
[node name="UI" type="Control" parent="CanvasLayer"]
layout_mode = 3
anchors_preset = 0
offset_right = 40.0
offset_bottom = 40.0
[node name="World" type="Node3D" parent="."]
[node name="DirectionalLight3D" type="DirectionalLight3D" parent="World"]
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="World"]
environment = SubResource("Environment_c61tj")