mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-06-01 11:15:33 +00:00
Mapping fixes and new tanks
This commit is contained in:
parent
808f3cec9c
commit
3df9e2dd85
46 changed files with 1701 additions and 1281 deletions
14
3D/BlockbenchModels/Tank/Tank_3D_Standalone.tscn
Normal file
14
3D/BlockbenchModels/Tank/Tank_3D_Standalone.tscn
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
[gd_scene load_steps=3 format=3 uid="uid://byyrqmraqy0ns"]
|
||||
|
||||
[ext_resource type="PackedScene" uid="uid://q4pr60yjt0ld" path="res://3D/BlockbenchModels/Tank/Tank_Mini.gltf" id="1_g3gx6"]
|
||||
|
||||
[sub_resource type="BoxShape3D" id="BoxShape3D_5dodm"]
|
||||
size = Vector3(0.7694095, 0.89630145, 0.77337646)
|
||||
|
||||
[node name="Tank3dStandalone" type="StaticBody3D"]
|
||||
|
||||
[node name="CollisionShape3D" type="CollisionShape3D" parent="."]
|
||||
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -0.0004274398, 0.0014950633, 0.00088500977)
|
||||
shape = SubResource("BoxShape3D_5dodm")
|
||||
|
||||
[node name="blockbench_export" parent="." instance=ExtResource("1_g3gx6")]
|
||||
Loading…
Add table
Add a link
Reference in a new issue