summaryrefslogtreecommitdiff
path: root/Scenes/Dungeon.tscn
blob: 727408f675f85398bbee697868c777fd83a04fa5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
[gd_scene load_steps=13 format=2]

[ext_resource path="res://Scenes/Dungeon.gd" type="Script" id=1]
[ext_resource path="res://Scenes/CameraControl.gd" type="Script" id=2]
[ext_resource path="res://Assets/Environment/Floor_tile.png" type="Texture" id=3]
[ext_resource path="res://Scenes/UIController.gd" type="Script" id=4]
[ext_resource path="res://Assets/AlegreyaSansSC-ExtraBold.ttf" type="DynamicFontData" id=5]
[ext_resource path="res://Scenes/ScoreParticle.tscn" type="PackedScene" id=6]

[sub_resource type="PlaneMesh" id=1]

[sub_resource type="SpatialMaterial" id=4]
albedo_color = Color( 0.694118, 0.505882, 0.666667, 1 )
albedo_texture = ExtResource( 3 )
uv1_scale = Vector3( 12, 12, 1 )
uv1_offset = Vector3( 0.25, 0.25, 1 )

[sub_resource type="ProceduralSky" id=2]

[sub_resource type="Environment" id=3]
background_mode = 2
background_sky = SubResource( 2 )
ambient_light_color = Color( 1, 1, 1, 1 )
dof_blur_far_amount = 0.06

[sub_resource type="DynamicFont" id=5]
size = 48
outline_size = 2
outline_color = Color( 0, 0, 0, 1 )
font_data = ExtResource( 5 )

[sub_resource type="DynamicFont" id=6]
size = 36
outline_size = 2
outline_color = Color( 0, 0, 0, 1 )
font_data = ExtResource( 5 )

[node name="Dungeon" type="Spatial"]
script = ExtResource( 1 )

[node name="Floor" type="MeshInstance" parent="."]
transform = Transform( 12, 0, 0, 0, 1, 0, 0, 0, 12, 0, 0, 0 )
mesh = SubResource( 1 )
material/0 = SubResource( 4 )

[node name="WorldEnvironment" type="WorldEnvironment" parent="."]
environment = SubResource( 3 )

[node name="Pitch" type="Spatial" parent="."]
transform = Transform( 0.766044, 0, 0.642788, 0, 1, 0, -0.642788, 0, 0.766044, 0, 0, 0 )
script = ExtResource( 2 )

[node name="Yaw" type="Spatial" parent="Pitch"]
transform = Transform( 1, 0, 0, 0, 0.665856, 0.746081, 0, -0.746081, 0.665856, 0, 0, 0 )

[node name="Camera" type="Camera" parent="Pitch/Yaw"]
transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 30 )
projection = 1
current = true
fov = 24.0
size = 7.35

[node name="DirectionalLight" type="DirectionalLight" parent="."]
transform = Transform( 0.73644, 0.441272, -0.512773, 0, 0.757975, 0.652284, 0.676503, -0.480367, 0.558203, 0, 35.1428, 0 )
light_energy = 0.5

[node name="UIController" type="CanvasLayer" parent="."]
script = ExtResource( 4 )

[node name="NumberOfTurns" type="Label" parent="UIController"]
margin_left = 7.0
margin_top = 7.0
margin_right = 291.0
margin_bottom = 56.0
custom_fonts/font = SubResource( 5 )
text = "Turns left: 20"

[node name="Objectives" type="Label" parent="UIController"]
anchor_left = 1.0
anchor_right = 1.0
margin_left = -610.0
margin_top = 5.0
margin_right = -9.0
margin_bottom = 54.0
custom_fonts/font = SubResource( 6 )
text = "(0/1) Activate the Crystals!"
align = 2
valign = 2

[node name="Particles" type="Control" parent="UIController"]

[node name="ScoreParticle" parent="UIController/Particles" instance=ExtResource( 6 )]
visible = false

[node name="ScoreParticle2" parent="UIController/Particles" instance=ExtResource( 6 )]
visible = false

[node name="ScoreParticle3" parent="UIController/Particles" instance=ExtResource( 6 )]
visible = false

[node name="ScoreParticle4" parent="UIController/Particles" instance=ExtResource( 6 )]
visible = false

[node name="ScoreParticle5" parent="UIController/Particles" instance=ExtResource( 6 )]
visible = false

[node name="ScoreParticle6" parent="UIController/Particles" instance=ExtResource( 6 )]
visible = false