]> Untitled Git - knight.git/blob - test/test.tscn
Getting the look and feel right
[knight.git] / test / test.tscn
1 [gd_scene load_steps=9 format=3 uid="uid://bvydwnbie3pv4"]
2
3 [ext_resource type="PackedScene" uid="uid://chtr62feiltax" path="res://player/player.tscn" id="1_ytdba"]
4 [ext_resource type="PackedScene" uid="uid://dbthgkok84ru0" path="res://test/block.tscn" id="2_8u8xb"]
5
6 [sub_resource type="ProceduralSkyMaterial" id="ProceduralSkyMaterial_ohmka"]
7 sky_top_color = Color(0.0360979, 0.133006, 0.175678, 1)
8 sky_horizon_color = Color(0.542774, 0.569877, 0.606419, 1)
9 ground_bottom_color = Color(0.135, 0.1465, 0.25, 1)
10 ground_horizon_color = Color(0.542774, 0.569877, 0.606419, 1)
11
12 [sub_resource type="Sky" id="Sky_mganl"]
13 sky_material = SubResource("ProceduralSkyMaterial_ohmka")
14
15 [sub_resource type="Environment" id="Environment_7wa85"]
16 background_mode = 2
17 sky = SubResource("Sky_mganl")
18 tonemap_mode = 2
19 ssao_enabled = true
20 glow_enabled = true
21
22 [sub_resource type="PlaneMesh" id="PlaneMesh_dplfc"]
23 size = Vector2(40, 8.98)
24
25 [sub_resource type="StandardMaterial3D" id="StandardMaterial3D_87x6o"]
26 albedo_color = Color(0.149763, 0.203291, 0.262937, 1)
27
28 [sub_resource type="ConcavePolygonShape3D" id="ConcavePolygonShape3D_73kmu"]
29 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
31 [node name="Test" type="Node3D"]
32
33 [node name="WorldEnvironment" type="WorldEnvironment" parent="."]
34 environment = SubResource("Environment_7wa85")
35
36 [node name="DirectionalLight3D" type="DirectionalLight3D" parent="."]
37 transform = Transform3D(-0.866025, -0.433013, 0.25, 0, 0.5, 0.866025, -0.5, 0.75, -0.433013, 0, 0, 0)
38 light_color = Color(0.968627, 1, 0.913725, 1)
39 shadow_enabled = true
40
41 [node name="Player" parent="." instance=ExtResource("1_ytdba")]
42 transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -0.806743, 1.19209e-07, 0.147649)
43
44 [node name="ground" type="Node3D" parent="."]
45
46 [node name="plane" type="MeshInstance3D" parent="ground"]
47 mesh = SubResource("PlaneMesh_dplfc")
48 skeleton = NodePath("../..")
49 surface_material_override/0 = SubResource("StandardMaterial3D_87x6o")
50
51 [node name="StaticBody3D" type="StaticBody3D" parent="ground/plane"]
52
53 [node name="CollisionShape3D" type="CollisionShape3D" parent="ground/plane/StaticBody3D"]
54 shape = SubResource("ConcavePolygonShape3D_73kmu")
55
56 [node name="Block" parent="ground" instance=ExtResource("2_8u8xb")]
57 transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 3.30582, 0, 0.134318)
58
59 [node name="Block2" parent="ground" instance=ExtResource("2_8u8xb")]
60 transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 5.94243, 1.91616, 0.268636)
61
62 [node name="Block3" parent="ground" instance=ExtResource("2_8u8xb")]
63 transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0.315662, -4.76837e-07, -3.10105)
64
65 [node name="Block4" parent="ground" instance=ExtResource("2_8u8xb")]
66 transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -0.899326, 0, -2.69083)
67
68 [node name="Block5" parent="ground" instance=ExtResource("2_8u8xb")]
69 transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -2.8697, 0, 3.31299)
70
71 [node name="Block6" parent="ground" instance=ExtResource("2_8u8xb")]
72 transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 1.79621, 4.76837e-07, 3.0765)