22 lines
847 B
Plaintext
22 lines
847 B
Plaintext
|
[gd_scene load_steps=5 format=2]
|
||
|
|
||
|
[ext_resource path="res://assets/meat_bore/Material_005.material" type="Material" id=1]
|
||
|
[ext_resource path="res://effects/SinkBlock.gd" type="Script" id=3]
|
||
|
[ext_resource path="res://assets/meat_bore/squish_roundcube.tres" type="ArrayMesh" id=4]
|
||
|
|
||
|
[sub_resource type="BoxShape" id=4]
|
||
|
|
||
|
[node name="squish" type="Spatial"]
|
||
|
|
||
|
[node name="SquishPlatform" type="MeshInstance" parent="."]
|
||
|
transform = Transform( 2.8811, 0, 0, 0, 1, 0, 0, 0, 1.70233, 0, 0, 0 )
|
||
|
material_override = ExtResource( 1 )
|
||
|
mesh = ExtResource( 4 )
|
||
|
script = ExtResource( 3 )
|
||
|
|
||
|
[node name="SinkRegion" type="Area" parent="SquishPlatform"]
|
||
|
transform = Transform( 0.347089, 0, 0, 0, 1, 0, 0, 0, 0.58743, -0.00144031, 0.00430012, 0.00679557 )
|
||
|
|
||
|
[node name="CollisionShape" type="CollisionShape" parent="SquishPlatform/SinkRegion"]
|
||
|
shape = SubResource( 4 )
|