Cow_Life_Sim_RPG/Objects/Beach/Seaweed/Seaweed2/Seaweed2.tscn

35 lines
1.1 KiB
Plaintext

[gd_scene load_steps=6 format=3 uid="uid://c2hxcfqbowf4g"]
[ext_resource type="PackedScene" uid="uid://cujx1a8vwxsj8" path="res://Objects/world_object.tscn" id="1_8vrm7"]
[ext_resource type="Texture2D" uid="uid://bgbdpbowmbkmr" path="res://Objects/Beach/Seaweed/Seaweed2/Seaweed1.png" id="2_giwbe"]
[ext_resource type="Texture2D" uid="uid://d16tg6lob1tky" path="res://Objects/Beach/Seaweed/Seaweed2/Seaweed2.png" id="3_7fttd"]
[ext_resource type="Script" path="res://Utils/PlayOnReady.gd" id="4_d35ac"]
[sub_resource type="SpriteFrames" id="SpriteFrames_r0iy7"]
animations = [{
"frames": [{
"duration": 1.0,
"texture": ExtResource("2_giwbe")
}, {
"duration": 1.0,
"texture": ExtResource("3_7fttd")
}],
"loop": true,
"name": &"default",
"speed": 2.0
}]
[node name="Seaweed" instance=ExtResource("1_8vrm7")]
[node name="AnimatedSprite2D" parent="." index="0"]
position = Vector2(2, -13)
sprite_frames = SubResource("SpriteFrames_r0iy7")
script = ExtResource("4_d35ac")
[node name="StaticBody2D" parent="." index="1"]
position = Vector2(0, 4)
[node name="CollisionPolygon2D" parent="StaticBody2D" index="0"]
visible = false
disabled = true