[gd_scene load_steps=15 format=3 uid="uid://c1bxy5s8fvheq"] [ext_resource type="Script" uid="uid://dpsqolvx3mdic" path="res://class/Scene.gd" id="1_f4bcd"] [ext_resource type="Script" uid="uid://dd3sep8kprktl" path="res://class/ux/debug_overlay.gd" id="2_415ew"] [ext_resource type="Script" uid="uid://mgg7ii0w4vod" path="res://class/ux/debug_stats.gd" id="3_eopnw"] [ext_resource type="Script" uid="uid://bocc5xwqtbkbb" path="res://class/ux/debug_draw_3d.gd" id="4_t5fek"] [ext_resource type="PackedScene" uid="uid://ch6s2gvhi64uh" path="res://player/player.tscn" id="5_51i4e"] [ext_resource type="Texture2D" uid="uid://b2k1iykgmhi1" path="res://texture/untextured2.png" id="6_f4bcd"] [ext_resource type="PackedScene" uid="uid://bx83k2u0snfjc" path="res://asset/cube.tscn" id="7_r4qir"] [ext_resource type="PackedScene" uid="uid://yutmq76fj37a" path="res://asset/pin.tscn" id="8_skyas"] [sub_resource type="ProceduralSkyMaterial" id="ProceduralSkyMaterial_mf4mk"] sky_horizon_color = Color(0.662243, 0.671743, 0.686743, 1) ground_horizon_color = Color(0.662243, 0.671743, 0.686743, 1) [sub_resource type="Sky" id="Sky_37kl0"] sky_material = SubResource("ProceduralSkyMaterial_mf4mk") [sub_resource type="Environment" id="Environment_8uh7m"] background_mode = 2 sky = SubResource("Sky_37kl0") tonemap_mode = 2 glow_enabled = true [sub_resource type="PlaneMesh" id="PlaneMesh_mf4mk"] size = Vector2(222, 222) [sub_resource type="StandardMaterial3D" id="StandardMaterial3D_37kl0"] albedo_color = Color(0.11618, 0.248116, 0.116183, 1) albedo_texture = ExtResource("6_f4bcd") uv1_scale = Vector3(10, 10, 10) uv1_world_triplanar = true [sub_resource type="ConcavePolygonShape3D" id="ConcavePolygonShape3D_37kl0"] data = PackedVector3Array(111, 0, 111, -111, 0, 111, 111, 0, -111, -111, 0, 111, -111, 0, -111, 111, 0, -111) [node name="Test" type="Node3D"] script = ExtResource("1_f4bcd") [node name="debug" type="CanvasLayer" parent="."] unique_name_in_owner = true script = ExtResource("2_415ew") [node name="DebugStats" type="MarginContainer" parent="debug"] offset_right = 40.0 offset_bottom = 40.0 theme_override_constants/margin_left = 5 theme_override_constants/margin_top = 5 theme_override_constants/margin_right = 5 theme_override_constants/margin_bottom = 5 script = ExtResource("3_eopnw") [node name="DebugDraw3D" type="Control" parent="debug"] layout_mode = 3 anchors_preset = 0 offset_right = 40.0 offset_bottom = 40.0 script = ExtResource("4_t5fek") [node name="player" parent="." instance=ExtResource("5_51i4e")] collision_mask = 7 [node name="map" type="Node3D" parent="."] [node name="WorldEnvironment" type="WorldEnvironment" parent="map"] environment = SubResource("Environment_8uh7m") [node name="DirectionalLight3D" type="DirectionalLight3D" parent="map"] transform = Transform3D(1, 0, 0, 0, 0.499998, 0.866027, 0, -0.866027, 0.499998, 0, 0, 0) shadow_enabled = true [node name="MeshInstance3D" type="MeshInstance3D" parent="map"] mesh = SubResource("PlaneMesh_mf4mk") skeleton = NodePath("../..") surface_material_override/0 = SubResource("StandardMaterial3D_37kl0") [node name="StaticBody3D" type="StaticBody3D" parent="map/MeshInstance3D"] collision_mask = 7 [node name="CollisionShape3D" type="CollisionShape3D" parent="map/MeshInstance3D/StaticBody3D"] shape = SubResource("ConcavePolygonShape3D_37kl0") [node name="bowling" type="Node3D" parent="."] transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 32) [node name="Pin" parent="bowling" instance=ExtResource("8_skyas")] transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -2, 1, 34) [node name="Pin2" parent="bowling" instance=ExtResource("8_skyas")] transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 1, 34) [node name="Pin3" parent="bowling" instance=ExtResource("8_skyas")] transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 2, 1, 34) [node name="Pin4" parent="bowling" instance=ExtResource("8_skyas")] transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 4, 1, 34) [node name="Pin5" parent="bowling" instance=ExtResource("8_skyas")] transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -1, 1, 32) [node name="Pin6" parent="bowling" instance=ExtResource("8_skyas")] transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 1, 1, 32) [node name="Pin7" parent="bowling" instance=ExtResource("8_skyas")] transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 3, 1, 32) [node name="Pin8" parent="bowling" instance=ExtResource("8_skyas")] transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 1, 30) [node name="Pin9" parent="bowling" instance=ExtResource("8_skyas")] transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 2, 1, 30) [node name="Pin10" parent="bowling" instance=ExtResource("8_skyas")] transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 1, 1, 28) [node name="Cube" parent="bowling" instance=ExtResource("7_r4qir")] transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 1, 1, 2)