Skip to content

Commit 5c43041

Browse files
author
Zumo
committed
Bump version to 1.4
1 parent a78ef89 commit 5c43041

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

Diff for: src/title.tscn

+3-4
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ animations = [ {
213213
"speed": 60.0
214214
} ]
215215

216-
[node name="Title" type="TextureRect"]
216+
[node name="Title" type="TextureRect" index="0"]
217217

218218
material = SubResource( 2 )
219219
use_parent_material = true
@@ -253,14 +253,12 @@ self_modulate = Color( 1, 1, 1, 0.3 )
253253
material = SubResource( 5 )
254254
frames = SubResource( 6 )
255255
animation = "default"
256-
frame = 2
257256
playing = true
258257
centered = false
259258
_sections_unfolded = [ "Material", "Transform", "Visibility" ]
260259

261260
[node name="VBoxContainer" type="VBoxContainer" parent="." index="2"]
262261

263-
editor/display_folded = true
264262
anchor_left = 0.0
265263
anchor_top = 0.0
266264
anchor_right = 1.0
@@ -513,7 +511,7 @@ mouse_default_cursor_shape = 0
513511
size_flags_horizontal = 1
514512
size_flags_vertical = 4
515513
custom_fonts/font = ExtResource( 17 )
516-
text = "v1.3"
514+
text = "v1.4"
517515
percent_visible = 1.0
518516
lines_skipped = 0
519517
max_lines_visible = -1
@@ -553,6 +551,7 @@ margin_bottom = 489.0
553551

554552
[node name="Settings" type="WindowDialog" parent="." index="7"]
555553

554+
editor/display_folded = true
556555
visible = false
557556
anchor_left = 0.0
558557
anchor_top = 0.0

0 commit comments

Comments
 (0)