mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-06-01 10:35:34 +00:00
Danmaku room in factory 3
This commit is contained in:
parent
0621f2fffe
commit
08c7a9dbd1
22 changed files with 1179 additions and 290 deletions
14
3D/Scenes/Props/Locker_3D.tscn
Normal file
14
3D/Scenes/Props/Locker_3D.tscn
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
[gd_scene load_steps=3 format=3 uid="uid://c54tcqntl7vmn"]
|
||||
|
||||
[ext_resource type="PackedScene" uid="uid://c6d7qq5xglnkm" path="res://3D/BlockbenchModels/Locker/Locker.gltf" id="1_0s7gm"]
|
||||
|
||||
[sub_resource type="BoxShape3D" id="BoxShape3D_hsg1w"]
|
||||
size = Vector3(0.7780844, 1.7810812, 0.41145313)
|
||||
|
||||
[node name="Locker" type="StaticBody3D"]
|
||||
|
||||
[node name="CollisionShape3D" type="CollisionShape3D" parent="."]
|
||||
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -0.0019185469, -0.0024402551, -0.015983611)
|
||||
shape = SubResource("BoxShape3D_hsg1w")
|
||||
|
||||
[node name="blockbench_export2" parent="." instance=ExtResource("1_0s7gm")]
|
||||
Loading…
Add table
Add a link
Reference in a new issue