46 lines
1.7 KiB
Plaintext
46 lines
1.7 KiB
Plaintext
[gd_scene load_steps=7 format=3 uid="uid://biub2nouns0d0"]
|
|
|
|
[ext_resource type="PackedScene" uid="uid://cujx1a8vwxsj8" path="res://Objects/world_object.tscn" id="1_2aocq"]
|
|
[ext_resource type="Texture2D" uid="uid://dxh2ma3cc001r" path="res://Objects/Beach/Hole/BeachHole.png" id="2_dwtnv"]
|
|
[ext_resource type="PackedScene" uid="uid://dr1lpq37n4qar" path="res://Interactions/BeachHole/BeachHoleInteraction.tscn" id="3_03cu5"]
|
|
[ext_resource type="PackedScene" uid="uid://bqibe7ha6r5ls" path="res://Interactions/Interactable/interactable.tscn" id="4_hkvqq"]
|
|
|
|
[sub_resource type="SpriteFrames" id="SpriteFrames_kiswx"]
|
|
animations = [{
|
|
"frames": [{
|
|
"duration": 1.0,
|
|
"texture": ExtResource("2_dwtnv")
|
|
}],
|
|
"loop": true,
|
|
"name": &"default",
|
|
"speed": 5.0
|
|
}]
|
|
|
|
[sub_resource type="CircleShape2D" id="CircleShape2D_js0fx"]
|
|
radius = 33.0
|
|
|
|
[node name="BeachHole" instance=ExtResource("1_2aocq")]
|
|
|
|
[node name="AnimatedSprite2D" parent="." index="0"]
|
|
sprite_frames = SubResource("SpriteFrames_kiswx")
|
|
|
|
[node name="CollisionPolygon2D" parent="StaticBody2D" index="0"]
|
|
polygon = PackedVector2Array(-26, 11, -32, 3, -32, -4, -26, -13, -13, -18, -7, -19, 7, -19, 20, -16, 28, -11, 32, -5, 32, 3, 30, 8, 21, 15, 6, 19, -6, 19, -19, 16)
|
|
|
|
[node name="BeachHoleInteraction" parent="." index="2" instance=ExtResource("3_03cu5")]
|
|
|
|
[node name="CollisionShape2D" parent="BeachHoleInteraction/InteractionArea" index="0"]
|
|
shape = SubResource("CircleShape2D_js0fx")
|
|
|
|
[node name="Interactable" parent="." index="3" instance=ExtResource("4_hkvqq")]
|
|
|
|
[node name="Panel" parent="Interactable" index="1"]
|
|
offset_left = -32.0
|
|
offset_top = -18.0
|
|
offset_right = 32.0
|
|
offset_bottom = 19.0
|
|
|
|
[editable path="BeachHoleInteraction"]
|
|
[editable path="Interactable"]
|
|
[editable path="Interactable/ActionMenu"]
|