[gd_scene load_steps=10 format=2] [ext_resource path="res://src/Taquin.gd" type="Script" id=1] [ext_resource path="res://src/Piece.tscn" type="PackedScene" id=2] [ext_resource path="res://assets/sounds/PM_BBI_Bullet_Impact_Hit_Body_Flesh_2.wav" type="AudioStream" id=3] [ext_resource path="res://assets/taqin_theme.tres" type="Theme" id=4] [ext_resource path="res://assets/artworks/escher_convex_concave.jpg" type="Texture" id=5] [sub_resource type="Animation" id=1] resource_name = "MovingPiece" length = 0.2 step = 0.01 tracks/0/type = "value" tracks/0/path = NodePath("AnimationPlayer/MockPiece:position") tracks/0/interp = 1 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( 15, 15 ), Vector2( 175, 15 ) ] } [sub_resource type="Gradient" id=2] colors = PoolColorArray( 1, 1, 1, 1, 1, 0.140625, 0.140625, 1 ) [sub_resource type="GradientTexture" id=3] gradient = SubResource( 2 ) [sub_resource type="ParticlesMaterial" id=4] emission_shape = 2 emission_box_extents = Vector3( 10, 5, 1 ) flag_disable_z = true spread = 180.0 gravity = Vector3( 0, 10, 0 ) initial_velocity = 50.0 angular_velocity = 28.0 orbit_velocity = 0.0 orbit_velocity_random = 0.0 linear_accel = 1.0 damping = 22.0 angle = 45.0 angle_random = 1.0 scale = 5.0 color_ramp = SubResource( 3 ) [node name="Taquin" type="Control"] anchor_right = 1.0 anchor_bottom = 1.0 rect_min_size = Vector2( 540, 540 ) theme = ExtResource( 4 ) script = ExtResource( 1 ) __meta__ = { "_edit_use_anchors_": false } artwork_texture = ExtResource( 5 ) [node name="Background" type="ColorRect" parent="."] anchor_left = 0.5 anchor_top = 0.5 anchor_right = 0.5 anchor_bottom = 0.5 margin_left = -300.0 margin_top = -300.0 margin_right = 300.0 margin_bottom = 300.0 mouse_filter = 2 color = Color( 0.12549, 0.235294, 0.337255, 1 ) __meta__ = { "_edit_use_anchors_": false } [node name="AnimationPlayer" type="AnimationPlayer" parent="."] anims/MovingPiece = SubResource( 1 ) [node name="MockPiece" parent="AnimationPlayer" instance=ExtResource( 2 )] visible = false position = Vector2( 15, 15 ) [node name="PlaceholderTexture" type="ColorRect" parent="AnimationPlayer/MockPiece"] margin_right = 160.0 margin_bottom = 160.0 color = Color( 0.137255, 0.976471, 0.0196078, 1 ) [node name="Particles2D" type="Particles2D" parent="."] position = Vector2( 253, 262 ) rotation = -1.5708 emitting = false amount = 30 lifetime = 1.6 preprocess = 0.25 speed_scale = 1.25 explosiveness = 1.0 local_coords = false process_material = SubResource( 4 ) [node name="Timer" type="Timer" parent="."] wait_time = 2.0 one_shot = true [node name="AudioStreamPlayer" type="AudioStreamPlayer" parent="."] stream = ExtResource( 3 ) volume_db = -16.672 [node name="HintTween" type="Tween" parent="."] [connection signal="animation_finished" from="AnimationPlayer" to="." method="_on_AnimationPlayer_animation_finished"] [connection signal="timeout" from="Timer" to="." method="_on_Timer_timeout"]