27 lines
834 B
Plaintext
27 lines
834 B
Plaintext
[gd_scene load_steps=4 format=3 uid="uid://cluqsc7rx352g"]
|
|
|
|
[ext_resource type="PackedScene" uid="uid://cujx1a8vwxsj8" path="res://Objects/world_object.tscn" id="1_7bcfr"]
|
|
[ext_resource type="Texture2D" uid="uid://d2gmotiy6ax7y" path="res://Objects/Park/Trees/Tree.png" id="2_5g3w5"]
|
|
|
|
[sub_resource type="SpriteFrames" id="SpriteFrames_rm8di"]
|
|
animations = [{
|
|
"frames": [{
|
|
"duration": 1.0,
|
|
"texture": ExtResource("2_5g3w5")
|
|
}],
|
|
"loop": true,
|
|
"name": &"default",
|
|
"speed": 5.0
|
|
}]
|
|
|
|
[node name="Tree" instance=ExtResource("1_7bcfr")]
|
|
z_index = 1
|
|
|
|
[node name="AnimatedSprite2D" parent="." index="0"]
|
|
position = Vector2(0, -158)
|
|
sprite_frames = SubResource("SpriteFrames_rm8di")
|
|
|
|
[node name="CollisionPolygon2D" parent="StaticBody2D" index="0"]
|
|
position = Vector2(2, -156)
|
|
polygon = PackedVector2Array(-36, 131, 48, 132, 62, 156, -43, 157)
|