28 lines
880 B
Plaintext
28 lines
880 B
Plaintext
[gd_scene load_steps=4 format=3 uid="uid://dh4821vq854pm"]
|
|
|
|
[ext_resource type="PackedScene" uid="uid://cujx1a8vwxsj8" path="res://Objects/world_object.tscn" id="1_j31ih"]
|
|
[ext_resource type="Texture2D" uid="uid://d3ohd1ts76dw8" path="res://Objects/Museum/Lobby/LobbyDesk.png" id="2_0sw6h"]
|
|
|
|
[sub_resource type="SpriteFrames" id="SpriteFrames_7vn8p"]
|
|
animations = [{
|
|
"frames": [{
|
|
"duration": 1.0,
|
|
"texture": ExtResource("2_0sw6h")
|
|
}],
|
|
"loop": true,
|
|
"name": &"default",
|
|
"speed": 5.0
|
|
}]
|
|
|
|
[node name="LobbyCounter" instance=ExtResource("1_j31ih")]
|
|
|
|
[node name="AnimatedSprite2D" parent="." index="0"]
|
|
position = Vector2(0, 170)
|
|
sprite_frames = SubResource("SpriteFrames_7vn8p")
|
|
|
|
[node name="StaticBody2D" parent="." index="1"]
|
|
position = Vector2(0, 9)
|
|
|
|
[node name="CollisionPolygon2D" parent="StaticBody2D" index="0"]
|
|
polygon = PackedVector2Array(-30, -9, 30, -9, 31, 331, -30, 331)
|