Replace scene about by settings
This commit is contained in:
+7
-19
@@ -76,36 +76,24 @@ __meta__ = {
|
||||
"_edit_use_anchors_": false
|
||||
}
|
||||
|
||||
[node name="New" type="LinkButton" parent="Grid/Menu/Action"]
|
||||
[node name="Puzzles" type="LinkButton" parent="Grid/Menu/Action"]
|
||||
margin_left = 10.0
|
||||
margin_top = 30.0
|
||||
margin_right = 130.0
|
||||
margin_bottom = 64.0
|
||||
custom_fonts/font = ExtResource( 3 )
|
||||
text = "new"
|
||||
text = "Puzzles"
|
||||
__meta__ = {
|
||||
"_edit_use_anchors_": false
|
||||
}
|
||||
|
||||
[node name="Continue" type="LinkButton" parent="Grid/Menu/Action"]
|
||||
margin_left = 10.0
|
||||
margin_top = 80.0
|
||||
margin_right = 136.0
|
||||
margin_bottom = 114.0
|
||||
custom_fonts/font = ExtResource( 3 )
|
||||
disabled = true
|
||||
text = "Reprendre"
|
||||
__meta__ = {
|
||||
"_edit_use_anchors_": false
|
||||
}
|
||||
|
||||
[node name="About" type="LinkButton" parent="Grid/Menu/Action"]
|
||||
[node name="Settings" type="LinkButton" parent="Grid/Menu/Action"]
|
||||
margin_left = 10.0
|
||||
margin_top = 130.0
|
||||
margin_right = 86.0
|
||||
margin_right = 114.0
|
||||
margin_bottom = 164.0
|
||||
custom_fonts/font = ExtResource( 3 )
|
||||
text = "Credit"
|
||||
text = "Settings"
|
||||
__meta__ = {
|
||||
"_edit_use_anchors_": false
|
||||
}
|
||||
@@ -122,6 +110,6 @@ __meta__ = {
|
||||
"_edit_use_anchors_": false
|
||||
}
|
||||
|
||||
[connection signal="pressed" from="Grid/Menu/Action/New" to="." method="_on_New_pressed"]
|
||||
[connection signal="pressed" from="Grid/Menu/Action/About" to="." method="_on_About_pressed"]
|
||||
[connection signal="pressed" from="Grid/Menu/Action/Puzzles" to="." method="_on_New_pressed"]
|
||||
[connection signal="pressed" from="Grid/Menu/Action/Settings" to="." method="_on_Settings_pressed"]
|
||||
[connection signal="pressed" from="Grid/Menu/Action/Quit" to="." method="_on_Quit_pressed"]
|
||||
|
||||
Reference in New Issue
Block a user