mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-06-01 09:35:34 +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")]
|
||||
1
3D/BlockbenchModels/Tank/Tank_Huge.bbmodel
Normal file
1
3D/BlockbenchModels/Tank/Tank_Huge.bbmodel
Normal file
File diff suppressed because one or more lines are too long
1
3D/BlockbenchModels/Tank/Tank_Huge.gltf
Normal file
1
3D/BlockbenchModels/Tank/Tank_Huge.gltf
Normal file
File diff suppressed because one or more lines are too long
37
3D/BlockbenchModels/Tank/Tank_Huge.gltf.import
Normal file
37
3D/BlockbenchModels/Tank/Tank_Huge.gltf.import
Normal file
|
|
@ -0,0 +1,37 @@
|
|||
[remap]
|
||||
|
||||
importer="scene"
|
||||
importer_version=1
|
||||
type="PackedScene"
|
||||
uid="uid://bpi5foyg7locj"
|
||||
path="res://.godot/imported/Tank_Huge.gltf-79130750b7a476964a9a383654e6b32b.scn"
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://3D/BlockbenchModels/Tank/Tank_Huge.gltf"
|
||||
dest_files=["res://.godot/imported/Tank_Huge.gltf-79130750b7a476964a9a383654e6b32b.scn"]
|
||||
|
||||
[params]
|
||||
|
||||
nodes/root_type=""
|
||||
nodes/root_name=""
|
||||
nodes/apply_root_scale=true
|
||||
nodes/root_scale=1.0
|
||||
nodes/import_as_skeleton_bones=false
|
||||
nodes/use_node_type_suffixes=true
|
||||
meshes/ensure_tangents=true
|
||||
meshes/generate_lods=true
|
||||
meshes/create_shadow_meshes=true
|
||||
meshes/light_baking=1
|
||||
meshes/lightmap_texel_size=0.2
|
||||
meshes/force_disable_compression=false
|
||||
skins/use_named_skins=true
|
||||
animation/import=true
|
||||
animation/fps=30
|
||||
animation/trimming=false
|
||||
animation/remove_immutable_tracks=true
|
||||
animation/import_rest_as_RESET=false
|
||||
import_script/path=""
|
||||
_subresources={}
|
||||
gltf/naming_version=1
|
||||
gltf/embedded_image_handling=1
|
||||
BIN
3D/BlockbenchModels/Tank/Tank_Huge_0.png
(Stored with Git LFS)
Normal file
BIN
3D/BlockbenchModels/Tank/Tank_Huge_0.png
(Stored with Git LFS)
Normal file
Binary file not shown.
37
3D/BlockbenchModels/Tank/Tank_Huge_0.png.import
Normal file
37
3D/BlockbenchModels/Tank/Tank_Huge_0.png.import
Normal file
|
|
@ -0,0 +1,37 @@
|
|||
[remap]
|
||||
|
||||
importer="texture"
|
||||
type="CompressedTexture2D"
|
||||
uid="uid://c0k4ljl5h2lqj"
|
||||
path="res://.godot/imported/Tank_Huge_0.png-679a2621e8e2542cc97cb510dbc47c65.ctex"
|
||||
metadata={
|
||||
"vram_texture": false
|
||||
}
|
||||
generator_parameters={
|
||||
"md5": "b3b5835566cff8ba61433600fb5dfa5a"
|
||||
}
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://3D/BlockbenchModels/Tank/Tank_Huge_0.png"
|
||||
dest_files=["res://.godot/imported/Tank_Huge_0.png-679a2621e8e2542cc97cb510dbc47c65.ctex"]
|
||||
|
||||
[params]
|
||||
|
||||
compress/mode=3
|
||||
compress/high_quality=false
|
||||
compress/lossy_quality=0.7
|
||||
compress/hdr_compression=1
|
||||
compress/normal_map=0
|
||||
compress/channel_pack=0
|
||||
mipmaps/generate=true
|
||||
mipmaps/limit=-1
|
||||
roughness/mode=0
|
||||
roughness/src_normal=""
|
||||
process/fix_alpha_border=true
|
||||
process/premult_alpha=false
|
||||
process/normal_map_invert_y=false
|
||||
process/hdr_as_srgb=false
|
||||
process/hdr_clamp_exposure=false
|
||||
process/size_limit=0
|
||||
detect_3d/compress_to=0
|
||||
BIN
3D/BlockbenchModels/Tank/Tank_Huge_Texture.png
(Stored with Git LFS)
Normal file
BIN
3D/BlockbenchModels/Tank/Tank_Huge_Texture.png
(Stored with Git LFS)
Normal file
Binary file not shown.
34
3D/BlockbenchModels/Tank/Tank_Huge_Texture.png.import
Normal file
34
3D/BlockbenchModels/Tank/Tank_Huge_Texture.png.import
Normal file
|
|
@ -0,0 +1,34 @@
|
|||
[remap]
|
||||
|
||||
importer="texture"
|
||||
type="CompressedTexture2D"
|
||||
uid="uid://b48c4ok8reijr"
|
||||
path="res://.godot/imported/Tank_Huge_Texture.png-ef8e6cf259c5dcc8fd9ce41327590d10.ctex"
|
||||
metadata={
|
||||
"vram_texture": false
|
||||
}
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://3D/BlockbenchModels/Tank/Tank_Huge_Texture.png"
|
||||
dest_files=["res://.godot/imported/Tank_Huge_Texture.png-ef8e6cf259c5dcc8fd9ce41327590d10.ctex"]
|
||||
|
||||
[params]
|
||||
|
||||
compress/mode=3
|
||||
compress/high_quality=false
|
||||
compress/lossy_quality=0.7
|
||||
compress/hdr_compression=1
|
||||
compress/normal_map=0
|
||||
compress/channel_pack=0
|
||||
mipmaps/generate=true
|
||||
mipmaps/limit=-1
|
||||
roughness/mode=0
|
||||
roughness/src_normal=""
|
||||
process/fix_alpha_border=true
|
||||
process/premult_alpha=false
|
||||
process/normal_map_invert_y=false
|
||||
process/hdr_as_srgb=false
|
||||
process/hdr_clamp_exposure=false
|
||||
process/size_limit=0
|
||||
detect_3d/compress_to=0
|
||||
File diff suppressed because one or more lines are too long
BIN
3D/BlockbenchModels/Weapons/Icicle_Gun/Icicle_Gun_Texture.png
(Stored with Git LFS)
Normal file
BIN
3D/BlockbenchModels/Weapons/Icicle_Gun/Icicle_Gun_Texture.png
(Stored with Git LFS)
Normal file
Binary file not shown.
|
|
@ -0,0 +1,34 @@
|
|||
[remap]
|
||||
|
||||
importer="texture"
|
||||
type="CompressedTexture2D"
|
||||
uid="uid://cgr8h7aw5jiny"
|
||||
path="res://.godot/imported/Icicle_Gun_Texture.png-13bf164c849d45aedb49ef5f63bd2996.ctex"
|
||||
metadata={
|
||||
"vram_texture": false
|
||||
}
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://3D/BlockbenchModels/Weapons/Icicle_Gun/Icicle_Gun_Texture.png"
|
||||
dest_files=["res://.godot/imported/Icicle_Gun_Texture.png-13bf164c849d45aedb49ef5f63bd2996.ctex"]
|
||||
|
||||
[params]
|
||||
|
||||
compress/mode=3
|
||||
compress/high_quality=false
|
||||
compress/lossy_quality=0.7
|
||||
compress/hdr_compression=1
|
||||
compress/normal_map=0
|
||||
compress/channel_pack=0
|
||||
mipmaps/generate=true
|
||||
mipmaps/limit=-1
|
||||
roughness/mode=0
|
||||
roughness/src_normal=""
|
||||
process/fix_alpha_border=true
|
||||
process/premult_alpha=false
|
||||
process/normal_map_invert_y=false
|
||||
process/hdr_as_srgb=false
|
||||
process/hdr_clamp_exposure=false
|
||||
process/size_limit=0
|
||||
detect_3d/compress_to=0
|
||||
File diff suppressed because one or more lines are too long
|
|
@ -133,7 +133,7 @@
|
|||
}
|
||||
// brush 14
|
||||
{
|
||||
( -248 -64 -24 ) ( -248 -64 -23 ) ( -248 -65 -24 ) __TB_empty [ 0 -1 0 0 ] [ 0 0 1 -8 ] 180 1 -1
|
||||
( -216 -64 -24 ) ( -216 -64 -23 ) ( -216 -65 -24 ) __TB_empty [ 0 -1 0 0 ] [ 0 0 1 -8 ] 270 1 -1
|
||||
( 136 -64 -24 ) ( 135 -64 -24 ) ( 136 -64 -23 ) __TB_empty [ -1 0 0 8 ] [ 0 0 1 -8 ] 180 1 -1
|
||||
( 264 64 -32 ) ( 263 64 -32 ) ( 264 63 -32 ) __TB_empty [ -1 0 0 8 ] [ 0 1 0 0 ] 180 1 1
|
||||
( 136 -64 8 ) ( 136 -65 8 ) ( 135 -64 8 ) __TB_empty [ -1 0 0 8 ] [ 0 1 0 0 ] 180 1 1
|
||||
|
|
@ -259,7 +259,7 @@
|
|||
}
|
||||
// brush 28
|
||||
{
|
||||
( -248 -64 16 ) ( -248 -64 17 ) ( -248 -65 16 ) __TB_empty [ 0 -1 0 0 ] [ 0 0 1 0 ] 180 1 -1
|
||||
( -328 -64 16 ) ( -328 -64 17 ) ( -328 -65 16 ) __TB_empty [ 0 -1 0 0 ] [ 0 0 1 0 ] 270 1 -1
|
||||
( -184 -64 16 ) ( -185 -64 16 ) ( -184 -64 17 ) __TB_empty [ -1 0 0 8 ] [ 0 0 1 0 ] 180 1 -1
|
||||
( -56 64 8 ) ( -57 64 8 ) ( -56 63 8 ) __TB_empty [ -1 0 0 8 ] [ 0 1 0 0 ] 180 1 1
|
||||
( -184 -64 48 ) ( -184 -65 48 ) ( -185 -64 48 ) Manual/Black [ -1 0 0 8 ] [ 0 1 0 0 ] 180 1 1
|
||||
|
|
@ -817,15 +817,6 @@
|
|||
}
|
||||
// brush 90
|
||||
{
|
||||
( -112 -232 40 ) ( -112 -231 40 ) ( -112 -232 41 ) special/clip [ 0 1 0 24 ] [ 0 0 -1 0 ] 0 1 1
|
||||
( -112 -232 40 ) ( -112 -232 41 ) ( -111 -232 40 ) special/clip [ 1 0 0 16 ] [ 0 0 -1 0 ] 0 1 1
|
||||
( -112 -232 16 ) ( -111 -232 16 ) ( -112 -231 16 ) special/clip [ 1 0 0 16 ] [ 0 -1 0 -24 ] 0 1 1
|
||||
( -96 -208 48 ) ( -96 -207 48 ) ( -95 -208 48 ) Floors/Floor240 [ 1 0 0 0 ] [ 0 -1 0 -8 ] 0 1 1
|
||||
( -96 -216 48 ) ( -95 -216 48 ) ( -96 -216 49 ) special/clip [ 1 0 0 16 ] [ 0 0 -1 0 ] 0 1 1
|
||||
( -104 -208 48 ) ( -104 -208 49 ) ( -104 -207 48 ) Manual/Blue_Panel_Wall_Thin [ 0 1 0 8 ] [ 0 0 -1 -16 ] 0 1 1
|
||||
}
|
||||
// brush 91
|
||||
{
|
||||
( 160 -280 40 ) ( 160 -279 40 ) ( 160 -280 41 ) special/clip [ 0 1 0 8 ] [ 0 0 -1 0 ] 0 1 1
|
||||
( 160 -280 40 ) ( 160 -280 41 ) ( 161 -280 40 ) special/clip [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 1 1
|
||||
( 160 -280 16 ) ( 161 -280 16 ) ( 160 -279 16 ) special/clip [ 1 0 0 0 ] [ 0 -1 0 -8 ] 0 1 1
|
||||
|
|
@ -833,7 +824,7 @@
|
|||
( 176 -264 48 ) ( 177 -264 48 ) ( 176 -264 49 ) special/clip [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 1 1
|
||||
( 168 -256 48 ) ( 168 -256 49 ) ( 168 -255 48 ) Manual/Blue_Panel_Wall_Thin [ 0 1 0 8 ] [ 0 0 -1 -16 ] 0 1 1
|
||||
}
|
||||
// brush 92
|
||||
// brush 91
|
||||
{
|
||||
( -184 64 16 ) ( -184 64 17 ) ( -184 63 16 ) Walls/Wall1 [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 -1 1
|
||||
( -256 48 16 ) ( -257 48 16 ) ( -256 48 17 ) Walls/Wall1 [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 -1 1
|
||||
|
|
@ -842,16 +833,16 @@
|
|||
( -128 96 -16 ) ( -128 96 -15 ) ( -129 96 -16 ) Walls/Wall1 [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 -1 1
|
||||
( -136 192 -16 ) ( -136 191 -16 ) ( -136 192 -15 ) Walls/Wall1 [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 -1 1
|
||||
}
|
||||
// brush 93
|
||||
// brush 92
|
||||
{
|
||||
( -240 136 -24 ) ( -240 -56 -24 ) ( -240 136 -32 ) __TB_empty [ 0 -1 0 -8 ] [ 0 0 1 -8 ] 180 1 -1
|
||||
( -392 136 -24 ) ( -392 -56 -24 ) ( -392 136 -32 ) __TB_empty [ 0 -1 0 -8 ] [ 0 0 1 -8 ] 270 1 -1
|
||||
( -272 -56 -24 ) ( -136 -56 -24 ) ( -272 -56 -32 ) __TB_empty [ -1 0 0 -16 ] [ 0 0 1 -8 ] 180 1 -1
|
||||
( -272 -56 -32 ) ( -136 -56 -32 ) ( -272 136 -32 ) __TB_empty [ -1 0 0 -24 ] [ 0 1 0 8 ] 180 1 1
|
||||
( -272 136 -24 ) ( -136 136 -24 ) ( -272 -56 -24 ) Floors/Floor18 [ -1 0 0 -8 ] [ 0 1 0 8 ] 180 1 1
|
||||
( -272 136 -32 ) ( -136 136 -32 ) ( -272 136 -24 ) __TB_empty [ -1 0 0 -16 ] [ 0 0 1 -8 ] 180 1 -1
|
||||
( -136 -56 -24 ) ( -136 136 -24 ) ( -136 -56 -32 ) Walls/Wall0 [ 0 -1 0 -8 ] [ 0 0 1 -8 ] 180 1 -1
|
||||
}
|
||||
// brush 94
|
||||
// brush 93
|
||||
{
|
||||
( -144 184 -48 ) ( -144 -8 -48 ) ( -144 184 -56 ) __TB_empty [ 0 -1 0 -24 ] [ 0 0 1 0 ] 180 1 -1
|
||||
( -144 -56 -48 ) ( -8 -56 -48 ) ( -144 -56 -56 ) __TB_empty [ -1 0 0 -16 ] [ 0 0 1 0 ] 180 1 -1
|
||||
|
|
@ -860,7 +851,7 @@
|
|||
( -144 136 -56 ) ( -8 136 -56 ) ( -144 136 -48 ) __TB_empty [ -1 0 0 -16 ] [ 0 0 1 0 ] 180 1 -1
|
||||
( -136 -8 -48 ) ( -136 184 -48 ) ( -136 -8 -56 ) Walls/Wall0 [ 0 -1 0 -24 ] [ 0 0 1 0 ] 180 1 -1
|
||||
}
|
||||
// brush 95
|
||||
// brush 94
|
||||
{
|
||||
( -144 -56 16 ) ( -144 -56 17 ) ( -144 -57 16 ) __TB_empty [ 0 -1 0 8 ] [ 0 0 1 0 ] 180 1 -1
|
||||
( -264 -56 16 ) ( -265 -56 16 ) ( -264 -56 17 ) __TB_empty [ -1 0 0 -8 ] [ 0 0 1 0 ] 180 1 -1
|
||||
|
|
@ -869,7 +860,7 @@
|
|||
( -136 48 -16 ) ( -136 48 -15 ) ( -137 48 -16 ) Walls/Wall0 [ 1 0 0 -8 ] [ 0 0 -1 0 ] 0 -1 1
|
||||
( -136 72 -16 ) ( -136 71 -16 ) ( -136 72 -15 ) Walls/Wall0 [ 0 -1 0 8 ] [ 0 0 1 0 ] 180 1 -1
|
||||
}
|
||||
// brush 96
|
||||
// brush 95
|
||||
{
|
||||
( 40 -328 56 ) ( 40 -328 57 ) ( 40 -329 56 ) __TB_empty [ 0 -1 0 -8 ] [ 0 0 1 -24 ] 180 1 -1
|
||||
( -16 -328 56 ) ( -17 -328 56 ) ( -16 -328 57 ) __TB_empty [ -1 0 0 -16 ] [ 0 0 1 -24 ] 180 1 -1
|
||||
|
|
@ -878,7 +869,7 @@
|
|||
( 112 -320 24 ) ( 112 -320 25 ) ( 111 -320 24 ) __TB_empty [ -1 0 0 -16 ] [ 0 0 1 -24 ] 180 1 -1
|
||||
( 144 -200 24 ) ( 144 -201 24 ) ( 144 -200 25 ) __TB_empty [ 0 -1 0 -8 ] [ 0 0 1 -24 ] 180 1 -1
|
||||
}
|
||||
// brush 97
|
||||
// brush 96
|
||||
{
|
||||
( 48 -432 56 ) ( 48 -432 57 ) ( 48 -433 56 ) __TB_empty [ 0 -1 0 -16 ] [ 0 0 1 -24 ] 180 1 -1
|
||||
( -16 -432 56 ) ( -17 -432 56 ) ( -16 -432 57 ) __TB_empty [ -1 0 0 -16 ] [ 0 0 1 -24 ] 180 1 -1
|
||||
|
|
@ -887,7 +878,7 @@
|
|||
( 112 -424 24 ) ( 112 -424 25 ) ( 111 -424 24 ) __TB_empty [ -1 0 0 -16 ] [ 0 0 1 -24 ] 180 1 -1
|
||||
( 80 -432 56 ) ( 80 -433 56 ) ( 80 -432 57 ) __TB_empty [ 0 -1 0 -16 ] [ 0 0 1 -24 ] 180 1 -1
|
||||
}
|
||||
// brush 98
|
||||
// brush 97
|
||||
{
|
||||
( 40 -360 48 ) ( 40 -304 48 ) ( 40 -360 88 ) __TB_empty [ 0 -1 0 0 ] [ 0 0 1 8 ] 180 1 -1
|
||||
( 40 -360 48 ) ( 40 -360 88 ) ( 48 -360 48 ) __TB_empty [ -1 0 0 -24 ] [ 0 0 1 8 ] 180 1 -1
|
||||
|
|
@ -896,7 +887,7 @@
|
|||
( 40 -328 48 ) ( 48 -328 48 ) ( 40 -328 88 ) __TB_empty [ -1 0 0 -24 ] [ 0 0 1 8 ] 180 1 -1
|
||||
( 48 -360 88 ) ( 48 -304 88 ) ( 48 -360 48 ) __TB_empty [ 0 -1 0 0 ] [ 0 0 1 8 ] 180 1 -1
|
||||
}
|
||||
// brush 99
|
||||
// brush 98
|
||||
{
|
||||
( 112 -432 56 ) ( 112 -432 57 ) ( 112 -433 56 ) __TB_empty [ 0 -1 0 -16 ] [ 0 0 1 -24 ] 180 1 -1
|
||||
( -16 -432 56 ) ( -17 -432 56 ) ( -16 -432 57 ) __TB_empty [ -1 0 0 -16 ] [ 0 0 1 -24 ] 180 1 -1
|
||||
|
|
@ -905,7 +896,7 @@
|
|||
( 112 -424 24 ) ( 112 -424 25 ) ( 111 -424 24 ) __TB_empty [ -1 0 0 -16 ] [ 0 0 1 -24 ] 180 1 -1
|
||||
( 144 -304 24 ) ( 144 -305 24 ) ( 144 -304 25 ) __TB_empty [ 0 -1 0 -16 ] [ 0 0 1 -24 ] 180 1 -1
|
||||
}
|
||||
// brush 100
|
||||
// brush 99
|
||||
{
|
||||
( 40 -360 48 ) ( 40 -304 48 ) ( 40 -360 88 ) __TB_empty [ 0 -1 0 0 ] [ 0 0 1 8 ] 180 1 -1
|
||||
( 48 -432 48 ) ( 40 -432 48 ) ( 48 -432 88 ) __TB_empty [ -1 0 0 -8 ] [ 0 0 1 8 ] 180 1 -1
|
||||
|
|
@ -914,7 +905,7 @@
|
|||
( 40 -392 48 ) ( 48 -392 48 ) ( 40 -392 88 ) __TB_empty [ -1 0 0 -24 ] [ 0 0 1 8 ] 180 1 -1
|
||||
( 48 -360 88 ) ( 48 -304 88 ) ( 48 -360 48 ) __TB_empty [ 0 -1 0 0 ] [ 0 0 1 8 ] 180 1 -1
|
||||
}
|
||||
// brush 101
|
||||
// brush 100
|
||||
{
|
||||
( 80 -432 56 ) ( 80 -432 57 ) ( 80 -433 56 ) Floors/Floor255 [ 0 -1 0 -16 ] [ 0 0 1 -24 ] 180 1 -1
|
||||
( 16 -432 56 ) ( 15 -432 56 ) ( 16 -432 57 ) Floors/Floor255 [ -1 0 0 16 ] [ 0 0 1 -24 ] 180 1 -1
|
||||
|
|
@ -923,7 +914,7 @@
|
|||
( 144 -424 24 ) ( 144 -424 25 ) ( 143 -424 24 ) Floors/Floor255 [ -1 0 0 16 ] [ 0 0 1 -24 ] 180 1 -1
|
||||
( 112 -432 56 ) ( 112 -433 56 ) ( 112 -432 57 ) Floors/Floor255 [ 0 -1 0 -16 ] [ 0 0 1 -24 ] 180 1 -1
|
||||
}
|
||||
// brush 102
|
||||
// brush 101
|
||||
{
|
||||
( 40 -392 56 ) ( 40 -392 57 ) ( 40 -393 56 ) __TB_empty [ 0 -1 0 -8 ] [ 0 0 1 -24 ] 180 1 -1
|
||||
( -48 -392 56 ) ( -49 -392 56 ) ( -48 -392 57 ) __TB_empty [ -1 0 0 -16 ] [ 0 0 1 -24 ] 180 1 -1
|
||||
|
|
@ -932,7 +923,7 @@
|
|||
( 80 -360 24 ) ( 80 -360 25 ) ( 79 -360 24 ) __TB_empty [ -1 0 0 -16 ] [ 0 0 1 -24 ] 180 1 -1
|
||||
( 48 -392 56 ) ( 48 -393 56 ) ( 48 -392 57 ) __TB_empty [ 0 -1 0 -8 ] [ 0 0 1 -24 ] 180 1 -1
|
||||
}
|
||||
// brush 103
|
||||
// brush 102
|
||||
{
|
||||
( 48 -440 56 ) ( 48 -440 57 ) ( 48 -441 56 ) Floors/Floor255 [ 0 -1 0 -8 ] [ 0 0 1 -8 ] 180 1 -1
|
||||
( 16 -504 56 ) ( 15 -504 56 ) ( 16 -504 57 ) Floors/Floor255 [ -1 0 0 0 ] [ 0 0 1 -8 ] 180 1 -1
|
||||
|
|
@ -941,7 +932,7 @@
|
|||
( 144 -432 24 ) ( 144 -432 25 ) ( 143 -432 24 ) Floors/Floor255 [ -1 0 0 0 ] [ 0 0 1 -8 ] 180 1 -1
|
||||
( 144 -440 56 ) ( 144 -441 56 ) ( 144 -440 57 ) Floors/Floor255 [ 0 -1 0 -8 ] [ 0 0 1 -8 ] 180 1 -1
|
||||
}
|
||||
// brush 104
|
||||
// brush 103
|
||||
{
|
||||
( 40 -400 48 ) ( 40 -344 48 ) ( 40 -400 88 ) __TB_empty [ 0 -1 0 24 ] [ 0 0 1 8 ] 180 1 -1
|
||||
( 48 -504 48 ) ( 40 -504 48 ) ( 48 -504 88 ) __TB_empty [ -1 0 0 -8 ] [ 0 0 1 8 ] 180 1 -1
|
||||
|
|
@ -950,7 +941,7 @@
|
|||
( 40 -432 48 ) ( 48 -432 48 ) ( 40 -432 88 ) __TB_empty [ -1 0 0 -24 ] [ 0 0 1 8 ] 180 1 -1
|
||||
( 48 -400 88 ) ( 48 -344 88 ) ( 48 -400 48 ) __TB_empty [ 0 -1 0 24 ] [ 0 0 1 8 ] 180 1 -1
|
||||
}
|
||||
// brush 105
|
||||
// brush 104
|
||||
{
|
||||
( 144 -448 16 ) ( 144 -448 17 ) ( 144 -449 16 ) __TB_empty [ 0 -1 0 0 ] [ 0 0 1 0 ] 180 1 -1
|
||||
( 144 -448 16 ) ( 143 -448 16 ) ( 144 -448 17 ) __TB_empty [ -1 0 0 16 ] [ 0 0 1 0 ] 180 1 -1
|
||||
|
|
@ -959,7 +950,7 @@
|
|||
( 272 -440 -16 ) ( 272 -440 -15 ) ( 271 -440 -16 ) __TB_empty [ -1 0 0 16 ] [ 0 0 1 0 ] 180 1 -1
|
||||
( 216 -320 -16 ) ( 216 -321 -16 ) ( 216 -320 -15 ) __TB_empty [ 0 -1 0 0 ] [ 0 0 1 0 ] 180 1 -1
|
||||
}
|
||||
// brush 106
|
||||
// brush 105
|
||||
{
|
||||
( 216 -448 16 ) ( 216 -448 17 ) ( 216 -449 16 ) __TB_empty [ 0 -1 0 0 ] [ 0 0 1 0 ] 180 1 -1
|
||||
( 176 -448 16 ) ( 175 -448 16 ) ( 176 -448 17 ) __TB_empty [ -1 0 0 16 ] [ 0 0 1 0 ] 180 1 -1
|
||||
|
|
@ -968,7 +959,7 @@
|
|||
( 304 -440 -16 ) ( 304 -440 -15 ) ( 303 -440 -16 ) __TB_empty [ -1 0 0 16 ] [ 0 0 1 0 ] 180 1 -1
|
||||
( 248 -320 -16 ) ( 248 -321 -16 ) ( 248 -320 -15 ) __TB_empty [ 0 -1 0 0 ] [ 0 0 1 0 ] 180 1 -1
|
||||
}
|
||||
// brush 107
|
||||
// brush 106
|
||||
{
|
||||
( 152 -456 56 ) ( 152 -456 57 ) ( 152 -457 56 ) Floors/Floor255 [ 0 -1 0 8 ] [ 0 0 1 -8 ] 180 1 -1
|
||||
( 112 -520 56 ) ( 111 -520 56 ) ( 112 -520 57 ) Floors/Floor255 [ -1 0 0 0 ] [ 0 0 1 -8 ] 180 1 -1
|
||||
|
|
@ -977,7 +968,7 @@
|
|||
( 240 -448 24 ) ( 240 -448 25 ) ( 239 -448 24 ) Floors/Floor255 [ -1 0 0 0 ] [ 0 0 1 -8 ] 180 1 -1
|
||||
( 304 -456 56 ) ( 304 -457 56 ) ( 304 -456 57 ) Floors/Floor255 [ 0 -1 0 8 ] [ 0 0 1 -8 ] 180 1 -1
|
||||
}
|
||||
// brush 108
|
||||
// brush 107
|
||||
{
|
||||
( 144 -448 48 ) ( 144 -392 48 ) ( 144 -448 88 ) __TB_empty [ 0 -1 0 8 ] [ 0 0 1 8 ] 180 1 -1
|
||||
( 152 -728 48 ) ( 144 -728 48 ) ( 152 -728 88 ) __TB_empty [ -1 0 0 0 ] [ 0 0 1 8 ] 180 1 -1
|
||||
|
|
@ -986,7 +977,7 @@
|
|||
( 144 -480 48 ) ( 152 -480 48 ) ( 144 -480 88 ) __TB_empty [ -1 0 0 16 ] [ 0 0 1 8 ] 180 1 -1
|
||||
( 152 -448 88 ) ( 152 -392 88 ) ( 152 -448 48 ) __TB_empty [ 0 -1 0 8 ] [ 0 0 1 8 ] 180 1 -1
|
||||
}
|
||||
// brush 109
|
||||
// brush 108
|
||||
{
|
||||
( 144 -568 8 ) ( 144 -512 8 ) ( 144 -568 48 ) __TB_empty [ 0 -1 0 16 ] [ 0 0 1 0 ] 180 1 -1
|
||||
( 152 -480 8 ) ( 144 -480 8 ) ( 152 -480 48 ) __TB_empty [ -1 0 0 0 ] [ 0 0 1 0 ] 180 1 -1
|
||||
|
|
@ -995,7 +986,7 @@
|
|||
( 144 -448 8 ) ( 152 -448 8 ) ( 144 -448 48 ) __TB_empty [ -1 0 0 16 ] [ 0 0 1 0 ] 180 1 -1
|
||||
( 152 -568 48 ) ( 152 -512 48 ) ( 152 -568 8 ) __TB_empty [ 0 -1 0 16 ] [ 0 0 1 0 ] 180 1 -1
|
||||
}
|
||||
// brush 110
|
||||
// brush 109
|
||||
{
|
||||
( 152 -528 56 ) ( 152 -528 57 ) ( 152 -529 56 ) __TB_empty [ 0 -1 0 -16 ] [ 0 0 1 -24 ] 180 1 -1
|
||||
( 88 -528 56 ) ( 87 -528 56 ) ( 88 -528 57 ) __TB_empty [ -1 0 0 -8 ] [ 0 0 1 -24 ] 180 1 -1
|
||||
|
|
@ -1004,7 +995,7 @@
|
|||
( 216 -520 24 ) ( 216 -520 25 ) ( 215 -520 24 ) __TB_empty [ -1 0 0 -8 ] [ 0 0 1 -24 ] 180 1 -1
|
||||
( 248 -528 56 ) ( 248 -529 56 ) ( 248 -528 57 ) __TB_empty [ 0 -1 0 -16 ] [ 0 0 1 -24 ] 180 1 -1
|
||||
}
|
||||
// brush 111
|
||||
// brush 110
|
||||
{
|
||||
( 280 -528 56 ) ( 280 -528 57 ) ( 280 -529 56 ) __TB_empty [ 0 -1 0 -16 ] [ 0 0 1 -24 ] 180 1 -1
|
||||
( 216 -528 56 ) ( 215 -528 56 ) ( 216 -528 57 ) __TB_empty [ -1 0 0 -8 ] [ 0 0 1 -24 ] 180 1 -1
|
||||
|
|
@ -1013,7 +1004,7 @@
|
|||
( 344 -520 24 ) ( 344 -520 25 ) ( 343 -520 24 ) __TB_empty [ -1 0 0 -8 ] [ 0 0 1 -24 ] 180 1 -1
|
||||
( 304 -528 56 ) ( 304 -529 56 ) ( 304 -528 57 ) __TB_empty [ 0 -1 0 -16 ] [ 0 0 1 -24 ] 180 1 -1
|
||||
}
|
||||
// brush 112
|
||||
// brush 111
|
||||
{
|
||||
( 304 -424 48 ) ( 304 -368 48 ) ( 304 -424 88 ) __TB_empty [ 0 -1 0 0 ] [ 0 0 1 8 ] 180 1 -1
|
||||
( 312 -528 48 ) ( 304 -528 48 ) ( 312 -528 88 ) __TB_empty [ -1 0 0 0 ] [ 0 0 1 8 ] 180 1 -1
|
||||
|
|
@ -1022,7 +1013,7 @@
|
|||
( 304 -448 48 ) ( 312 -448 48 ) ( 304 -448 88 ) __TB_empty [ -1 0 0 -16 ] [ 0 0 1 8 ] 180 1 -1
|
||||
( 312 -424 88 ) ( 312 -368 88 ) ( 312 -424 48 ) Manual/Black [ 0 -1 0 0 ] [ 0 0 1 8 ] 180 1 -1
|
||||
}
|
||||
// brush 113
|
||||
// brush 112
|
||||
{
|
||||
( 288 -448 56 ) ( 288 -448 57 ) ( 288 -449 56 ) Manual/Black [ 0 -1 0 0 ] [ 0 0 1 -24 ] 180 1 -1
|
||||
( 224 -448 56 ) ( 223 -448 56 ) ( 224 -448 57 ) Manual/Black [ -1 0 0 0 ] [ 0 0 1 -24 ] 180 1 -1
|
||||
|
|
@ -1031,7 +1022,7 @@
|
|||
( 352 -440 24 ) ( 352 -440 25 ) ( 351 -440 24 ) Manual/Black [ -1 0 0 0 ] [ 0 0 1 -24 ] 180 1 -1
|
||||
( 312 -448 56 ) ( 312 -449 56 ) ( 312 -448 57 ) Manual/Black [ 0 -1 0 0 ] [ 0 0 1 -24 ] 180 1 -1
|
||||
}
|
||||
// brush 114
|
||||
// brush 113
|
||||
{
|
||||
( 248 -528 56 ) ( 248 -528 57 ) ( 248 -529 56 ) Floors/Floor255 [ 0 -1 0 0 ] [ 0 0 1 -8 ] 180 1 -1
|
||||
( 184 -528 56 ) ( 183 -528 56 ) ( 184 -528 57 ) Floors/Floor255 [ -1 0 0 -8 ] [ 0 0 1 -8 ] 180 1 -1
|
||||
|
|
@ -1040,7 +1031,7 @@
|
|||
( 312 -520 24 ) ( 312 -520 25 ) ( 311 -520 24 ) Floors/Floor255 [ -1 0 0 -8 ] [ 0 0 1 -8 ] 180 1 -1
|
||||
( 280 -528 56 ) ( 280 -529 56 ) ( 280 -528 57 ) Floors/Floor255 [ 0 -1 0 0 ] [ 0 0 1 -8 ] 180 1 -1
|
||||
}
|
||||
// brush 115
|
||||
// brush 114
|
||||
{
|
||||
( 152 -536 56 ) ( 152 -536 57 ) ( 152 -537 56 ) Floors/Floor255 [ 0 -1 0 8 ] [ 0 0 1 -8 ] 180 1 -1
|
||||
( 112 -728 56 ) ( 111 -728 56 ) ( 112 -728 57 ) Floors/Floor255 [ -1 0 0 0 ] [ 0 0 1 -8 ] 180 1 -1
|
||||
|
|
@ -1049,7 +1040,7 @@
|
|||
( 240 -528 24 ) ( 240 -528 25 ) ( 239 -528 24 ) Floors/Floor255 [ -1 0 0 0 ] [ 0 0 1 -8 ] 180 1 -1
|
||||
( 304 -536 56 ) ( 304 -537 56 ) ( 304 -536 57 ) Floors/Floor255 [ 0 -1 0 8 ] [ 0 0 1 -8 ] 180 1 -1
|
||||
}
|
||||
// brush 116
|
||||
// brush 115
|
||||
{
|
||||
( 304 -504 48 ) ( 304 -448 48 ) ( 304 -504 88 ) __TB_empty [ 0 -1 0 16 ] [ 0 0 1 8 ] 180 1 -1
|
||||
( 312 -608 48 ) ( 304 -608 48 ) ( 312 -608 88 ) __TB_empty [ -1 0 0 0 ] [ 0 0 1 8 ] 180 1 -1
|
||||
|
|
@ -1058,7 +1049,7 @@
|
|||
( 304 -528 48 ) ( 312 -528 48 ) ( 304 -528 88 ) __TB_empty [ -1 0 0 -16 ] [ 0 0 1 8 ] 180 1 -1
|
||||
( 312 -504 88 ) ( 312 -448 88 ) ( 312 -504 48 ) __TB_empty [ 0 -1 0 16 ] [ 0 0 1 8 ] 180 1 -1
|
||||
}
|
||||
// brush 117
|
||||
// brush 116
|
||||
{
|
||||
( 336 -200 8 ) ( 336 -144 8 ) ( 336 -200 48 ) __TB_empty [ 0 -1 0 0 ] [ 0 0 1 0 ] 270 1 -1
|
||||
( 344 -200 8 ) ( 336 -200 8 ) ( 344 -200 48 ) __TB_empty [ -1 0 0 0 ] [ 0 0 1 0 ] 90 1 -1
|
||||
|
|
@ -1067,7 +1058,7 @@
|
|||
( 336 -120 8 ) ( 344 -120 8 ) ( 336 -120 48 ) __TB_empty [ -1 0 0 16 ] [ 0 0 1 0 ] 270 1 -1
|
||||
( 344 -200 48 ) ( 344 -144 48 ) ( 344 -200 8 ) Manual/Black [ 0 -1 0 0 ] [ 0 0 1 0 ] 90 1 -1
|
||||
}
|
||||
// brush 118
|
||||
// brush 117
|
||||
{
|
||||
( 268 -120 16 ) ( 268 -120 17 ) ( 268 -121 16 ) __TB_empty [ 0 -1 0 8 ] [ 0 0 1 0 ] 180 1 -1
|
||||
( 172 -120 16 ) ( 171 -120 16 ) ( 172 -120 17 ) __TB_empty [ -1 0 0 12 ] [ 0 0 1 0 ] 180 1 -1
|
||||
|
|
@ -1076,7 +1067,7 @@
|
|||
( 300 -112 -16 ) ( 300 -112 -15 ) ( 299 -112 -16 ) Manual/Black [ -1 0 0 12 ] [ 0 0 1 0 ] 180 1 -1
|
||||
( 344 8 -16 ) ( 344 7 -16 ) ( 344 8 -15 ) Manual/Black [ 0 -1 0 8 ] [ 0 0 1 0 ] 90 1 -1
|
||||
}
|
||||
// brush 119
|
||||
// brush 118
|
||||
{
|
||||
( 264 88 48 ) ( 264 88 49 ) ( 264 87 48 ) special/clip [ 0 -1 0 -8 ] [ 0 0 1 0 ] 0 1 -1
|
||||
( 152 -24 48 ) ( 151 -24 48 ) ( 152 -24 49 ) special/clip [ -1 0 0 24 ] [ 0 0 1 0 ] 270 1 -1
|
||||
|
|
@ -1085,7 +1076,7 @@
|
|||
( 280 136 16 ) ( 280 136 17 ) ( 279 136 16 ) special/clip [ -1 0 0 24 ] [ 0 0 1 0 ] 0 1 -1
|
||||
( 272 216 16 ) ( 272 215 16 ) ( 272 216 17 ) special/clip [ 0 -1 0 -8 ] [ 0 0 1 0 ] 0 1 -1
|
||||
}
|
||||
// brush 120
|
||||
// brush 119
|
||||
{
|
||||
( 64 -224 16 ) ( 64 -223 16 ) ( 64 -224 17 ) Walls/Wall0 [ 0 -1 0 0 ] [ 0 0 -1 0 ] 0 1 1
|
||||
( 64 -224 16 ) ( 64 -224 17 ) ( 65 -224 16 ) Walls/Wall0 [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 1 1
|
||||
|
|
@ -1094,7 +1085,7 @@
|
|||
( 80 -208 24 ) ( 81 -208 24 ) ( 80 -208 25 ) Walls/Wall0 [ -1 0 0 0 ] [ 0 0 -1 0 ] 0 1 1
|
||||
( 80 -208 24 ) ( 80 -208 25 ) ( 80 -207 24 ) Walls/Wall0 [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 1 1
|
||||
}
|
||||
// brush 121
|
||||
// brush 120
|
||||
{
|
||||
( -88 -56 20 ) ( -88 -55 20 ) ( -88 -56 21 ) Floors/Floor121 [ 0 -1 0 0 ] [ 0 0 -1 0 ] 90 1 1
|
||||
( -88 -56 20 ) ( -88 -56 21 ) ( -87 -56 20 ) Floors/Floor121 [ 1 0 0 -4 ] [ 0 0 -1 0 ] 90 1 1
|
||||
|
|
@ -1103,7 +1094,7 @@
|
|||
( -84 -24 24 ) ( -83 -24 24 ) ( -84 -24 25 ) Floors/Floor121 [ -1 0 0 4 ] [ 0 0 -1 0 ] 90 1 1
|
||||
( -84 -24 24 ) ( -84 -24 25 ) ( -84 -23 24 ) Floors/Floor121 [ 0 1 0 0 ] [ 0 0 -1 0 ] 90 1 1
|
||||
}
|
||||
// brush 122
|
||||
// brush 121
|
||||
{
|
||||
( -84 -28 20 ) ( -84 -27 20 ) ( -84 -28 21 ) Floors/Floor121 [ 0 -1 0 0 ] [ 0 0 -1 4 ] 0 1 1
|
||||
( -84 -28 20 ) ( -84 -28 21 ) ( -83 -28 20 ) Floors/Floor121 [ 1 0 0 4 ] [ 0 0 -1 4 ] 0 1 1
|
||||
|
|
@ -1112,7 +1103,7 @@
|
|||
( -48 -24 24 ) ( -47 -24 24 ) ( -48 -24 25 ) Floors/Floor121 [ -1 0 0 -4 ] [ 0 0 -1 4 ] 0 1 1
|
||||
( 132 -24 24 ) ( 132 -24 25 ) ( 132 -23 24 ) Floors/Floor121 [ 0 1 0 0 ] [ 0 0 -1 4 ] 270 1 1
|
||||
}
|
||||
// brush 123
|
||||
// brush 122
|
||||
{
|
||||
( 132 -28 16 ) ( 132 -27 16 ) ( 132 -28 17 ) Floors/Floor121 [ 0 -1 0 0 ] [ 0 0 -1 0 ] 0 1 1
|
||||
( 132 -28 16 ) ( 132 -28 17 ) ( 133 -28 16 ) Floors/Floor121 [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 1 1
|
||||
|
|
@ -1121,7 +1112,7 @@
|
|||
( 136 -24 20 ) ( 137 -24 20 ) ( 136 -24 21 ) Floors/Floor121 [ -1 0 0 0 ] [ 0 0 -1 0 ] 0 1 1
|
||||
( 136 -24 20 ) ( 136 -24 21 ) ( 136 -23 20 ) Floors/Floor121 [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 1 1
|
||||
}
|
||||
// brush 124
|
||||
// brush 123
|
||||
{
|
||||
( -88 -32 16 ) ( -88 -31 16 ) ( -88 -32 17 ) Floors/Floor121 [ 0 -1 0 0 ] [ 0 0 -1 0 ] 0 1 1
|
||||
( -88 -32 16 ) ( -88 -32 17 ) ( -87 -32 16 ) Floors/Floor121 [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 1 1
|
||||
|
|
@ -1130,7 +1121,7 @@
|
|||
( -84 -24 20 ) ( -83 -24 20 ) ( -84 -24 21 ) Floors/Floor121 [ -1 0 0 0 ] [ 0 0 -1 0 ] 0 1 1
|
||||
( -84 -24 20 ) ( -84 -24 21 ) ( -84 -23 20 ) Floors/Floor121 [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 1 1
|
||||
}
|
||||
// brush 125
|
||||
// brush 124
|
||||
{
|
||||
( -56 -344 56 ) ( -56 -344 57 ) ( -56 -345 56 ) Floors/Floor255 [ 0 -1 0 -8 ] [ 0 0 1 -8 ] 270 1 -1
|
||||
( -88 -408 56 ) ( -89 -408 56 ) ( -88 -408 57 ) Floors/Floor255 [ -1 0 0 8 ] [ 0 0 1 -8 ] 90 1 -1
|
||||
|
|
@ -1139,6 +1130,33 @@
|
|||
( 40 -336 24 ) ( 40 -336 25 ) ( 39 -336 24 ) Floors/Floor255 [ -1 0 0 8 ] [ 0 0 1 -8 ] 270 1 -1
|
||||
( 40 -344 56 ) ( 40 -345 56 ) ( 40 -344 57 ) Floors/Floor255 [ 0 -1 0 -8 ] [ 0 0 1 -8 ] 90 1 -1
|
||||
}
|
||||
// brush 125
|
||||
{
|
||||
( -248 -64 0 ) ( -248 -63 0 ) ( -248 -64 1 ) special/clip [ 0 1 0 0 ] [ 0 0 -1 -8 ] 270 1 1
|
||||
( -248 -64 0 ) ( -248 -64 1 ) ( -247 -64 0 ) special/clip [ 1 0 0 16 ] [ 0 0 -1 -8 ] 90 1 1
|
||||
( -248 -64 -24 ) ( -247 -64 -24 ) ( -248 -63 -24 ) Floors/Floor287 [ 1 0 0 0 ] [ 0 -1 0 0 ] 270 1 1
|
||||
( -216 -56 8 ) ( -216 -55 8 ) ( -215 -56 8 ) Manual/Black [ 1 0 0 0 ] [ 0 -1 0 0 ] 90 1 1
|
||||
( -216 -56 8 ) ( -215 -56 8 ) ( -216 -56 9 ) Manual/Blue_Panel_Wall [ 1 0 0 -8 ] [ 0 0 -1 8 ] 270 1 1
|
||||
( -216 -56 8 ) ( -216 -56 9 ) ( -216 -55 8 ) special/clip [ 0 1 0 0 ] [ 0 0 -1 -8 ] 90 1 1
|
||||
}
|
||||
// brush 126
|
||||
{
|
||||
( -296 -64 0 ) ( -296 -63 0 ) ( -296 -64 1 ) special/clip [ 0 1 0 0 ] [ 0 0 -1 -8 ] 90 1 1
|
||||
( -296 -64 0 ) ( -296 -64 1 ) ( -295 -64 0 ) special/clip [ 1 0 0 0 ] [ 0 0 -1 -8 ] 270 1 1
|
||||
( -296 -64 -24 ) ( -295 -64 -24 ) ( -296 -63 -24 ) Floors/Floor287 [ 1 0 0 0 ] [ 0 -1 0 0 ] 90 1 1
|
||||
( -264 -56 8 ) ( -264 -55 8 ) ( -263 -56 8 ) Manual/Black [ 1 0 0 0 ] [ 0 -1 0 0 ] 270 1 1
|
||||
( -264 -56 8 ) ( -263 -56 8 ) ( -264 -56 9 ) Manual/Blue_Panel_Wall [ 1 0 0 8 ] [ 0 0 -1 8 ] 90 1 1
|
||||
( -264 -56 8 ) ( -264 -56 9 ) ( -264 -55 8 ) special/clip [ 0 1 0 0 ] [ 0 0 -1 -8 ] 270 1 1
|
||||
}
|
||||
// brush 127
|
||||
{
|
||||
( -392 -64 -24 ) ( -392 -64 -23 ) ( -392 -65 -24 ) __TB_empty [ 0 -1 0 0 ] [ 0 0 1 -8 ] 0 1 -1
|
||||
( -432 -64 -24 ) ( -433 -64 -24 ) ( -432 -64 -23 ) __TB_empty [ -1 0 0 16 ] [ 0 0 1 -8 ] 180 1 -1
|
||||
( -304 64 -32 ) ( -305 64 -32 ) ( -304 63 -32 ) __TB_empty [ -1 0 0 16 ] [ 0 1 0 0 ] 180 1 1
|
||||
( -432 -64 8 ) ( -432 -65 8 ) ( -433 -64 8 ) __TB_empty [ -1 0 0 16 ] [ 0 1 0 0 ] 180 1 1
|
||||
( -304 -56 -56 ) ( -304 -56 -55 ) ( -305 -56 -56 ) Walls/Wall0 [ -1 0 0 0 ] [ 0 0 1 -8 ] 180 1 -1
|
||||
( -296 64 -56 ) ( -296 63 -56 ) ( -296 64 -55 ) Manual/Black [ 0 -1 0 0 ] [ 0 0 1 0 ] 180 1 -1
|
||||
}
|
||||
}
|
||||
// entity 1
|
||||
{
|
||||
|
|
@ -1531,3 +1549,88 @@
|
|||
"origin" "144 -48 -16"
|
||||
"angle" "90"
|
||||
}
|
||||
// entity 74
|
||||
{
|
||||
"classname" "actor_tank"
|
||||
"origin" "-232 -32 -16"
|
||||
"angle" "90"
|
||||
}
|
||||
// entity 75
|
||||
{
|
||||
"classname" "actor_tube_straight"
|
||||
"origin" "-208 -32 -16"
|
||||
"angle" "90"
|
||||
}
|
||||
// entity 76
|
||||
{
|
||||
"classname" "actor_tube_straight"
|
||||
"origin" "-192 -32 -16"
|
||||
"angle" "90"
|
||||
}
|
||||
// entity 77
|
||||
{
|
||||
"classname" "actor_tube_straight"
|
||||
"origin" "-176 -32 -16"
|
||||
"angle" "90"
|
||||
}
|
||||
// entity 78
|
||||
{
|
||||
"classname" "actor_tube_straight"
|
||||
"origin" "-160 -32 -16"
|
||||
"angle" "90"
|
||||
}
|
||||
// entity 79
|
||||
{
|
||||
"classname" "actor_barrel_1"
|
||||
"origin" "-240 -8 -16"
|
||||
}
|
||||
// entity 80
|
||||
{
|
||||
"classname" "actor_box_red"
|
||||
"origin" "-264 -24 -20"
|
||||
}
|
||||
// entity 81
|
||||
{
|
||||
"classname" "actor_box_red"
|
||||
"origin" "-264 -24 -12"
|
||||
}
|
||||
// entity 82
|
||||
{
|
||||
"classname" "actor_box_green"
|
||||
"origin" "-264 -8 -20"
|
||||
}
|
||||
// entity 83
|
||||
{
|
||||
"classname" "func_group"
|
||||
"_tb_type" "_tb_group"
|
||||
"_tb_name" "Wall_Panel_Blue_Small"
|
||||
"_tb_id" "1"
|
||||
"_tb_linked_group_id" "{1dff9b20-378e-4bf5-aa91-b49e48c1379a}"
|
||||
"_tb_transformation" "-8.269460797427576e-16 -1 0 -480.0000000000001 1 -8.269460797427576e-16 0 47.99999999999983 0 0 1 -40 0 0 0 1"
|
||||
// brush 0
|
||||
{
|
||||
( -264 -48 8 ) ( -264 -47 8 ) ( -264 -48 9 ) special/clip [ -8.269460797427576e-16 1 0 0 ] [ 0 0 -1 -8 ] 90 1 1
|
||||
( -248 -64 0 ) ( -249 -64 0 ) ( -248 -64 1 ) special/clip [ -1 -8.269460797427576e-16 0 24 ] [ 0 0 -1 -8 ] 90 1 1
|
||||
( -248 -64 -24 ) ( -248 -63 -24 ) ( -249 -64 -24 ) special/clip [ -8.269460797427576e-16 1 0 0 ] [ 1 8.269460797427576e-16 0 -24 ] 180 1 1
|
||||
( -272 -48 8 ) ( -273 -48 8 ) ( -272 -47 8 ) Floors/Floor240 [ -8.269460797427576e-16 1 0 0 ] [ 1 8.269460797427576e-16 0 -8 ] 180 1 1
|
||||
( -272 -56 8 ) ( -272 -56 9 ) ( -273 -56 8 ) Manual/Blue_Panel_Wall_Thin [ -1 -8.269460797427576e-16 0 8 ] [ 0 0 -1 8 ] 270 1 1
|
||||
( -248 -64 0 ) ( -248 -64 1 ) ( -248 -63 0 ) special/clip [ -8.269460797427576e-16 1 0 0 ] [ 0 0 -1 -8 ] 270 1 1
|
||||
}
|
||||
}
|
||||
// entity 84
|
||||
{
|
||||
"classname" "func_group"
|
||||
"_tb_type" "_tb_group"
|
||||
"_tb_name" "Wall_Panel_Blue_Small"
|
||||
"_tb_id" "2"
|
||||
"_tb_linked_group_id" "{1dff9b20-378e-4bf5-aa91-b49e48c1379a}"
|
||||
// brush 0
|
||||
{
|
||||
( -112 -232 40 ) ( -112 -231 40 ) ( -112 -232 41 ) special/clip [ 0 1 0 24 ] [ 0 0 -1 0 ] 0 1 1
|
||||
( -112 -232 40 ) ( -112 -232 41 ) ( -111 -232 40 ) special/clip [ 1 0 0 16 ] [ 0 0 -1 0 ] 0 1 1
|
||||
( -112 -232 16 ) ( -111 -232 16 ) ( -112 -231 16 ) special/clip [ 1 0 0 16 ] [ 0 -1 0 -24 ] 0 1 1
|
||||
( -96 -208 48 ) ( -96 -207 48 ) ( -95 -208 48 ) Floors/Floor240 [ 1 0 0 0 ] [ 0 -1 0 -8 ] 0 1 1
|
||||
( -96 -216 48 ) ( -95 -216 48 ) ( -96 -216 49 ) special/clip [ 1 0 0 16 ] [ 0 0 -1 0 ] 0 1 1
|
||||
( -104 -208 48 ) ( -104 -208 49 ) ( -104 -207 48 ) Manual/Blue_Panel_Wall_Thin [ 0 1 0 8 ] [ 0 0 -1 -16 ] 0 1 1
|
||||
}
|
||||
}
|
||||
|
|
|
|||
1627
3D/Maps/autosave/Factory2.4.map
Normal file
1627
3D/Maps/autosave/Factory2.4.map
Normal file
File diff suppressed because it is too large
Load diff
1627
3D/Maps/autosave/Factory2.5.map
Normal file
1627
3D/Maps/autosave/Factory2.5.map
Normal file
File diff suppressed because it is too large
Load diff
|
|
@ -7,7 +7,7 @@
|
|||
[resource]
|
||||
script = ExtResource("3_nn2ql")
|
||||
scene_file = ExtResource("2_8vrfi")
|
||||
apply_rotation_on_map_build = false
|
||||
apply_rotation_on_map_build = true
|
||||
apply_scale_on_map_build = false
|
||||
classname = "actor_tank"
|
||||
description = "Tank"
|
||||
|
|
|
|||
37
3D/TrenchBroom/EntityDefinitions/solid/Brush/acid_area.tres
Normal file
37
3D/TrenchBroom/EntityDefinitions/solid/Brush/acid_area.tres
Normal file
|
|
@ -0,0 +1,37 @@
|
|||
[gd_resource type="Resource" script_class="FuncGodotFGDSolidClass" load_steps=3 format=3 uid="uid://c2x5nns4yv5y1"]
|
||||
|
||||
[ext_resource type="Resource" uid="uid://ermxog0n4mvn" path="res://3D/TrenchBroom/EntityDefinitions/base/trigger_base.tres" id="1_pinv3"]
|
||||
[ext_resource type="Script" uid="uid://msq50x6rk4po" path="res://addons/func_godot/src/fgd/func_godot_fgd_solid_class.gd" id="2_5u7ls"]
|
||||
|
||||
[resource]
|
||||
script = ExtResource("2_5u7ls")
|
||||
spawn_type = 2
|
||||
origin_type = 4
|
||||
build_visuals = false
|
||||
use_in_baked_light = false
|
||||
shadow_casting_setting = 0
|
||||
build_occlusion = false
|
||||
render_layers = 0
|
||||
collision_shape_type = 1
|
||||
collision_layer = 4
|
||||
collision_mask = 4
|
||||
collision_priority = 1.0
|
||||
collision_shape_margin = 0.04
|
||||
add_textures_metadata = false
|
||||
add_vertex_metadata = false
|
||||
add_face_position_metadata = false
|
||||
add_face_normal_metadata = false
|
||||
add_collision_shape_face_range_metadata = false
|
||||
classname = "acid_area"
|
||||
description = "Acid"
|
||||
func_godot_internal = false
|
||||
base_classes = Array[Resource]([ExtResource("1_pinv3")])
|
||||
class_properties = {}
|
||||
class_property_descriptions = {}
|
||||
auto_apply_to_matching_node_properties = false
|
||||
meta_properties = {
|
||||
"color": Color(0.8, 0, 0.8, 1)
|
||||
}
|
||||
node_class = "Area3D"
|
||||
name_property = ""
|
||||
metadata/_custom_type_script = "uid://msq50x6rk4po"
|
||||
|
|
@ -486,4 +486,4 @@ CameraOffset = Vector3(8, 12, 8)
|
|||
TargetPath = NodePath("../IsoPlayerFsm")
|
||||
|
||||
[node name="TestLevel2" parent="." instance=ExtResource("18_e2nai")]
|
||||
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 16.3016, 0, 50.0868)
|
||||
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 69.0028, 0, -23.3622)
|
||||
|
|
|
|||
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue