2019-12-28 18:36:48 +01:00

34 lines
1004 B
Plaintext

[gd_scene load_steps=6 format=2]
[ext_resource path="res://Level/Interactables/Pipes/InputBoxScript.gd" type="Script" id=1]
[ext_resource path="res://Level/Interactables/Lever/Lever.tscn" type="PackedScene" id=2]
[sub_resource type="CubeMesh" id=1]
[sub_resource type="SpatialMaterial" id=3]
[sub_resource type="BoxShape" id=2]
[node name="InputBox" type="StaticBody" groups=[
"InputBoxes",
"Pipes",
]]
collision_layer = 7
script = ExtResource( 1 )
[node name="Mesh" type="MeshInstance" parent="."]
transform = Transform( 0.2, 0, 0, 0, 0.2, 0, 0, 0, 0.18, 0, 0, 0 )
layers = 3
mesh = SubResource( 1 )
material/0 = SubResource( 3 )
[node name="CollisionShape" type="CollisionShape" parent="."]
transform = Transform( 0.19, 0, 0, 0, 0.19, 0, 0, 0, 0.17, 0, 0, 0 )
shape = SubResource( 2 )
disabled = true
[node name="Lever" parent="." instance=ExtResource( 2 )]
transform = Transform( 0.6, 0, 0, 0, -2.62268e-008, 0.6, 0, -0.6, -2.62268e-008, 0, 0.21, 0 )
collision_layer = 7
is_color_input = true