1 [gd_scene load_steps=14 format=3 uid="uid://cootj2rfyviyb"]
3 [ext_resource type="Script" uid="uid://ccournv7m7l4y" path="res://Scene.gd" id="1_8uh7m"]
4 [ext_resource type="PackedScene" uid="uid://cchu1yltrhuk3" path="res://player/player.tscn" id="1_37kl0"]
5 [ext_resource type="Texture2D" uid="uid://c8cfruu4iw5at" path="res://texture/grid.png" id="2_6uqi0"]
6 [ext_resource type="Script" uid="uid://dd3sep8kprktl" path="res://ux/debug_overlay.gd" id="2_ykrsh"]
7 [ext_resource type="Script" uid="uid://mgg7ii0w4vod" path="res://ux/debug_stats.gd" id="3_g14j6"]
8 [ext_resource type="Script" uid="uid://bocc5xwqtbkbb" path="res://ux/debug_draw_3d.gd" id="4_g14j6"]
10 [sub_resource type="Theme" id="Theme_g14j6"]
11 default_base_scale = 2.0
12 default_font_size = 20
14 [sub_resource type="ProceduralSkyMaterial" id="ProceduralSkyMaterial_37kl0"]
15 sky_horizon_color = Color(0.662243, 0.671743, 0.686743, 1)
16 ground_horizon_color = Color(0.662243, 0.671743, 0.686743, 1)
18 [sub_resource type="Sky" id="Sky_8uh7m"]
19 sky_material = SubResource("ProceduralSkyMaterial_37kl0")
21 [sub_resource type="Environment" id="Environment_6uqi0"]
23 sky = SubResource("Sky_8uh7m")
27 [sub_resource type="PlaneMesh" id="PlaneMesh_mf4mk"]
28 size = Vector2(222, 222)
30 [sub_resource type="StandardMaterial3D" id="StandardMaterial3D_37kl0"]
31 albedo_color = Color(0.46, 0.46, 0.46, 1)
32 albedo_texture = ExtResource("2_6uqi0")
33 uv1_scale = Vector3(60, 60, 60)
34 uv1_world_triplanar = true
36 [sub_resource type="ConcavePolygonShape3D" id="ConcavePolygonShape3D_37kl0"]
37 data = PackedVector3Array(111, 0, 111, -111, 0, 111, 111, 0, -111, -111, 0, 111, -111, 0, -111, 111, 0, -111)
39 [node name="Test" type="Node3D"]
40 script = ExtResource("1_8uh7m")
42 [node name="debug" type="CanvasLayer" parent="."]
43 unique_name_in_owner = true
44 script = ExtResource("2_ykrsh")
46 [node name="DebugStats" type="MarginContainer" parent="debug"]
49 theme = SubResource("Theme_g14j6")
50 theme_override_constants/margin_left = 20
51 theme_override_constants/margin_top = 20
52 theme_override_constants/margin_right = 20
53 theme_override_constants/margin_bottom = 20
54 script = ExtResource("3_g14j6")
56 [node name="DebugDraw3D" type="Control" parent="debug"]
61 script = ExtResource("4_g14j6")
63 [node name="Player" parent="." instance=ExtResource("1_37kl0")]
64 unique_name_in_owner = true
66 [node name="map" type="Node3D" parent="."]
68 [node name="WorldEnvironment" type="WorldEnvironment" parent="map"]
69 environment = SubResource("Environment_6uqi0")
71 [node name="DirectionalLight3D" type="DirectionalLight3D" parent="map"]
72 transform = Transform3D(-0.866024, -0.433016, 0.250001, 0, 0.499998, 0.866026, -0.500003, 0.749999, -0.43301, 0, 0, 0)
75 [node name="MeshInstance3D" type="MeshInstance3D" parent="map"]
76 mesh = SubResource("PlaneMesh_mf4mk")
77 skeleton = NodePath("../..")
78 surface_material_override/0 = SubResource("StandardMaterial3D_37kl0")
80 [node name="StaticBody3D" type="StaticBody3D" parent="map/MeshInstance3D"]
82 [node name="CollisionShape3D" type="CollisionShape3D" parent="map/MeshInstance3D/StaticBody3D"]
83 shape = SubResource("ConcavePolygonShape3D_37kl0")