25 lines
800 B
Plaintext
25 lines
800 B
Plaintext
[gd_scene load_steps=4 format=3 uid="uid://dgvg3xiwut2qs"]
|
|
|
|
[ext_resource type="PackedScene" uid="uid://cujx1a8vwxsj8" path="res://Objects/world_object.tscn" id="1_yad7c"]
|
|
[ext_resource type="Texture2D" uid="uid://dn1qqrdbj3dwc" path="res://Objects/Forest/Trees/FirTree2.png" id="2_iwo3s"]
|
|
|
|
[sub_resource type="SpriteFrames" id="SpriteFrames_co4lx"]
|
|
animations = [{
|
|
"frames": [{
|
|
"duration": 1.0,
|
|
"texture": ExtResource("2_iwo3s")
|
|
}],
|
|
"loop": true,
|
|
"name": &"default",
|
|
"speed": 5.0
|
|
}]
|
|
|
|
[node name="PineTree2" instance=ExtResource("1_yad7c")]
|
|
|
|
[node name="AnimatedSprite2D" parent="." index="0"]
|
|
position = Vector2(-4, -134)
|
|
sprite_frames = SubResource("SpriteFrames_co4lx")
|
|
|
|
[node name="CollisionPolygon2D" parent="StaticBody2D" index="0"]
|
|
polygon = PackedVector2Array(-15, -6, 14, -6, 14, 1, -15, 1)
|