File tree Expand file tree Collapse file tree 2 files changed +16
-14
lines changed
Expand file tree Collapse file tree 2 files changed +16
-14
lines changed Original file line number Diff line number Diff line change 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 ]
99frames = 4
1010fps = 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 )
1313frame_1/delay_sec = 0.0
1414frame_2/texture = ExtResource ( 4 )
1515frame_2/delay_sec = 0.0
Original file line number Diff line number Diff 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
102102text = "Start Game"
103103
104104[node name ="BonusLevels" type ="Button" parent ="TitleContent/Menu/VBoxContainer" ]
105- margin_top = 35 .0
105+ margin_top = 36 .0
106106margin_right = 350.0
107- margin_bottom = 65 .0
107+ margin_bottom = 66 .0
108108focus_neighbour_bottom = NodePath ("../Options" )
109109text = "Bonus Levels"
110110
111111[node name ="Options" type ="Button" parent ="TitleContent/Menu/VBoxContainer" ]
112- margin_top = 70 .0
112+ margin_top = 71 .0
113113margin_right = 350.0
114- margin_bottom = 100 .0
114+ margin_bottom = 101 .0
115115focus_neighbour_top = NodePath ("../BonusLevels" )
116116focus_neighbour_bottom = NodePath ("../LevelEditor" )
117117text = "Options"
118118
119119[node name ="LevelEditor" type ="Button" parent ="TitleContent/Menu/VBoxContainer" ]
120+ visible = false
120121margin_top = 105.0
121122margin_right = 350.0
122123margin_bottom = 135.0
123124focus_neighbour_top = NodePath ("../Options" )
124125focus_neighbour_bottom = NodePath ("../Credits" )
126+ disabled = true
125127text = "Level Editor"
126128
127129[node name ="Credits" type ="Button" parent ="TitleContent/Menu/VBoxContainer" ]
128- margin_top = 140 .0
130+ margin_top = 106 .0
129131margin_right = 350.0
130- margin_bottom = 170 .0
132+ margin_bottom = 136 .0
131133focus_neighbour_top = NodePath ("../LevelEditor" )
132134focus_neighbour_bottom = NodePath ("../Quit" )
133135text = "Credits"
@@ -147,9 +149,9 @@ margin_bottom = 170.0
147149text = "Boss Battle (DEBUG)"
148150
149151[node name ="Quit" type ="Button" parent ="TitleContent/Menu/VBoxContainer" ]
150- margin_top = 175 .0
152+ margin_top = 141 .0
151153margin_right = 350.0
152- margin_bottom = 205 .0
154+ margin_bottom = 171 .0
153155focus_neighbour_top = NodePath ("../Credits" )
154156text = "Quit Game"
155157
You can’t perform that action at this time.
0 commit comments