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