32 lines
1.2 KiB
Plaintext
32 lines
1.2 KiB
Plaintext
[gd_scene load_steps=6 format=3 uid="uid://d2opf12pjsyo2"]
|
|
|
|
[ext_resource type="PackedScene" uid="uid://cujx1a8vwxsj8" path="res://Objects/world_object.tscn" id="1_i3cbc"]
|
|
[ext_resource type="Texture2D" uid="uid://cwys1moq3miiq" path="res://Objects/Beach/Buoy/RedBuoy1.png" id="2_iheuk"]
|
|
[ext_resource type="Texture2D" uid="uid://nsn7abaqsbfs" path="res://Objects/Beach/Buoy/RedBuoy2.png" id="3_vyfhl"]
|
|
[ext_resource type="Script" path="res://Utils/PlayOnReady.gd" id="4_p5jan"]
|
|
|
|
[sub_resource type="SpriteFrames" id="SpriteFrames_5ybs6"]
|
|
animations = [{
|
|
"frames": [{
|
|
"duration": 9.0,
|
|
"texture": ExtResource("2_iheuk")
|
|
}, {
|
|
"duration": 9.0,
|
|
"texture": ExtResource("3_vyfhl")
|
|
}],
|
|
"loop": true,
|
|
"name": &"default",
|
|
"speed": 10.0
|
|
}]
|
|
|
|
[node name="RedBuoy" instance=ExtResource("1_i3cbc")]
|
|
|
|
[node name="AnimatedSprite2D" parent="." index="0"]
|
|
position = Vector2(1, -26)
|
|
sprite_frames = SubResource("SpriteFrames_5ybs6")
|
|
frame_progress = 0.0939233
|
|
script = ExtResource("4_p5jan")
|
|
|
|
[node name="CollisionPolygon2D" parent="StaticBody2D" index="0"]
|
|
polygon = PackedVector2Array(35, 5, 35, 13, 25, 21, 17, 23, -13, 22, -24, 19, -31, 14, -34, 10, -34, 4, -29, 1, -20, 0, -12, 0, 18, 0, 26, 1, 31, 2)
|