mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-06-21 13:13:48 +00:00
Big tank model and others
This commit is contained in:
parent
8156533a77
commit
03fa41db4e
19 changed files with 3755 additions and 138 deletions
14
3D/BlockbenchModels/Tank/Tank_3D_Huge.tscn
Normal file
14
3D/BlockbenchModels/Tank/Tank_3D_Huge.tscn
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
[gd_scene load_steps=3 format=3 uid="uid://c0fu2ul3gg8fl"]
|
||||
|
||||
[ext_resource type="PackedScene" uid="uid://bpi5foyg7locj" path="res://3D/BlockbenchModels/Tank/Tank_Huge.gltf" id="1_01ro7"]
|
||||
|
||||
[sub_resource type="BoxShape3D" id="BoxShape3D_5dodm"]
|
||||
size = Vector3(1.58594, 1.59253, 1)
|
||||
|
||||
[node name="Tank3dBig" type="StaticBody3D"]
|
||||
|
||||
[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")
|
||||
|
||||
[node name="blockbench_export" parent="." instance=ExtResource("1_01ro7")]
|
||||
Loading…
Add table
Add a link
Reference in a new issue