-
Notifications
You must be signed in to change notification settings - Fork 1
/
LevelSelect.tscn
92 lines (82 loc) · 2.93 KB
/
LevelSelect.tscn
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
[gd_scene load_steps=7 format=2]
[ext_resource path="res://default_styleboxtexture.tres" type="StyleBox" id=1]
[ext_resource path="res://DefaultTheme.tres" type="Theme" id=2]
[ext_resource path="res://LevelSelect.gd" type="Script" id=3]
[ext_resource path="res://GoldLabel.gd" type="Script" id=4]
[ext_resource path="res://meta_styleboxtexture.tres" type="StyleBox" id=5]
[ext_resource path="res://light_styleboxtexture.tres" type="StyleBox" id=6]
[node name="LevelSelect" type="Node2D"]
script = ExtResource( 3 )
[node name="Holder" type="Label" parent="."]
margin_left = 55.0
margin_top = 30.0
margin_right = 464.0
margin_bottom = 273.0
focus_neighbour_right = NodePath("PrevButton")
focus_neighbour_bottom = NodePath("CloseButton")
theme = ExtResource( 2 )
custom_styles/normal = ExtResource( 1 )
text = "Chapter 0 - Two Time"
align = 1
script = ExtResource( 4 )
[node name="PrevButton" type="Button" parent="Holder"]
margin_left = 5.0
margin_top = 223.0
margin_right = 100.0
margin_bottom = 238.0
focus_neighbour_left = NodePath("../NextButton")
focus_neighbour_right = NodePath("../LevelEditorButton")
focus_neighbour_bottom = NodePath("../CloseButton")
text = "Prev. Chapter (F1)"
[node name="NextButton" type="Button" parent="Holder"]
margin_left = 308.0
margin_top = 223.0
margin_right = 404.0
margin_bottom = 238.0
focus_neighbour_left = NodePath("../CommunityLevelsButton")
focus_neighbour_right = NodePath("../PrevButton")
focus_neighbour_bottom = NodePath("../CloseButton")
text = "Next Chapter (F2)"
[node name="LevelEditorButton" type="Button" parent="Holder"]
margin_left = 118.0
margin_top = 223.0
margin_right = 182.0
margin_bottom = 238.0
focus_neighbour_left = NodePath("../PrevButton")
focus_neighbour_right = NodePath("../CommunityLevelsButton")
focus_neighbour_bottom = NodePath("../CloseButton")
custom_styles/hover = ExtResource( 5 )
custom_styles/pressed = ExtResource( 5 )
custom_styles/focus = ExtResource( 5 )
custom_styles/disabled = ExtResource( 5 )
custom_styles/normal = ExtResource( 5 )
text = "Level Editor"
[node name="CommunityLevelsButton" type="Button" parent="Holder"]
margin_left = 197.0
margin_top = 223.0
margin_right = 293.0
margin_bottom = 238.0
focus_neighbour_left = NodePath("../LevelEditorButton")
focus_neighbour_right = NodePath("../NextButton")
focus_neighbour_bottom = NodePath("../CloseButton")
custom_styles/hover = ExtResource( 6 )
custom_styles/pressed = ExtResource( 6 )
custom_styles/focus = ExtResource( 6 )
custom_styles/disabled = ExtResource( 6 )
custom_styles/normal = ExtResource( 6 )
text = "Community Levels"
[node name="CloseButton" type="Button" parent="Holder"]
margin_left = 391.0
margin_top = 5.0
margin_right = 404.0
margin_bottom = 20.0
focus_neighbour_top = NodePath("../NextButton")
text = "X"
[node name="Pointer" type="Sprite" parent="Holder"]
[node name="SearchBox" type="LineEdit" parent="Holder"]
margin_left = 309.0
margin_top = 201.0
margin_right = 404.0
margin_bottom = 222.0
text = "Search..."
editable = false