25 lines
818 B
Plaintext
25 lines
818 B
Plaintext
[gd_scene load_steps=4 format=3 uid="uid://dfh6fgi18qa6x"]
|
|
|
|
[ext_resource type="PackedScene" uid="uid://cujx1a8vwxsj8" path="res://Objects/world_object.tscn" id="1_a762w"]
|
|
[ext_resource type="Texture2D" uid="uid://bb7txv7w8he1w" path="res://Objects/Museum/GiftShop/GiftShopCounter.png" id="2_vkn6p"]
|
|
|
|
[sub_resource type="SpriteFrames" id="SpriteFrames_q1k42"]
|
|
animations = [{
|
|
"frames": [{
|
|
"duration": 1.0,
|
|
"texture": ExtResource("2_vkn6p")
|
|
}],
|
|
"loop": true,
|
|
"name": &"default",
|
|
"speed": 5.0
|
|
}]
|
|
|
|
[node name="GiftShopCounter" instance=ExtResource("1_a762w")]
|
|
|
|
[node name="AnimatedSprite2D" parent="." index="0"]
|
|
position = Vector2(1, -26)
|
|
sprite_frames = SubResource("SpriteFrames_q1k42")
|
|
|
|
[node name="CollisionPolygon2D" parent="StaticBody2D" index="0"]
|
|
polygon = PackedVector2Array(-234, 0, 239, 1, 239, 14, -234, 14)
|