load custom artwork
This commit is contained in:
parent
8cc55513b7
commit
5e1e27b2cb
10 changed files with 225 additions and 47 deletions
|
@ -46,6 +46,7 @@ anchor_right = 0.0
|
|||
anchor_bottom = 0.0
|
||||
margin_right = 540.0
|
||||
margin_bottom = 560.0
|
||||
autoload_fresh_game = false
|
||||
|
||||
[node name="VBoxContainer" type="VBoxContainer" parent="GridContainer"]
|
||||
margin_left = 550.0
|
||||
|
@ -74,7 +75,7 @@ rect_min_size = Vector2( 0, 70 )
|
|||
text = "Hints"
|
||||
|
||||
[node name="NewGamePanel" parent="." instance=ExtResource( 3 )]
|
||||
rect_pivot_offset = Vector2( 4, 4 )
|
||||
rect_pivot_offset = Vector2( 203, 134 )
|
||||
[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"]
|
||||
[connection signal="button_down" from="GridContainer/VBoxContainer/Hints" to="GridContainer/Taquin" method="_on_Hints_button_down"]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue