proto3 initial commit
This commit is contained in:
22
proto3/godot/scenes/door_control.tscn
Normal file
22
proto3/godot/scenes/door_control.tscn
Normal file
@@ -0,0 +1,22 @@
|
||||
[gd_scene load_steps=3 format=2]
|
||||
|
||||
[ext_resource path="res://scenes/maps/door_control.gd" type="Script" id=1]
|
||||
|
||||
[sub_resource type="BoxShape" id=1]
|
||||
extents = Vector3( 0.120102, 1, 0.493961 )
|
||||
|
||||
[node name="door_control" type="Spatial"]
|
||||
transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, -7.02733, 0, -8.06109 )
|
||||
script = ExtResource( 1 )
|
||||
|
||||
[node name="e1" type="Area" parent="."]
|
||||
transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, -0.393938, 0, 0.0576496 )
|
||||
|
||||
[node name="CollisionShape" type="CollisionShape" parent="e1"]
|
||||
shape = SubResource( 1 )
|
||||
|
||||
[node name="e2" type="Area" parent="."]
|
||||
transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, 0.326679, 0, 0.0672574 )
|
||||
|
||||
[node name="CollisionShape2" type="CollisionShape" parent="e2"]
|
||||
shape = SubResource( 1 )
|
||||
Reference in New Issue
Block a user