26 lines
822 B
Plaintext
26 lines
822 B
Plaintext
[gd_scene load_steps=4 format=3 uid="uid://bb11otk7gg0aw"]
|
|
|
|
[ext_resource type="PackedScene" uid="uid://cujx1a8vwxsj8" path="res://Objects/world_object.tscn" id="1_mp6a0"]
|
|
[ext_resource type="Texture2D" uid="uid://b6fibss8c0l2x" path="res://Objects/Museum/Stand/Stand.png" id="2_tccg2"]
|
|
|
|
[sub_resource type="SpriteFrames" id="SpriteFrames_ukc0x"]
|
|
animations = [{
|
|
"frames": [{
|
|
"duration": 1.0,
|
|
"texture": ExtResource("2_tccg2")
|
|
}],
|
|
"loop": true,
|
|
"name": &"default",
|
|
"speed": 5.0
|
|
}]
|
|
|
|
[node name="MoneyStand" instance=ExtResource("1_mp6a0")]
|
|
|
|
[node name="AnimatedSprite2D" parent="." index="0"]
|
|
position = Vector2(-1, -20)
|
|
sprite_frames = SubResource("SpriteFrames_ukc0x")
|
|
offset = Vector2(0.5, 0)
|
|
|
|
[node name="CollisionPolygon2D" parent="StaticBody2D" index="0"]
|
|
polygon = PackedVector2Array(-29, 0, 27, 0, 27, 23, -29, 23)
|