-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathLevAE.tmp
90 lines (74 loc) · 2.93 KB
/
LevAE.tmp
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
[gd_scene load_steps=5 format=3 uid="uid://c5chnw0e12fl5"]
[ext_resource type="PackedScene" uid="uid://c6pdettmrbgtt" path="res://LevelGrid.tscn" id="1_5to0q"]
[ext_resource type="Script" path="res://LevelSelection.gd" id="1_8ixdc"]
[ext_resource type="PackedScene" uid="uid://btafoodc0ukvf" path="res://Cursor.tscn" id="3_bbk7t"]
[sub_resource type="SystemFont" id="SystemFont_nw650"]
font_names = PackedStringArray("Impact")
hinting = 0
subpixel_positioning = 0
[node name="Control" type="Control"]
layout_mode = 3
anchors_preset = 0
offset_left = 20.0
offset_top = 20.0
offset_right = 620.0
offset_bottom = 340.0
[node name="ColorRect" type="ColorRect" parent="."]
layout_mode = 0
offset_left = -20.0
offset_top = -20.0
offset_right = 680.0
offset_bottom = 580.0
color = Color(0, 0, 0, 1)
[node name="MarginContainer" type="MarginContainer" parent="."]
layout_mode = 0
offset_left = -20.0
offset_top = -20.0
offset_right = 620.0
offset_bottom = 340.0
theme_override_constants/margin_left = 20
theme_override_constants/margin_top = 20
theme_override_constants/margin_right = 20
theme_override_constants/margin_bottom = 20
script = ExtResource("1_8ixdc")
[node name="VBoxContainer" type="VBoxContainer" parent="MarginContainer"]
layout_mode = 2
theme_override_constants/separation = 20
[node name="TITLE" type="Label" parent="MarginContainer/VBoxContainer"]
custom_minimum_size = Vector2(600, 50)
layout_mode = 2
theme_override_fonts/font = SubResource("SystemFont_nw650")
theme_override_font_sizes/font_size = 40
text = "LEVEL TITLE"
horizontal_alignment = 1
vertical_alignment = 1
uppercase = true
max_lines_visible = 1
[node name="HBoxContainer" type="HBoxContainer" parent="MarginContainer/VBoxContainer"]
layout_mode = 2
[node name="TextureButton" type="TextureButton" parent="MarginContainer/VBoxContainer/HBoxContainer"]
layout_mode = 2
size_flags_horizontal = 2
ignore_texture_size = true
stretch_mode = 3
[node name="Control" type="Control" parent="MarginContainer/VBoxContainer/HBoxContainer"]
clip_contents = true
custom_minimum_size = Vector2(500, 250)
layout_mode = 2
[node name="HBoxContainer" type="HBoxContainer" parent="MarginContainer/VBoxContainer/HBoxContainer/Control"]
layout_mode = 0
offset_right = 40.0
offset_bottom = 40.0
[node name="GridContainer" parent="MarginContainer/VBoxContainer/HBoxContainer/Control/HBoxContainer" instance=ExtResource("1_5to0q")]
layout_mode = 2
[node name="GridContainer2" parent="MarginContainer/VBoxContainer/HBoxContainer/Control/HBoxContainer" instance=ExtResource("1_5to0q")]
layout_mode = 2
[node name="GridContainer3" parent="MarginContainer/VBoxContainer/HBoxContainer/Control/HBoxContainer" instance=ExtResource("1_5to0q")]
layout_mode = 2
[node name="TextureButton2" type="TextureButton" parent="MarginContainer/VBoxContainer/HBoxContainer"]
layout_mode = 2
size_flags_horizontal = 2
ignore_texture_size = true
stretch_mode = 3
[node name="Cursor" parent="." instance=ExtResource("3_bbk7t")]
position = Vector2(460, 628)