mirror of
https://github.com/git-learning-game/oh-my-git.git
synced 2025-05-09 05:02:22 +02:00
Reload button for level sequence. Order tag levels.
This commit is contained in:
parent
aef7882dcb
commit
82b8e8f458
3 changed files with 30 additions and 8 deletions
scenes
|
@ -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"]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue