2023-01-08 22:13:46 +00:00
|
|
|
[gd_scene load_steps=4 format=3 uid="uid://dh5blytk6vmdu"]
|
2023-01-08 20:46:30 +00:00
|
|
|
|
2023-01-08 22:13:46 +00:00
|
|
|
[ext_resource type="Script" path="res://island/Sea.gd" id="1_45vpg"]
|
|
|
|
[ext_resource type="PackedScene" uid="uid://c7lblmilr3gob" path="res://island/SeaMesh.tscn" id="1_ej5r1"]
|
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"]
|
|
|
|
script = ExtResource("1_45vpg")
|
2023-01-08 20:46:30 +00:00
|
|
|
|
2023-01-08 22:13:46 +00:00
|
|
|
[node name="SeaMesh" parent="." instance=ExtResource("1_ej5r1")]
|
|
|
|
|
|
|
|
[node name="SplashArea" type="Area3D" parent="."]
|
|
|
|
|
|
|
|
[node name="Shape" type="CollisionShape3D" parent="SplashArea"]
|
|
|
|
shape = SubResource("WorldBoundaryShape3D_hpkdw")
|
|
|
|
|
|
|
|
[connection signal="body_entered" from="SplashArea" to="." method="_on_splash_area_body_entered"]
|