-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathroot.tscn
More file actions
56 lines (44 loc) · 1.53 KB
/
root.tscn
File metadata and controls
56 lines (44 loc) · 1.53 KB
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
[gd_scene load_steps=4 format=3 uid="uid://dwhjgmxm88dr"]
[ext_resource type="Script" path="res://scripts/MainMenu.cs" id="1_eroe6"]
[ext_resource type="MeshLibrary" uid="uid://jrxbiga1f1di" path="res://TileMeshLibrary.tres" id="1_us4lx"]
[ext_resource type="PackedScene" uid="uid://h1w3fg0ynmq4" path="res://TileMeshLibraryScene.tscn" id="2_ida43"]
[node name="Root" type="Node"]
[node name="MainMenu" type="Control" parent="."]
layout_mode = 3
anchors_preset = 0
offset_right = 1151.0
offset_bottom = 646.0
script = ExtResource("1_eroe6")
[node name="TitleText" type="RichTextLabel" parent="MainMenu"]
layout_mode = 0
offset_left = 373.0
offset_top = 147.0
offset_right = 575.0
offset_bottom = 291.0
bbcode_enabled = true
text = "Title text [b]title text[/b] [i]title text[/i]"
[node name="StartGameButton" type="Button" parent="MainMenu"]
layout_mode = 0
offset_left = 400.0
offset_top = 353.0
offset_right = 553.0
offset_bottom = 482.0
text = "load"
[node name="Level" type="Node" parent="."]
[node name="HUD" type="Control" parent="Level"]
layout_mode = 3
anchors_preset = 0
offset_right = 40.0
offset_bottom = 40.0
[node name="Label" type="Label" parent="Level/HUD"]
layout_mode = 0
offset_right = 40.0
offset_bottom = 23.0
text = "Level"
[node name="Prefabs?" type="Node" parent="."]
[node name="Floormap" type="GridMap" parent="Prefabs?"]
mesh_library = ExtResource("1_us4lx")
cell_size = Vector3(1, 1, 1)
[node name="TileMeshLibrary" parent="Prefabs?" instance=ExtResource("2_ida43")]
visible = false
[editable path="Prefabs?/TileMeshLibrary"]