1 [gd_scene load_steps=13 format=3 uid="uid://cn2p6orcbai0h"]
3 [ext_resource type="Script" uid="uid://dpsqolvx3mdic" path="res://class/Scene.gd" id="1_mogmc"]
4 [ext_resource type="Script" uid="uid://dd3sep8kprktl" path="res://class/ux/debug_overlay.gd" id="2_avrv7"]
5 [ext_resource type="Script" uid="uid://mgg7ii0w4vod" path="res://class/ux/debug_stats.gd" id="3_1aalc"]
6 [ext_resource type="Script" uid="uid://bocc5xwqtbkbb" path="res://class/ux/debug_draw_3d.gd" id="4_h0sby"]
7 [ext_resource type="PackedScene" uid="uid://ch6s2gvhi64uh" path="res://player/player.tscn" id="5_e88oi"]
8 [ext_resource type="PackedScene" uid="uid://yutmq76fj37a" path="res://asset/pin.tscn" id="7_adqkx"]
9 [ext_resource type="PackedScene" uid="uid://d2k5qfpdk2rsh" path="res://asset/test-ground.tscn" id="8_mogmc"]
10 [ext_resource type="PackedScene" uid="uid://bx83k2u0snfjc" path="res://asset/cube.tscn" id="8_x52vu"]
11 [ext_resource type="PackedScene" uid="uid://dvipfagbdiyod" path="res://asset/barrel.tscn" id="9_avrv7"]
13 [sub_resource type="ProceduralSkyMaterial" id="ProceduralSkyMaterial_mf4mk"]
14 sky_horizon_color = Color(0.662243, 0.671743, 0.686743, 1)
15 ground_horizon_color = Color(0.662243, 0.671743, 0.686743, 1)
17 [sub_resource type="Sky" id="Sky_37kl0"]
18 sky_material = SubResource("ProceduralSkyMaterial_mf4mk")
20 [sub_resource type="Environment" id="Environment_8uh7m"]
22 sky = SubResource("Sky_37kl0")
26 [node name="Test2" type="Node3D"]
27 script = ExtResource("1_mogmc")
29 [node name="debug" type="CanvasLayer" parent="."]
30 unique_name_in_owner = true
31 script = ExtResource("2_avrv7")
33 [node name="DebugStats" type="MarginContainer" parent="debug"]
36 theme_override_constants/margin_left = 5
37 theme_override_constants/margin_top = 5
38 theme_override_constants/margin_right = 5
39 theme_override_constants/margin_bottom = 5
40 script = ExtResource("3_1aalc")
42 [node name="DebugDraw3D" type="Control" parent="debug"]
47 script = ExtResource("4_h0sby")
49 [node name="player" parent="." instance=ExtResource("5_e88oi")]
50 transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 6.25214, 20.1572)
53 [node name="map" type="Node3D" parent="."]
55 [node name="WorldEnvironment" type="WorldEnvironment" parent="map"]
56 environment = SubResource("Environment_8uh7m")
58 [node name="DirectionalLight3D" type="DirectionalLight3D" parent="map"]
59 transform = Transform3D(1, 0, 0, 0, 0.499998, 0.866027, 0, -0.866027, 0.499998, 0, 0, 0)
62 [node name="map-test" parent="map" instance=ExtResource("8_mogmc")]
63 transform = Transform3D(1, 0, 0, 0, 0.4, 0, 0, 0, 1, 0, 0, 0)
65 [node name="bowling" type="Node3D" parent="."]
66 transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 12.3014, 32)
68 [node name="Pin" parent="bowling" instance=ExtResource("7_adqkx")]
69 transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -2, -8.18374, 34)
71 [node name="Pin2" parent="bowling" instance=ExtResource("7_adqkx")]
72 transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, -8.10567, 34)
74 [node name="Pin3" parent="bowling" instance=ExtResource("7_adqkx")]
75 transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 2, -8.03138, 34)
77 [node name="Pin4" parent="bowling" instance=ExtResource("7_adqkx")]
78 transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 4, -7.95434, 34)
80 [node name="Pin5" parent="bowling" instance=ExtResource("7_adqkx")]
81 transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -1, -8.53863, 32)
83 [node name="Pin6" parent="bowling" instance=ExtResource("7_adqkx")]
84 transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 1, -8.46273, 32)
86 [node name="Pin7" parent="bowling" instance=ExtResource("7_adqkx")]
87 transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 3, -8.38639, 32)
89 [node name="Pin8" parent="bowling" instance=ExtResource("7_adqkx")]
90 transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, -9.0707, 30)
92 [node name="Pin9" parent="bowling" instance=ExtResource("7_adqkx")]
93 transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 2, -8.99266, 30)
95 [node name="Pin10" parent="bowling" instance=ExtResource("7_adqkx")]
96 transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 1, -9.68431, 28)
98 [node name="Cube" parent="bowling" instance=ExtResource("8_x52vu")]
99 transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 1, -9.04702, 2)
101 [node name="barrel" parent="." instance=ExtResource("9_avrv7")]
102 transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -4.43346, 3.47426, 68.4355)