50 lines
1.9 KiB
Plaintext
50 lines
1.9 KiB
Plaintext
[gd_scene load_steps=10 format=3 uid="uid://dy0mfjec4kifm"]
|
|
|
|
[ext_resource type="PackedScene" uid="uid://cujx1a8vwxsj8" path="res://Objects/world_object.tscn" id="1_i2gwh"]
|
|
[ext_resource type="Texture2D" uid="uid://b643j04bi22yw" path="res://Objects/Beach/Rocks/SmallRock/SmallRock1.png" id="2_evi83"]
|
|
[ext_resource type="Texture2D" uid="uid://bhblum1bkira" path="res://Objects/Beach/Rocks/SmallRock/SmallRock2.png" id="3_5e7va"]
|
|
[ext_resource type="Texture2D" uid="uid://dahtfqm7iwdvb" path="res://Objects/Beach/Rocks/SmallRock/SmallRock3.png" id="4_nbbq8"]
|
|
[ext_resource type="Texture2D" uid="uid://50mo7ekyem0f" path="res://Objects/Beach/Rocks/SmallRock/SmallRock4.png" id="5_i2pob"]
|
|
[ext_resource type="Texture2D" uid="uid://c8twhcas5bqnh" path="res://Objects/Beach/Rocks/SmallRock/SmallRock5.png" id="6_fqfin"]
|
|
[ext_resource type="Texture2D" uid="uid://gwsi6si2qb5m" path="res://Objects/Beach/Rocks/SmallRock/SmallRock6.png" id="7_0cq5h"]
|
|
[ext_resource type="Script" path="res://Utils/PlayOnReady.gd" id="8_yvpnm"]
|
|
|
|
[sub_resource type="SpriteFrames" id="SpriteFrames_fc7a1"]
|
|
animations = [{
|
|
"frames": [{
|
|
"duration": 1.0,
|
|
"texture": ExtResource("2_evi83")
|
|
}, {
|
|
"duration": 1.0,
|
|
"texture": ExtResource("3_5e7va")
|
|
}, {
|
|
"duration": 1.0,
|
|
"texture": ExtResource("4_nbbq8")
|
|
}, {
|
|
"duration": 1.0,
|
|
"texture": ExtResource("5_i2pob")
|
|
}, {
|
|
"duration": 1.0,
|
|
"texture": ExtResource("6_fqfin")
|
|
}, {
|
|
"duration": 1.0,
|
|
"texture": ExtResource("7_0cq5h")
|
|
}],
|
|
"loop": true,
|
|
"name": &"default",
|
|
"speed": 3.0
|
|
}]
|
|
|
|
[node name="Rock" instance=ExtResource("1_i2gwh")]
|
|
|
|
[node name="AnimatedSprite2D" parent="." index="0"]
|
|
position = Vector2(0, -8)
|
|
sprite_frames = SubResource("SpriteFrames_fc7a1")
|
|
script = ExtResource("8_yvpnm")
|
|
|
|
[node name="StaticBody2D" parent="." index="1"]
|
|
position = Vector2(0, 4)
|
|
|
|
[node name="CollisionPolygon2D" parent="StaticBody2D" index="0"]
|
|
polygon = PackedVector2Array(-20, 3, -11, 4, 3, 6, 16, 6, 23, 5, 26, 3, 27, -4, -23, -3, -23, 1)
|