project_teddy/scenes/toyland.tscn

44 lines
1.7 KiB
Text

[gd_scene load_steps=7 format=3 uid="uid://bsdst5m5kpw0j"]
[ext_resource type="Script" path="res://scripts/maps/toyland.gd" id="1_vq5un"]
[ext_resource type="PackedScene" uid="uid://ytbacsuahxie" path="res://scenes/HUD.tscn" id="1_w2y7j"]
[ext_resource type="PackedScene" uid="uid://cc0y8u4kohch" path="res://scenes/toyland-map.tscn" id="3_uudje"]
[sub_resource type="ProceduralSkyMaterial" id="ProceduralSkyMaterial_7x31f"]
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_bmvgl"]
sky_material = SubResource("ProceduralSkyMaterial_7x31f")
[sub_resource type="Environment" id="Environment_62jtk"]
background_mode = 2
sky = SubResource("Sky_bmvgl")
tonemap_mode = 2
glow_enabled = true
[node name="toyland" type="Node3D"]
script = ExtResource("1_vq5un")
[node name="WorldEnvironment" type="WorldEnvironment" parent="."]
environment = SubResource("Environment_62jtk")
[node name="DirectionalLight3D" type="DirectionalLight3D" parent="."]
transform = Transform3D(-0.77384, 0.358751, -0.521986, 0, 0.824126, 0.566406, 0.633381, 0.438308, -0.637742, 0, 0, 0)
shadow_enabled = true
directional_shadow_max_distance = 1.0
[node name="HUD" parent="." instance=ExtResource("1_w2y7j")]
show_behind_parent = true
[node name="toyland" parent="." instance=ExtResource("3_uudje")]
[node name="skylight" type="OmniLight3D" parent="."]
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 139.001, -224.582)
light_energy = 100.0
omni_range = 200.0
[node name="skylight2" type="OmniLight3D" parent="."]
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -199.262, 139.001, 8.6736)
light_energy = 100.0
omni_range = 200.0