mirror of
https://github.com/git-learning-game/oh-my-git.git
synced 2025-05-01 20:42:01 +02:00
Add first background music, always move focus back to the command line
This commit is contained in:
parent
13dc516edf
commit
b9b32c66e4
11 changed files with 90 additions and 17 deletions
scenes
|
@ -56,14 +56,24 @@ margin_left = 138.588
|
|||
margin_top = 59.3009
|
||||
margin_right = 226.588
|
||||
margin_bottom = 98.3009
|
||||
focus_mode = 0
|
||||
enabled_focus_mode = 0
|
||||
text = "Reload"
|
||||
__meta__ = {
|
||||
"_edit_use_anchors_": false
|
||||
}
|
||||
|
||||
[node name="TextureRect" type="TextureRect" parent="Button2"]
|
||||
margin_right = 40.0
|
||||
margin_bottom = 40.0
|
||||
[node name="Button3" type="Button" parent="."]
|
||||
margin_left = 241.005
|
||||
margin_top = 58.856
|
||||
margin_right = 387.005
|
||||
margin_bottom = 97.856
|
||||
focus_mode = 0
|
||||
enabled_focus_mode = 0
|
||||
text = "Toggle music"
|
||||
__meta__ = {
|
||||
"_edit_use_anchors_": false
|
||||
}
|
||||
|
||||
[node name="HelpLabel" type="Label" parent="."]
|
||||
visible = false
|
||||
|
@ -91,4 +101,5 @@ __meta__ = {
|
|||
}
|
||||
[connection signal="pressed" from="Button" to="." method="back"]
|
||||
[connection signal="pressed" from="Button2" to="." method="reload"]
|
||||
[connection signal="pressed" from="Button3" to="." method="toggle_music"]
|
||||
[connection signal="pressed" from="HelpLabel/Button3" to="." method="onSurveyPressed"]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue