22 lines
789 B
Plaintext
Executable File
22 lines
789 B
Plaintext
Executable File
[gd_scene load_steps=4 format=2]
|
|
|
|
[ext_resource path="res://Assets/Ventilationgrid_out/Ventilationgrid.tscn" type="PackedScene" id=1]
|
|
[ext_resource path="res://scripts/VentGrid.gd" type="Script" id=2]
|
|
|
|
[sub_resource type="BoxShape" id=1]
|
|
extents = Vector3( 0.179098, 0.104188, 0.0284091 )
|
|
|
|
[node name="VentGrid" type="Spatial"]
|
|
|
|
[node name="Ventilationgrid" parent="." instance=ExtResource( 1 )]
|
|
transform = Transform( 10, 0, 0, 0, 10, 0, 0, 0, 10, 0, 0, 0 )
|
|
|
|
[node name="Open Vent" type="StaticBody" parent="Ventilationgrid"]
|
|
script = ExtResource( 2 )
|
|
|
|
[node name="CollisionShape" type="CollisionShape" parent="Ventilationgrid/Open Vent"]
|
|
transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0.0103791 )
|
|
shape = SubResource( 1 )
|
|
|
|
[editable path="Ventilationgrid"]
|