mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-06-22 19:43:55 +00:00
Blockbench props
This commit is contained in:
parent
cb76b414d6
commit
c8dd155390
33 changed files with 594 additions and 2 deletions
14
3D/BlockbenchModels/Tank/Tank_3D_Big.tscn
Normal file
14
3D/BlockbenchModels/Tank/Tank_3D_Big.tscn
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
[gd_scene load_steps=3 format=3 uid="uid://c3w0y1513hhbi"]
|
||||
|
||||
[ext_resource type="PackedScene" uid="uid://dddv0akd2dvli" path="res://3D/BlockbenchModels/Tank/Tank.gltf" id="1_5dodm"]
|
||||
|
||||
[sub_resource type="BoxShape3D" id="BoxShape3D_5dodm"]
|
||||
size = Vector3(1.58594, 1.59253, 1)
|
||||
|
||||
[node name="Tank3dBig" type="StaticBody3D"]
|
||||
|
||||
[node name="blockbench_export" parent="." instance=ExtResource("1_5dodm")]
|
||||
|
||||
[node name="CollisionShape3D" type="CollisionShape3D" parent="."]
|
||||
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0.0888672, 0.231567, 0)
|
||||
shape = SubResource("BoxShape3D_5dodm")
|
||||
Loading…
Add table
Add a link
Reference in a new issue