Reload button for level sequence. Order tag levels.

This commit is contained in:
blinry 2021-01-05 13:27:52 +01:00
parent aef7882dcb
commit 82b8e8f458
3 changed files with 30 additions and 8 deletions

View file

@ -42,4 +42,15 @@ text = "Back"
__meta__ = {
"_edit_use_anchors_": false
}
[node name="Button2" type="Button" parent="."]
margin_left = 138.588
margin_top = 59.3009
margin_right = 226.588
margin_bottom = 98.3009
text = "Reload"
__meta__ = {
"_edit_use_anchors_": false
}
[connection signal="pressed" from="Button" to="." method="back"]
[connection signal="pressed" from="Button2" to="." method="reload"]