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