50 lines
1.9 KiB
Plaintext
50 lines
1.9 KiB
Plaintext
[gd_scene load_steps=10 format=3 uid="uid://c2tm2pit4ep06"]
|
|
|
|
[ext_resource type="PackedScene" uid="uid://cujx1a8vwxsj8" path="res://Objects/world_object.tscn" id="1_dwckk"]
|
|
[ext_resource type="Texture2D" uid="uid://d2sgx8ghikhsm" path="res://Objects/Beach/Rocks/Rock3/Rock1.png" id="2_04fj2"]
|
|
[ext_resource type="Texture2D" uid="uid://c2r7dcxkvohon" path="res://Objects/Beach/Rocks/Rock3/Rock2.png" id="3_hlt7c"]
|
|
[ext_resource type="Texture2D" uid="uid://btu6gsnqumfj" path="res://Objects/Beach/Rocks/Rock3/Rock3.png" id="4_c6oh4"]
|
|
[ext_resource type="Texture2D" uid="uid://b8q1e36lha401" path="res://Objects/Beach/Rocks/Rock3/Rock4.png" id="5_ltgs1"]
|
|
[ext_resource type="Texture2D" uid="uid://q3j1cshw4evd" path="res://Objects/Beach/Rocks/Rock3/Rock5.png" id="6_m2wck"]
|
|
[ext_resource type="Texture2D" uid="uid://xhrf6g823tl6" path="res://Objects/Beach/Rocks/Rock3/Rock6.png" id="7_wme7n"]
|
|
[ext_resource type="Script" path="res://Utils/PlayOnReady.gd" id="8_28mre"]
|
|
|
|
[sub_resource type="SpriteFrames" id="SpriteFrames_o1ujb"]
|
|
animations = [{
|
|
"frames": [{
|
|
"duration": 1.0,
|
|
"texture": ExtResource("2_04fj2")
|
|
}, {
|
|
"duration": 1.0,
|
|
"texture": ExtResource("3_hlt7c")
|
|
}, {
|
|
"duration": 1.0,
|
|
"texture": ExtResource("4_c6oh4")
|
|
}, {
|
|
"duration": 1.0,
|
|
"texture": ExtResource("5_ltgs1")
|
|
}, {
|
|
"duration": 1.0,
|
|
"texture": ExtResource("6_m2wck")
|
|
}, {
|
|
"duration": 1.0,
|
|
"texture": ExtResource("7_wme7n")
|
|
}],
|
|
"loop": true,
|
|
"name": &"default",
|
|
"speed": 3.0
|
|
}]
|
|
|
|
[node name="Rock" instance=ExtResource("1_dwckk")]
|
|
|
|
[node name="AnimatedSprite2D" parent="." index="0"]
|
|
position = Vector2(0, -23)
|
|
sprite_frames = SubResource("SpriteFrames_o1ujb")
|
|
script = ExtResource("8_28mre")
|
|
|
|
[node name="StaticBody2D" parent="." index="1"]
|
|
position = Vector2(0, 4)
|
|
|
|
[node name="CollisionPolygon2D" parent="StaticBody2D" index="0"]
|
|
polygon = PackedVector2Array(-46, 4, -41, 7, -35, 9, -14, 9, -12, 11, -2, 12, 5, 13, 13, 14, 15, 15, 36, 15, 43, 14, 46, 11, 46, 4, 44, -1, 41, -4, -43, -4, -46, -1)
|