35 lines
1.1 KiB
Plaintext
35 lines
1.1 KiB
Plaintext
[gd_scene load_steps=6 format=3 uid="uid://bd1hlsb3ad7qw"]
|
|
|
|
[ext_resource type="PackedScene" uid="uid://cujx1a8vwxsj8" path="res://Objects/world_object.tscn" id="1_04huh"]
|
|
[ext_resource type="Texture2D" uid="uid://tla74efs74b" path="res://Objects/Beach/Seaweed/Seaweed1/Seaweed1.png" id="2_qbmpb"]
|
|
[ext_resource type="Texture2D" uid="uid://rhh8xh2876jq" path="res://Objects/Beach/Seaweed/Seaweed1/Seaweed2.png" id="3_maa77"]
|
|
[ext_resource type="Script" path="res://Utils/PlayOnReady.gd" id="4_dhlw6"]
|
|
|
|
[sub_resource type="SpriteFrames" id="SpriteFrames_6qwgm"]
|
|
animations = [{
|
|
"frames": [{
|
|
"duration": 1.0,
|
|
"texture": ExtResource("2_qbmpb")
|
|
}, {
|
|
"duration": 1.0,
|
|
"texture": ExtResource("3_maa77")
|
|
}],
|
|
"loop": true,
|
|
"name": &"default",
|
|
"speed": 2.0
|
|
}]
|
|
|
|
[node name="Seaweed" instance=ExtResource("1_04huh")]
|
|
|
|
[node name="AnimatedSprite2D" parent="." index="0"]
|
|
position = Vector2(1, -13)
|
|
sprite_frames = SubResource("SpriteFrames_6qwgm")
|
|
script = ExtResource("4_dhlw6")
|
|
|
|
[node name="StaticBody2D" parent="." index="1"]
|
|
position = Vector2(0, 4)
|
|
|
|
[node name="CollisionPolygon2D" parent="StaticBody2D" index="0"]
|
|
visible = false
|
|
disabled = true
|