1
Fork 0
mirror of https://github.com/Steffo99/pineapple-surf.git synced 2024-11-22 15:54:20 +00:00
pineapple-surf/island/sinking/Sea.tscn

19 lines
691 B
Text
Raw Normal View History

[gd_scene load_steps=4 format=3]
2023-01-08 20:46:30 +00:00
[ext_resource type="PackedScene" uid="uid://c7lblmilr3gob" path="res://island/sinking/SeaMesh.tscn" id="1_6je2t"]
[ext_resource type="Script" path="res://island/sinking/SinkArea.gd" id="2_ethjj"]
2023-01-08 20:46:30 +00:00
2023-01-08 22:13:46 +00:00
[sub_resource type="WorldBoundaryShape3D" id="WorldBoundaryShape3D_hpkdw"]
2023-01-08 20:46:30 +00:00
2023-01-08 22:13:46 +00:00
[node name="Sea" type="Node3D"]
2023-01-08 20:46:30 +00:00
[node name="SeaMesh" parent="." instance=ExtResource("1_6je2t")]
2023-01-08 22:13:46 +00:00
2023-01-09 11:35:14 +00:00
[node name="SinkArea" type="Area3D" parent="."]
script = ExtResource("2_ethjj")
2023-01-08 22:13:46 +00:00
2023-01-09 11:35:14 +00:00
[node name="Shape" type="CollisionShape3D" parent="SinkArea"]
2023-01-08 22:13:46 +00:00
shape = SubResource("WorldBoundaryShape3D_hpkdw")
2023-01-09 11:35:14 +00:00
[connection signal="body_entered" from="SinkArea" to="SinkArea" method="_on_body_entered"]