28 lines
899 B
Plaintext
28 lines
899 B
Plaintext
[gd_scene load_steps=4 format=3 uid="uid://cx6dailgmw0bj"]
|
|
|
|
[ext_resource type="PackedScene" uid="uid://cujx1a8vwxsj8" path="res://Objects/world_object.tscn" id="1_hbel3"]
|
|
[ext_resource type="Texture2D" uid="uid://cbmb44kk2dqas" path="res://Objects/JuiceCafe/Counter/JuiceCafeCounter.png" id="2_qynn4"]
|
|
|
|
[sub_resource type="SpriteFrames" id="SpriteFrames_w42fa"]
|
|
animations = [{
|
|
"frames": [{
|
|
"duration": 1.0,
|
|
"texture": ExtResource("2_qynn4")
|
|
}],
|
|
"loop": true,
|
|
"name": &"default",
|
|
"speed": 5.0
|
|
}]
|
|
|
|
[node name="JuiceCafeCounter" instance=ExtResource("1_hbel3")]
|
|
|
|
[node name="AnimatedSprite2D" parent="." index="0"]
|
|
position = Vector2(19, -12)
|
|
sprite_frames = SubResource("SpriteFrames_w42fa")
|
|
|
|
[node name="StaticBody2D" parent="." index="1"]
|
|
position = Vector2(0, -12)
|
|
|
|
[node name="CollisionPolygon2D" parent="StaticBody2D" index="0"]
|
|
polygon = PackedVector2Array(-320, 0, 318, 0, 319, 55, -321, 55)
|