diff options
author | Malfurious <m@lfurio.us> | 2023-04-24 07:50:00 -0400 |
---|---|---|
committer | Malfurious <m@lfurio.us> | 2023-04-24 07:50:00 -0400 |
commit | 97dd79339284b033774ac74a04dd4a255475261a (patch) | |
tree | 951d3c29e676c14c9f165b32143e9aaae8ec4f6a /assets/maps/misc/test_map/test_map_assets/handrail/handrail.tscn | |
parent | 53091fce91ce03aae208bd0c61ee28830b34387d (diff) | |
download | project-s-master.tar.gz project-s-master.zip |
Signed-off-by: Malfurious <m@lfurio.us>
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 ) |