forked from interstellar_development/freeftf
Milestone 5: Private Testing Release 1
Lot's of changes.
This commit is contained in:
parent
0bd1414af0
commit
40100e8fee
90 changed files with 5741 additions and 156 deletions
|
|
@ -3,29 +3,28 @@
|
|||
[ext_resource type="Script" path="res://scripts/freezer.gd" id="1_nmqkg"]
|
||||
|
||||
[sub_resource type="CylinderShape3D" id="CylinderShape3D_pkxhd"]
|
||||
height = 6.0
|
||||
height = 2.5
|
||||
radius = 2.0
|
||||
|
||||
[sub_resource type="BoxShape3D" id="BoxShape3D_uvwqt"]
|
||||
size = Vector3(5, 5, 5)
|
||||
size = Vector3(5, 3, 5)
|
||||
|
||||
[node name="freezer" type="StaticBody3D"]
|
||||
script = ExtResource("1_nmqkg")
|
||||
|
||||
[node name="CSGCylinder3D" type="CSGCylinder3D" parent="."]
|
||||
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, -2.5, 0)
|
||||
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, -1.125, 0)
|
||||
radius = 2.0
|
||||
height = 1.0
|
||||
height = 0.25
|
||||
|
||||
[node name="CSGCylinder3D2" type="CSGCylinder3D" parent="."]
|
||||
transparency = 0.25
|
||||
radius = 1.5
|
||||
height = 4.0
|
||||
|
||||
[node name="CSGCylinder3D3" type="CSGCylinder3D" parent="."]
|
||||
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 2.5, 0)
|
||||
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 1.125, 0)
|
||||
radius = 2.0
|
||||
height = 1.0
|
||||
height = 0.25
|
||||
|
||||
[node name="CollisionShape3D" type="CollisionShape3D" parent="."]
|
||||
shape = SubResource("CylinderShape3D_pkxhd")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue