50 lines
1.9 KiB
Plaintext
50 lines
1.9 KiB
Plaintext
[gd_scene load_steps=10 format=3 uid="uid://cxvx33mw182gq"]
|
|
|
|
[ext_resource type="PackedScene" uid="uid://cujx1a8vwxsj8" path="res://Objects/world_object.tscn" id="1_nyeyk"]
|
|
[ext_resource type="Texture2D" uid="uid://cof50erxy0ur8" path="res://Objects/Beach/Rocks/Rock2/Rock1.png" id="2_8qcyv"]
|
|
[ext_resource type="Texture2D" uid="uid://brugxll5j182u" path="res://Objects/Beach/Rocks/Rock2/Rock2.png" id="3_oobbu"]
|
|
[ext_resource type="Texture2D" uid="uid://psjgtgqpdfbs" path="res://Objects/Beach/Rocks/Rock2/Rock3.png" id="4_dc1pm"]
|
|
[ext_resource type="Texture2D" uid="uid://qgau1gwyctmk" path="res://Objects/Beach/Rocks/Rock2/Rock4.png" id="5_2afam"]
|
|
[ext_resource type="Texture2D" uid="uid://djp1yaavp2ohp" path="res://Objects/Beach/Rocks/Rock2/Rock5.png" id="6_uqb5v"]
|
|
[ext_resource type="Texture2D" uid="uid://cc4w3gh0meulm" path="res://Objects/Beach/Rocks/Rock2/Rock6.png" id="7_vb2a6"]
|
|
[ext_resource type="Script" path="res://Utils/PlayOnReady.gd" id="8_52sng"]
|
|
|
|
[sub_resource type="SpriteFrames" id="SpriteFrames_l0u5r"]
|
|
animations = [{
|
|
"frames": [{
|
|
"duration": 1.0,
|
|
"texture": ExtResource("2_8qcyv")
|
|
}, {
|
|
"duration": 1.0,
|
|
"texture": ExtResource("3_oobbu")
|
|
}, {
|
|
"duration": 1.0,
|
|
"texture": ExtResource("4_dc1pm")
|
|
}, {
|
|
"duration": 1.0,
|
|
"texture": ExtResource("5_2afam")
|
|
}, {
|
|
"duration": 1.0,
|
|
"texture": ExtResource("6_uqb5v")
|
|
}, {
|
|
"duration": 1.0,
|
|
"texture": ExtResource("7_vb2a6")
|
|
}],
|
|
"loop": true,
|
|
"name": &"default",
|
|
"speed": 3.0
|
|
}]
|
|
|
|
[node name="Rock" instance=ExtResource("1_nyeyk")]
|
|
|
|
[node name="AnimatedSprite2D" parent="." index="0"]
|
|
position = Vector2(0, -21)
|
|
sprite_frames = SubResource("SpriteFrames_l0u5r")
|
|
script = ExtResource("8_52sng")
|
|
|
|
[node name="StaticBody2D" parent="." index="1"]
|
|
position = Vector2(0, 4)
|
|
|
|
[node name="CollisionPolygon2D" parent="StaticBody2D" index="0"]
|
|
polygon = PackedVector2Array(-53, 5, -49, 8, -40, 8, -34, 11, -12, 12, 16, 12, 16, 14, 19, 17, 27, 19, 48, 19, 53, 15, 53, 4, 51, 0, 47, -4, -46, -4, -53, 1)
|