taqin/game/src/Main.tscn

13 lines
397 B
Plaintext
Raw Normal View History

2019-11-26 13:57:50 +01:00
[gd_scene load_steps=3 format=2]
2019-11-20 13:54:16 +01:00
2019-11-26 13:57:50 +01:00
[ext_resource path="res://src/Main.gd" type="Script" id=1]
[ext_resource path="res://src/Taquin.tscn" type="PackedScene" id=2]
2019-11-21 00:25:53 +01:00
[node name="Main" type="Control"]
anchor_right = 1.0
anchor_bottom = 1.0
2019-11-26 13:57:50 +01:00
script = ExtResource( 1 )
2019-11-21 00:25:53 +01:00
2019-11-26 13:57:50 +01:00
[node name="Taquin" parent="." instance=ExtResource( 2 )]
[connection signal="solved" from="Taquin" to="." method="_on_Taquin_solved"]