diff options
Diffstat (limited to 'assets/maps/misc/test_map/test_map_assets/handrail/handrail.tscn')
-rw-r--r-- | assets/maps/misc/test_map/test_map_assets/handrail/handrail.tscn | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/assets/maps/misc/test_map/test_map_assets/handrail/handrail.tscn b/assets/maps/misc/test_map/test_map_assets/handrail/handrail.tscn deleted file mode 100644 index 37555ba..0000000 --- a/assets/maps/misc/test_map/test_map_assets/handrail/handrail.tscn +++ /dev/null @@ -1,17 +0,0 @@ -[gd_scene load_steps=3 format=2] - -[ext_resource path="res://assets/maps/misc/test_map/test_map_assets/handrail/handrail.gltf" type="PackedScene" id=1] - -[sub_resource type="BoxShape" id=1] -extents = Vector3( 0.155425, 1.01955, 3.14521 ) - -[node name="handrail" instance=ExtResource( 1 )] - -[node name="handrail" parent="." index="0"] -use_in_baked_light = true - -[node name="StaticBody" type="StaticBody" parent="handrail" index="0"] - -[node name="CollisionShape" type="CollisionShape" parent="handrail/StaticBody" index="0"] -transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0.987848, 0 ) -shape = SubResource( 1 ) |