[gd_scene load_steps=3 format=2] [ext_resource path="res://src/Taquin.gd" type="Script" id=1] [sub_resource type="Animation" id=1] resource_name = "MovingPiece" tracks/0/type = "value" tracks/0/path = NodePath("AnimationPlayer/MockPiece:rect_position") tracks/0/interp = 2 tracks/0/loop_wrap = true tracks/0/imported = false tracks/0/enabled = true tracks/0/keys = { "times": PoolRealArray( 0, 0.2 ), "transitions": PoolRealArray( 1, 1 ), "update": 0, "values": [ Vector2( 176, 338 ), Vector2( 338, 338 ) ] } [node name="Taquin" type="Node2D"] script = ExtResource( 1 ) rows = 3 columns = 3 difficulty = 0 [node name="ColorRect" type="ColorRect" parent="."] margin_right = 512.0 margin_bottom = 512.0 color = Color( 0.254902, 0.329412, 0.45098, 1 ) [node name="AnimationPlayer" type="AnimationPlayer" parent="."] anims/MovingPiece = SubResource( 1 ) [node name="MockPiece" type="ColorRect" parent="AnimationPlayer"] visible = false margin_left = 176.0 margin_top = 338.0 margin_right = 336.001 margin_bottom = 498.0 color = Color( 0.345098, 0.980392, 0.113725, 1 )