mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-06-18 10:03:47 +00:00
Small stairs
This commit is contained in:
parent
7d49c5a25e
commit
b86fa135ed
15 changed files with 833 additions and 539 deletions
|
|
@ -7,7 +7,7 @@
|
|||
[sub_resource type="BoxShape3D" id="BoxShape3D_7axon"]
|
||||
size = Vector3(1.99927, 2.00482, 0.140869)
|
||||
|
||||
[node name="Door3d" type="AnimatableBody3D"]
|
||||
[node name="Door3d" type="AnimatableBody3D" groups=["Solid"]]
|
||||
collision_layer = 16
|
||||
|
||||
[node name="blockbench_export" parent="." instance=ExtResource("1_7axon")]
|
||||
|
|
|
|||
16
3D/Scenes/Props/Stairs_Mini_3D.tscn
Normal file
16
3D/Scenes/Props/Stairs_Mini_3D.tscn
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
[gd_scene load_steps=3 format=3 uid="uid://cxci0rfd070sk"]
|
||||
|
||||
[ext_resource type="PackedScene" uid="uid://867mek4cret1" path="res://3D/BlockbenchModels/Stairs/Mini_Stairs.gltf" id="3_bh68m"]
|
||||
|
||||
[sub_resource type="ConvexPolygonShape3D" id="ConvexPolygonShape3D_bh68m"]
|
||||
points = PackedVector3Array(-0.4, -0.3, -0.6, 0.4, -0.3, -0.6, 0.4, 0.3, 0.4, 0.4, -0.3, 0.4, -0.4, 0.3, 0.4, -0.395, -0.3, 0.4)
|
||||
|
||||
[node name="StairsMini" type="StaticBody3D" groups=["Solid"]]
|
||||
collision_layer = 16
|
||||
collision_mask = 0
|
||||
|
||||
[node name="CollisionShape3D" type="CollisionShape3D" parent="."]
|
||||
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0.00549316, 0.0253752, -0.000488281)
|
||||
shape = SubResource("ConvexPolygonShape3D_bh68m")
|
||||
|
||||
[node name="blockbench_export" parent="." instance=ExtResource("3_bh68m")]
|
||||
Loading…
Add table
Add a link
Reference in a new issue