rework game settings

This commit is contained in:
Fabien Freling 2020-06-04 18:17:35 +02:00
parent e08bf5deef
commit 5f84111cdd
8 changed files with 137 additions and 37 deletions

View file

@ -74,7 +74,6 @@ rect_min_size = Vector2( 0, 70 )
text = "Hints"
[node name="NewGamePanel" parent="." instance=ExtResource( 3 )]
visible = false
rect_pivot_offset = Vector2( 4, 4 )
[connection signal="state_changed" from="GridContainer/Taquin" to="." method="_on_Taquin_state_changed"]
[connection signal="pressed" from="GridContainer/VBoxContainer/New Game" to="." method="_on_New_game_pressed"]