]> Untitled Git - frog-ninja.git/blob - map/test.tscn
9c4248b889da9601969d286da26b3c400e90609a
[frog-ninja.git] / map / test.tscn
1 [gd_scene load_steps=15 format=3 uid="uid://cootj2rfyviyb"]
2
3 [ext_resource type="Script" uid="uid://ccournv7m7l4y" path="res://map/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="Script" uid="uid://dd3sep8kprktl" path="res://ux/debug_overlay.gd" id="2_ykrsh"]
6 [ext_resource type="Script" uid="uid://mgg7ii0w4vod" path="res://ux/debug_stats.gd" id="3_g14j6"]
7 [ext_resource type="Script" uid="uid://bocc5xwqtbkbb" path="res://ux/debug_draw_3d.gd" id="4_g14j6"]
8 [ext_resource type="Material" uid="uid://dt1upwj08kd0w" path="res://map/grid_material.tres" id="6_v1i7h"]
9 [ext_resource type="PackedScene" uid="uid://b2qh1x7ulhhua" path="res://map/ramp.tscn" id="7_5owfa"]
10 [ext_resource type="PackedScene" uid="uid://iwl88y3l713o" path="res://map/cube.tscn" id="8_f4bcd"]
11
12 [sub_resource type="Theme" id="Theme_g14j6"]
13 default_base_scale = 2.0
14 default_font_size = 20
15
16 [sub_resource type="ProceduralSkyMaterial" id="ProceduralSkyMaterial_37kl0"]
17 sky_horizon_color = Color(0.662243, 0.671743, 0.686743, 1)
18 ground_horizon_color = Color(0.662243, 0.671743, 0.686743, 1)
19
20 [sub_resource type="Sky" id="Sky_8uh7m"]
21 sky_material = SubResource("ProceduralSkyMaterial_37kl0")
22
23 [sub_resource type="Environment" id="Environment_6uqi0"]
24 background_mode = 2
25 sky = SubResource("Sky_8uh7m")
26 tonemap_mode = 2
27 glow_enabled = true
28
29 [sub_resource type="PlaneMesh" id="PlaneMesh_mf4mk"]
30 size = Vector2(222, 222)
31
32 [sub_resource type="ConcavePolygonShape3D" id="ConcavePolygonShape3D_37kl0"]
33 data = PackedVector3Array(111, 0, 111, -111, 0, 111, 111, 0, -111, -111, 0, 111, -111, 0, -111, 111, 0, -111)
34
35 [node name="Test" type="Node3D"]
36 script = ExtResource("1_8uh7m")
37
38 [node name="debug" type="CanvasLayer" parent="."]
39 unique_name_in_owner = true
40 script = ExtResource("2_ykrsh")
41
42 [node name="DebugStats" type="MarginContainer" parent="debug"]
43 offset_right = 40.0
44 offset_bottom = 40.0
45 theme = SubResource("Theme_g14j6")
46 theme_override_constants/margin_left = 20
47 theme_override_constants/margin_top = 20
48 theme_override_constants/margin_right = 20
49 theme_override_constants/margin_bottom = 20
50 script = ExtResource("3_g14j6")
51
52 [node name="DebugDraw3D" type="Control" parent="debug"]
53 layout_mode = 3
54 anchors_preset = 0
55 offset_right = 40.0
56 offset_bottom = 40.0
57 script = ExtResource("4_g14j6")
58
59 [node name="Player" parent="." instance=ExtResource("1_37kl0")]
60 unique_name_in_owner = true
61
62 [node name="map" type="Node3D" parent="."]
63
64 [node name="WorldEnvironment" type="WorldEnvironment" parent="map"]
65 environment = SubResource("Environment_6uqi0")
66
67 [node name="DirectionalLight3D" type="DirectionalLight3D" parent="map"]
68 transform = Transform3D(-0.866024, -0.433016, 0.250001, 0, 0.499998, 0.866026, -0.500003, 0.749999, -0.43301, 0, 0, 0)
69 shadow_enabled = true
70
71 [node name="Floor" type="MeshInstance3D" parent="map"]
72 mesh = SubResource("PlaneMesh_mf4mk")
73 skeleton = NodePath("../..")
74 surface_material_override/0 = ExtResource("6_v1i7h")
75
76 [node name="StaticBody3D" type="StaticBody3D" parent="map/Floor"]
77
78 [node name="CollisionShape3D" type="CollisionShape3D" parent="map/Floor/StaticBody3D"]
79 shape = SubResource("ConcavePolygonShape3D_37kl0")
80
81 [node name="Ramp" parent="map" instance=ExtResource("7_5owfa")]
82 transform = Transform3D(-1.62606e-07, 0, -3.72, 0, 3.72, 0, 3.72, 0, -1.62606e-07, -0.137384, 0, 7.7898)
83
84 [node name="Cube" parent="map" instance=ExtResource("8_f4bcd")]
85 transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -7.30192, 0.5, 5.19269)
86
87 [node name="Cube2" parent="map" instance=ExtResource("8_f4bcd")]
88 transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -8.50389, 0.5, 3.21238)
89
90 [node name="Cube3" parent="map" instance=ExtResource("8_f4bcd")]
91 transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -6.92252, 0.5, 9.21799)