taqin/src/MainMobile.tscn

21 lines
555 B
Plaintext

[gd_scene load_steps=3 format=2]
[ext_resource path="res://src/Main.gd" type="Script" id=1]
[ext_resource path="res://src/Taquin.tscn" type="PackedScene" id=2]
[node name="Main" type="Control"]
anchor_right = 1.0
anchor_bottom = 1.0
script = ExtResource( 1 )
[node name="Taquin" parent="." instance=ExtResource( 2 )]
anchor_left = 0.5
anchor_top = 0.5
anchor_right = 0.5
anchor_bottom = 0.5
margin_left = -270.0
margin_top = -280.0
margin_right = 270.0
margin_bottom = 280.0
[connection signal="solved" from="Taquin" to="." method="_on_Taquin_solved"]