Cow_Life_Sim_RPG/Objects/Beach/Seaweed/Seaweed5/Seaweed5.tscn

35 lines
1.1 KiB
Plaintext

[gd_scene load_steps=6 format=3 uid="uid://dvy5uqal3up4i"]
[ext_resource type="PackedScene" uid="uid://cujx1a8vwxsj8" path="res://Objects/world_object.tscn" id="1_vv320"]
[ext_resource type="Texture2D" uid="uid://dci141gjwr0o5" path="res://Objects/Beach/Seaweed/Seaweed5/Seaweed1.png" id="2_55o01"]
[ext_resource type="Texture2D" uid="uid://cpnjpo1iblyoj" path="res://Objects/Beach/Seaweed/Seaweed5/Seaweed2.png" id="3_nanar"]
[ext_resource type="Script" path="res://Utils/PlayOnReady.gd" id="4_qugjl"]
[sub_resource type="SpriteFrames" id="SpriteFrames_tqhhy"]
animations = [{
"frames": [{
"duration": 1.0,
"texture": ExtResource("2_55o01")
}, {
"duration": 1.0,
"texture": ExtResource("3_nanar")
}],
"loop": true,
"name": &"default",
"speed": 2.0
}]
[node name="Seaweed" instance=ExtResource("1_vv320")]
[node name="AnimatedSprite2D" parent="." index="0"]
position = Vector2(0, -12)
sprite_frames = SubResource("SpriteFrames_tqhhy")
script = ExtResource("4_qugjl")
[node name="StaticBody2D" parent="." index="1"]
position = Vector2(0, 4)
[node name="CollisionPolygon2D" parent="StaticBody2D" index="0"]
visible = false
disabled = true