47 lines
1.8 KiB
Plaintext
47 lines
1.8 KiB
Plaintext
[gd_scene load_steps=10 format=3 uid="uid://dcyy2myeyqlge"]
|
|
|
|
[ext_resource type="PackedScene" uid="uid://cujx1a8vwxsj8" path="res://Objects/world_object.tscn" id="1_lpilt"]
|
|
[ext_resource type="Texture2D" uid="uid://cug6n77wy6kv0" path="res://Objects/Beach/Rocks/Rock1/Rock1.png" id="2_hnmjc"]
|
|
[ext_resource type="Texture2D" uid="uid://dgvkrw3twib3a" path="res://Objects/Beach/Rocks/Rock1/Rock2.png" id="3_6a8fj"]
|
|
[ext_resource type="Texture2D" uid="uid://c41al72hcdcdy" path="res://Objects/Beach/Rocks/Rock1/Rock3.png" id="4_vqyu5"]
|
|
[ext_resource type="Texture2D" uid="uid://ojd8qbx31y1u" path="res://Objects/Beach/Rocks/Rock1/Rock4.png" id="5_5ixpa"]
|
|
[ext_resource type="Texture2D" uid="uid://muvui57tskut" path="res://Objects/Beach/Rocks/Rock1/Rock5.png" id="6_svn7j"]
|
|
[ext_resource type="Texture2D" uid="uid://batxtiy7u7t38" path="res://Objects/Beach/Rocks/Rock1/Rock6.png" id="7_syi5x"]
|
|
[ext_resource type="Script" path="res://Utils/PlayOnReady.gd" id="8_d2xt0"]
|
|
|
|
[sub_resource type="SpriteFrames" id="SpriteFrames_snlg8"]
|
|
animations = [{
|
|
"frames": [{
|
|
"duration": 1.0,
|
|
"texture": ExtResource("2_hnmjc")
|
|
}, {
|
|
"duration": 1.0,
|
|
"texture": ExtResource("3_6a8fj")
|
|
}, {
|
|
"duration": 1.0,
|
|
"texture": ExtResource("4_vqyu5")
|
|
}, {
|
|
"duration": 1.0,
|
|
"texture": ExtResource("5_5ixpa")
|
|
}, {
|
|
"duration": 1.0,
|
|
"texture": ExtResource("6_svn7j")
|
|
}, {
|
|
"duration": 1.0,
|
|
"texture": ExtResource("7_syi5x")
|
|
}],
|
|
"loop": true,
|
|
"name": &"default",
|
|
"speed": 3.0
|
|
}]
|
|
|
|
[node name="Rock" instance=ExtResource("1_lpilt")]
|
|
|
|
[node name="AnimatedSprite2D" parent="." index="0"]
|
|
position = Vector2(0, -25)
|
|
sprite_frames = SubResource("SpriteFrames_snlg8")
|
|
script = ExtResource("8_d2xt0")
|
|
|
|
[node name="CollisionPolygon2D" parent="StaticBody2D" index="0"]
|
|
polygon = PackedVector2Array(-45, 19, -43, 22, -35, 23, 57, 23, 62, 19, 59, 0, 49, -3, 2, -5, -22, -4, -45, 1, -46, 8, -47, 12, -46, 16)
|