Draft a level design
This commit is contained in:
parent
103b3bf74a
commit
50734cc9be
Binary file not shown.
|
@ -8,16 +8,13 @@
|
|||
[sub_resource type="BoxShape" id=4]
|
||||
|
||||
[node name="SinkBlock" type="MeshInstance"]
|
||||
transform = Transform( 1, 0, 0, 0, 0.264811, 0, 0, 0, 1, 2.72806, 0.561258, 0 )
|
||||
mesh = SubResource( 3 )
|
||||
material/0 = ExtResource( 1 )
|
||||
script = ExtResource( 2 )
|
||||
|
||||
[node name="SinkRegion" type="Area" parent="."]
|
||||
transform = Transform( 1, 0, 0, 0, 3.77628, 0, 0, 0, 1, -2.72806, -2.11947, 0 )
|
||||
|
||||
[node name="CollisionShape" type="CollisionShape" parent="SinkRegion"]
|
||||
transform = Transform( 1, 0, 0, 0, 0.264811, 0, 0, 0, 0.988649, 2.72806, 0.561258, 0 )
|
||||
shape = SubResource( 4 )
|
||||
|
||||
[connection signal="body_entered" from="SinkRegion" to="." method="_on_SinkRegion_body_entered"]
|
||||
|
|
|
@ -22,3 +22,4 @@ shape = SubResource( 2 )
|
|||
[node name="Player" parent="." instance=ExtResource( 1 )]
|
||||
|
||||
[node name="SinkBlock" parent="." instance=ExtResource( 2 )]
|
||||
transform = Transform( 4.12455, 0, 0, 0, 0.264811, 0, 0, 0, 1, 8.77048, -0.686236, 0 )
|
||||
|
|
Loading…
Reference in New Issue