21 lines
785 B
Plaintext
21 lines
785 B
Plaintext
[gd_scene load_steps=4 format=2]
|
|
|
|
[ext_resource path="res://effects/SinkBlock.gd" type="Script" id=1]
|
|
[ext_resource path="res://assets/meat_bore/Swquish.glb" type="PackedScene" id=2]
|
|
|
|
[sub_resource type="SphereShape" id=1]
|
|
|
|
[node name="Swquish" instance=ExtResource( 2 )]
|
|
|
|
[node name="Swquish" parent="." index="0"]
|
|
script = ExtResource( 1 )
|
|
|
|
[node name="Area" type="Area" parent="Swquish" index="0"]
|
|
|
|
[node name="CollisionShape" type="CollisionShape" parent="Swquish/Area" index="0"]
|
|
transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 11.7008 )
|
|
shape = SubResource( 1 )
|
|
|
|
[connection signal="body_entered" from="Swquish/Area" to="Swquish" method="_on_SinkRegion_body_entered"]
|
|
[connection signal="body_exited" from="Swquish/Area" to="Swquish" method="_on_SinkRegion_body_exited"]
|