mirror of
https://github.com/Steffo99/pineapple-surf.git
synced 2024-11-21 23:34:21 +00:00
18 lines
707 B
Text
18 lines
707 B
Text
[gd_scene load_steps=4 format=3 uid="uid://dh5blytk6vmdu"]
|
|
|
|
[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"]
|
|
|
|
[sub_resource type="WorldBoundaryShape3D" id="WorldBoundaryShape3D_hpkdw"]
|
|
|
|
[node name="Sea" type="Node3D"]
|
|
script = ExtResource("1_45vpg")
|
|
|
|
[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"]
|