83 lines
2.3 KiB
Plaintext
83 lines
2.3 KiB
Plaintext
[gd_scene load_steps=7 format=3 uid="uid://dn10ervwv15oo"]
|
|
|
|
[ext_resource type="Texture2D" uid="uid://cwbhdira3w8qx" path="res://assest/ui/UI_48x48.png" id="1_o6ktm"]
|
|
[ext_resource type="Script" path="res://UI/clues/bubble_clue.gd" id="2_u6r66"]
|
|
[ext_resource type="PackedScene" uid="uid://clqdxhwojbkwp" path="res://UI/clues/button_clue.tscn" id="3_p3oka"]
|
|
|
|
[sub_resource type="Animation" id="Animation_srt4p"]
|
|
loop_mode = 1
|
|
tracks/0/type = "value"
|
|
tracks/0/imported = false
|
|
tracks/0/enabled = true
|
|
tracks/0/path = NodePath(".:offset")
|
|
tracks/0/interp = 1
|
|
tracks/0/loop_wrap = true
|
|
tracks/0/keys = {
|
|
"times": PackedFloat32Array(0),
|
|
"transitions": PackedFloat32Array(1),
|
|
"update": 0,
|
|
"values": [Vector2(0, 0)]
|
|
}
|
|
tracks/1/type = "value"
|
|
tracks/1/imported = false
|
|
tracks/1/enabled = true
|
|
tracks/1/path = NodePath("Sprite2D:position")
|
|
tracks/1/interp = 1
|
|
tracks/1/loop_wrap = true
|
|
tracks/1/keys = {
|
|
"times": PackedFloat32Array(0),
|
|
"transitions": PackedFloat32Array(1),
|
|
"update": 0,
|
|
"values": [Vector2(1, -5)]
|
|
}
|
|
|
|
[sub_resource type="Animation" id="Animation_puwvl"]
|
|
resource_name = "move"
|
|
loop_mode = 1
|
|
tracks/0/type = "value"
|
|
tracks/0/imported = false
|
|
tracks/0/enabled = true
|
|
tracks/0/path = NodePath(".:offset")
|
|
tracks/0/interp = 1
|
|
tracks/0/loop_wrap = true
|
|
tracks/0/keys = {
|
|
"times": PackedFloat32Array(0, 0.266667, 0.533333, 0.733333),
|
|
"transitions": PackedFloat32Array(1, 1, 1, 1),
|
|
"update": 0,
|
|
"values": [Vector2(0, 0), Vector2(0, 1), Vector2(0, 2), Vector2(0, 1)]
|
|
}
|
|
tracks/1/type = "value"
|
|
tracks/1/imported = false
|
|
tracks/1/enabled = true
|
|
tracks/1/path = NodePath("Sprite2D:position")
|
|
tracks/1/interp = 1
|
|
tracks/1/loop_wrap = true
|
|
tracks/1/keys = {
|
|
"times": PackedFloat32Array(0, 0.266667, 0.533333, 0.733333),
|
|
"transitions": PackedFloat32Array(1, 1, 1, 1),
|
|
"update": 0,
|
|
"values": [Vector2(0, -5), Vector2(0, -4), Vector2(0, -3), Vector2(0, -4)]
|
|
}
|
|
|
|
[sub_resource type="AnimationLibrary" id="AnimationLibrary_kli7q"]
|
|
_data = {
|
|
"RESET": SubResource("Animation_srt4p"),
|
|
"move": SubResource("Animation_puwvl")
|
|
}
|
|
|
|
[node name="Sprite2D" type="Sprite2D"]
|
|
texture = ExtResource("1_o6ktm")
|
|
hframes = 18
|
|
vframes = 9
|
|
frame = 5
|
|
script = ExtResource("2_u6r66")
|
|
|
|
[node name="Sprite2D" parent="." instance=ExtResource("3_p3oka")]
|
|
position = Vector2(1, -5)
|
|
scale = Vector2(0.401042, 0.401042)
|
|
|
|
[node name="AnimationPlayer" type="AnimationPlayer" parent="."]
|
|
libraries = {
|
|
"": SubResource("AnimationLibrary_kli7q")
|
|
}
|