Skip to content

Commit af24fe5

Browse files
committed
Hide level editor button for now
1 parent b7570d2 commit af24fe5

File tree

2 files changed

+16
-14
lines changed

2 files changed

+16
-14
lines changed

SourceCode/images/tile_animations/Waterfall.tres

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
[gd_resource type="AnimatedTexture" load_steps=5 format=2]
22

3-
[ext_resource path="res://images/tile_animations/waterfall-2.png" type="Texture" id=1]
4-
[ext_resource path="res://images/tile_animations/waterfall-1.png" type="Texture" id=2]
3+
[ext_resource path="res://images/tile_animations/waterfall-1.png" type="Texture" id=1]
4+
[ext_resource path="res://images/tile_animations/waterfall-2.png" type="Texture" id=2]
55
[ext_resource path="res://images/tile_animations/waterfall-4.png" type="Texture" id=3]
66
[ext_resource path="res://images/tile_animations/waterfall-3.png" type="Texture" id=4]
77

88
[resource]
99
frames = 4
1010
fps = 15.0
11-
frame_0/texture = ExtResource( 2 )
12-
frame_1/texture = ExtResource( 1 )
11+
frame_0/texture = ExtResource( 1 )
12+
frame_1/texture = ExtResource( 2 )
1313
frame_1/delay_sec = 0.0
1414
frame_2/texture = ExtResource( 4 )
1515
frame_2/delay_sec = 0.0

SourceCode/scenes/menus/TitleScreen.tscn

Lines changed: 12 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -97,37 +97,39 @@ __meta__ = {
9797
}
9898

9999
[node name="StartGame" parent="TitleContent/Menu/VBoxContainer" instance=ExtResource( 9 )]
100-
margin_top = 0.0
101-
margin_bottom = 30.0
100+
margin_top = 1.0
101+
margin_bottom = 31.0
102102
text = "Start Game"
103103

104104
[node name="BonusLevels" type="Button" parent="TitleContent/Menu/VBoxContainer"]
105-
margin_top = 35.0
105+
margin_top = 36.0
106106
margin_right = 350.0
107-
margin_bottom = 65.0
107+
margin_bottom = 66.0
108108
focus_neighbour_bottom = NodePath("../Options")
109109
text = "Bonus Levels"
110110

111111
[node name="Options" type="Button" parent="TitleContent/Menu/VBoxContainer"]
112-
margin_top = 70.0
112+
margin_top = 71.0
113113
margin_right = 350.0
114-
margin_bottom = 100.0
114+
margin_bottom = 101.0
115115
focus_neighbour_top = NodePath("../BonusLevels")
116116
focus_neighbour_bottom = NodePath("../LevelEditor")
117117
text = "Options"
118118

119119
[node name="LevelEditor" type="Button" parent="TitleContent/Menu/VBoxContainer"]
120+
visible = false
120121
margin_top = 105.0
121122
margin_right = 350.0
122123
margin_bottom = 135.0
123124
focus_neighbour_top = NodePath("../Options")
124125
focus_neighbour_bottom = NodePath("../Credits")
126+
disabled = true
125127
text = "Level Editor"
126128

127129
[node name="Credits" type="Button" parent="TitleContent/Menu/VBoxContainer"]
128-
margin_top = 140.0
130+
margin_top = 106.0
129131
margin_right = 350.0
130-
margin_bottom = 170.0
132+
margin_bottom = 136.0
131133
focus_neighbour_top = NodePath("../LevelEditor")
132134
focus_neighbour_bottom = NodePath("../Quit")
133135
text = "Credits"
@@ -147,9 +149,9 @@ margin_bottom = 170.0
147149
text = "Boss Battle (DEBUG)"
148150

149151
[node name="Quit" type="Button" parent="TitleContent/Menu/VBoxContainer"]
150-
margin_top = 175.0
152+
margin_top = 141.0
151153
margin_right = 350.0
152-
margin_bottom = 205.0
154+
margin_bottom = 171.0
153155
focus_neighbour_top = NodePath("../Credits")
154156
text = "Quit Game"
155157

0 commit comments

Comments
 (0)