1 [gd_scene load_steps=8 format=3 uid="uid://bvydwnbie3pv4"]
3 [ext_resource type="PackedScene" uid="uid://chtr62feiltax" path="res://player/player.tscn" id="1_ytdba"]
5 [sub_resource type="ProceduralSkyMaterial" id="ProceduralSkyMaterial_ohmka"]
6 sky_top_color = Color(0.0360979, 0.133006, 0.175678, 1)
7 sky_horizon_color = Color(0.542774, 0.569877, 0.606419, 1)
8 ground_bottom_color = Color(0.135, 0.1465, 0.25, 1)
9 ground_horizon_color = Color(0.542774, 0.569877, 0.606419, 1)
11 [sub_resource type="Sky" id="Sky_mganl"]
12 sky_material = SubResource("ProceduralSkyMaterial_ohmka")
14 [sub_resource type="Environment" id="Environment_7wa85"]
16 sky = SubResource("Sky_mganl")
21 [sub_resource type="PlaneMesh" id="PlaneMesh_dplfc"]
22 size = Vector2(40, 8.98)
24 [sub_resource type="StandardMaterial3D" id="StandardMaterial3D_87x6o"]
25 albedo_color = Color(0.149763, 0.203291, 0.262937, 1)
27 [sub_resource type="ConcavePolygonShape3D" id="ConcavePolygonShape3D_73kmu"]
28 data = PackedVector3Array(20, 0, 4.49, -20, 0, 4.49, 20, 0, -4.49, -20, 0, 4.49, -20, 0, -4.49, 20, 0, -4.49)
30 [node name="Test" type="Node3D"]
32 [node name="WorldEnvironment" type="WorldEnvironment" parent="."]
33 environment = SubResource("Environment_7wa85")
35 [node name="DirectionalLight3D" type="DirectionalLight3D" parent="."]
36 transform = Transform3D(-0.866025, -0.433013, 0.25, 0, 0.5, 0.866025, -0.5, 0.75, -0.433013, 0, 0, 0)
37 light_color = Color(0.968627, 1, 0.913725, 1)
40 [node name="Player" parent="." instance=ExtResource("1_ytdba")]
41 transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -0.806743, 1.19209e-07, 0.147649)
43 [node name="ground" type="Node3D" parent="."]
45 [node name="plane" type="MeshInstance3D" parent="ground"]
46 mesh = SubResource("PlaneMesh_dplfc")
47 skeleton = NodePath("../..")
48 surface_material_override/0 = SubResource("StandardMaterial3D_87x6o")
50 [node name="StaticBody3D" type="StaticBody3D" parent="ground/plane"]
52 [node name="CollisionShape3D" type="CollisionShape3D" parent="ground/plane/StaticBody3D"]
53 shape = SubResource("ConcavePolygonShape3D_73kmu")