diff --git a/godot/maps/materials/{str_grating2.tres b/godot/maps/materials/{str_grating2.tres new file mode 100644 index 0000000..54132b5 --- /dev/null +++ b/godot/maps/materials/{str_grating2.tres @@ -0,0 +1,11 @@ +[gd_resource type="StandardMaterial3D" format=3 uid="uid://dk4knj8o4ld5e"] + +[ext_resource type="Texture2D" uid="uid://bo5fqfagev352" path="res://maps/textures/{str_grating2.png" id="1_g7nfu"] + +[resource] +transparency = 2 +alpha_scissor_threshold = 0.5 +alpha_antialiasing_mode = 0 +albedo_texture = ExtResource("1_g7nfu") +metallic_specular = 0.0 +texture_filter = 2 diff --git a/godot/maps/textures/{str_grating2.png.import b/godot/maps/textures/{str_grating2.png.import index 53bed44..75c5445 100644 --- a/godot/maps/textures/{str_grating2.png.import +++ b/godot/maps/textures/{str_grating2.png.import @@ -3,19 +3,20 @@ importer="texture" type="CompressedTexture2D" uid="uid://bo5fqfagev352" -path="res://.godot/imported/{str_grating2.png-4e0ed1755d0c34f1f0c707b51705ed82.ctex" +path.s3tc="res://.godot/imported/{str_grating2.png-4e0ed1755d0c34f1f0c707b51705ed82.s3tc.ctex" metadata={ -"vram_texture": false +"imported_formats": ["s3tc_bptc"], +"vram_texture": true } [deps] source_file="res://maps/textures/{str_grating2.png" -dest_files=["res://.godot/imported/{str_grating2.png-4e0ed1755d0c34f1f0c707b51705ed82.ctex"] +dest_files=["res://.godot/imported/{str_grating2.png-4e0ed1755d0c34f1f0c707b51705ed82.s3tc.ctex"] [params] -compress/mode=0 +compress/mode=2 compress/high_quality=false compress/lossy_quality=0.7 compress/uastc_level=0 @@ -23,7 +24,7 @@ compress/rdo_quality_loss=0.0 compress/hdr_compression=1 compress/normal_map=0 compress/channel_pack=0 -mipmaps/generate=false +mipmaps/generate=true mipmaps/limit=-1 roughness/mode=0 roughness/src_normal="" @@ -37,4 +38,4 @@ process/normal_map_invert_y=false process/hdr_as_srgb=false process/hdr_clamp_exposure=false process/size_limit=0 -detect_3d/compress_to=1 +detect_3d/compress_to=0 diff --git a/godot/maps/vessel.tres b/godot/maps/vessel.tres new file mode 100644 index 0000000..8b51200 --- /dev/null +++ b/godot/maps/vessel.tres @@ -0,0 +1,22 @@ +[gd_resource type="MapResource" format=3 uid="uid://c1jeep2rxx8ko"] + +[ext_resource type="Texture2D" uid="uid://cumnvlhn48b3k" path="res://maps/vessel/icon.png" id="1_24862"] +[ext_resource type="AudioStream" uid="uid://d3tpaim4ia0xr" path="res://raw_assets/music/n-Dimensions (Main Theme - Retro Ver.mp3" id="2_y6db0"] +[ext_resource type="AudioStream" uid="uid://dkgm7o8u0w550" path="res://raw_assets/music/Red Doors 2.0 (GameClosure Edition).mp3" id="3_prdtt"] +[ext_resource type="AudioStream" uid="uid://dai8by348wqss" path="res://raw_assets/music/Thrust Sequence.mp3" id="4_b6v3a"] +[ext_resource type="PackedScene" uid="uid://dk36d2s5vlp8k" path="res://maps/vessel/vessel.tscn" id="5_y6db0"] + +[sub_resource type="TeamResource" id="TeamResource_64qm8"] +name = "Engine Team" +color = Color(0.6005503, 0.4959998, 0.42217773, 1) + +[sub_resource type="TeamResource" id="TeamResource_47vax"] +name = "Bridge Team" +color = Color(0.28661734, 0.52295995, 0.13968155, 1) + +[resource] +name = "Vessel" +scene = ExtResource("5_y6db0") +teams = Array[TeamResource]([SubResource("TeamResource_64qm8"), SubResource("TeamResource_47vax")]) +music = Array[AudioStream]([ExtResource("2_y6db0"), ExtResource("3_prdtt"), ExtResource("4_b6v3a")]) +icon = ExtResource("1_24862") diff --git a/godot/maps/vessel/icon.png b/godot/maps/vessel/icon.png new file mode 100644 index 0000000..04c9f06 Binary files /dev/null and b/godot/maps/vessel/icon.png differ diff --git a/godot/maps/vessel/icon.png.import b/godot/maps/vessel/icon.png.import new file mode 100644 index 0000000..220b570 --- /dev/null +++ b/godot/maps/vessel/icon.png.import @@ -0,0 +1,41 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://cumnvlhn48b3k" +path.bptc="res://.godot/imported/icon.png-c3ccf686ab2082eb853f76516b87c6d9.bptc.ctex" +metadata={ +"imported_formats": ["s3tc_bptc"], +"vram_texture": true +} + +[deps] + +source_file="res://maps/vessel/icon.png" +dest_files=["res://.godot/imported/icon.png-c3ccf686ab2082eb853f76516b87c6d9.bptc.ctex"] + +[params] + +compress/mode=2 +compress/high_quality=true +compress/lossy_quality=0.7 +compress/uastc_level=0 +compress/rdo_quality_loss=0.0 +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/channel_remap/red=0 +process/channel_remap/green=1 +process/channel_remap/blue=2 +process/channel_remap/alpha=3 +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 diff --git a/godot/maps/vessel/vessel.map b/godot/maps/vessel/vessel.map index bab40dd..b870886 100644 --- a/godot/maps/vessel/vessel.map +++ b/godot/maps/vessel/vessel.map @@ -7,12 +7,12 @@ "classname" "worldspawn" // brush 0 { -( -320 64 -32 ) ( -320 65 -32 ) ( -320 64 -31 ) __TB_empty [ 0 -1 0 0 ] [ 0 0 -1 0 ] 270 1 1 -( -192 -320 -32 ) ( -192 -320 -31 ) ( -191 -320 -32 ) __TB_empty [ 1 0 0 0 ] [ 0 0 -1 0 ] 180 1 1 -( -192 64 -64 ) ( -191 64 -64 ) ( -192 65 -64 ) __TB_empty [ -1 0 0 0 ] [ 0 -1 0 0 ] 0 1 1 -( -64 192 0 ) ( -64 193 0 ) ( -63 192 0 ) __TB_empty [ 1 0 0 0 ] [ 0 -1 0 0 ] 90 1 1 -( -64 320 0 ) ( -63 320 0 ) ( -64 320 1 ) __TB_empty [ -1 0 0 0 ] [ 0 0 -1 0 ] 270 1 1 -( 320 192 0 ) ( 320 192 1 ) ( 320 193 0 ) __TB_empty [ 0 1 0 0 ] [ 0 0 -1 0 ] 180 1 1 +( -320 64 -32 ) ( -320 65 -32 ) ( -320 64 -31 ) str_metalpan3 [ 0 -1 0 0 ] [ 0 0 -1 0 ] 270 1 1 +( -192 -320 -32 ) ( -192 -320 -31 ) ( -191 -320 -32 ) str_metalpan3 [ 1 0 0 0 ] [ 0 0 -1 0 ] 180 1 1 +( -192 64 -64 ) ( -191 64 -64 ) ( -192 65 -64 ) str_metalpan3 [ -1 0 0 0 ] [ 0 -1 0 0 ] 0 1 1 +( -64 192 0 ) ( -64 193 0 ) ( -63 192 0 ) str_metalpan3 [ 1 0 0 0 ] [ 0 -1 0 0 ] 90 1 1 +( -64 320 0 ) ( -63 320 0 ) ( -64 320 1 ) str_metalpan3 [ -1 0 0 0 ] [ 0 0 -1 0 ] 270 1 1 +( 320 192 0 ) ( 320 192 1 ) ( 320 193 0 ) str_metalpan3 [ 0 1 0 0 ] [ 0 0 -1 0 ] 180 1 1 } // brush 1 { @@ -97,48 +97,48 @@ } // brush 10 { -( 128 320 -64 ) ( 128 321 -64 ) ( 128 320 -63 ) __TB_empty [ 0 -1 0 0 ] [ 0 0 -1 0 ] 0 1 1 -( 128 320 -64 ) ( 128 320 -63 ) ( 129 320 -64 ) __TB_empty [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 1 1 -( 128 320 -64 ) ( 129 320 -64 ) ( 128 321 -64 ) __TB_empty [ -1 0 0 0 ] [ 0 -1 0 0 ] 0 1 1 -( 320 384 0 ) ( 320 385 0 ) ( 321 384 0 ) __TB_empty [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 1 1 -( 320 640 0 ) ( 321 640 0 ) ( 320 640 1 ) __TB_empty [ -1 0 0 0 ] [ 0 0 -1 0 ] 180 1 1 -( 320 384 0 ) ( 320 384 1 ) ( 320 385 0 ) __TB_empty [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 1 1 +( 128 320 -64 ) ( 128 321 -64 ) ( 128 320 -63 ) str_metalpan3 [ 0 -1 0 0 ] [ 0 0 -1 0 ] 0 1 1 +( 128 320 -64 ) ( 128 320 -63 ) ( 129 320 -64 ) str_metalpan3 [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 1 1 +( 128 320 -64 ) ( 129 320 -64 ) ( 128 321 -64 ) str_metalpan3 [ -1 0 0 0 ] [ 0 -1 0 0 ] 0 1 1 +( 320 384 0 ) ( 320 385 0 ) ( 321 384 0 ) str_metalpan3 [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 1 1 +( 320 640 0 ) ( 321 640 0 ) ( 320 640 1 ) str_metalpan3 [ -1 0 0 0 ] [ 0 0 -1 0 ] 180 1 1 +( 320 384 0 ) ( 320 384 1 ) ( 320 385 0 ) str_metalpan3 [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 1 1 } // brush 11 { -( 320 640 0 ) ( 320 448 0 ) ( 320 448 -64 ) __TB_empty [ 0 -1 0 0 ] [ 0 0 -1 0 ] 180 1 1 -( 320 640 0 ) ( 704 640 256 ) ( 704 448 256 ) __TB_empty [ 1 0 0 0 ] [ 0 -1 0 0 ] 180 1 1 -( 320 448 0 ) ( 704 448 256 ) ( 704 448 192 ) __TB_empty [ 1 0 0 0 ] [ 0 0 -1 0 ] 180 1 1 -( 704 640 192 ) ( 704 640 256 ) ( 320 640 0 ) __TB_empty [ -1 0 0 0 ] [ 0 0 -1 0 ] 180 1 1 -( 704 448 192 ) ( 704 640 192 ) ( 320 640 -64 ) __TB_empty [ -1 0 0 0 ] [ 0 -1 0 0 ] 180 1 1 -( 704 448 256 ) ( 704 640 256 ) ( 704 640 192 ) __TB_empty [ 0 1 0 0 ] [ 0 0 -1 0 ] 90 1 1 +( 320 640 0 ) ( 320 448 0 ) ( 320 448 -64 ) str_metalpan3 [ 0 -1 0 0 ] [ 0 0 -1 0 ] 180 1 1 +( 320 640 0 ) ( 704 640 256 ) ( 704 448 256 ) str_metalpan3 [ 1 0 0 0 ] [ 0 -1 0 0 ] 180 1 1 +( 320 448 0 ) ( 704 448 256 ) ( 704 448 192 ) str_metalpan3 [ 1 0 0 0 ] [ 0 0 -1 0 ] 180 1 1 +( 704 640 192 ) ( 704 640 256 ) ( 320 640 0 ) str_metalpan3 [ -1 0 0 0 ] [ 0 0 -1 0 ] 180 1 1 +( 704 448 192 ) ( 704 640 192 ) ( 320 640 -64 ) str_metalpan3 [ -1 0 0 0 ] [ 0 -1 0 0 ] 180 1 1 +( 704 448 256 ) ( 704 640 256 ) ( 704 640 192 ) str_metalpan3 [ 0 1 0 0 ] [ 0 0 -1 0 ] 90 1 1 } // brush 12 { -( 704 448 192 ) ( 704 449 192 ) ( 704 448 193 ) __TB_empty [ 0 -1 0 0 ] [ 0 0 -1 0 ] 0 1 1 -( 704 320 192 ) ( 704 320 193 ) ( 705 320 192 ) __TB_empty [ 1 0 0 0 ] [ 0 0 -1 0 ] 270 1 1 -( 704 448 192 ) ( 705 448 192 ) ( 704 449 192 ) __TB_empty [ -1 0 0 0 ] [ 0 -1 0 0 ] 0 1 1 -( 768 704 256 ) ( 768 705 256 ) ( 769 704 256 ) __TB_empty [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 1 1 -( 768 640 256 ) ( 769 640 256 ) ( 768 640 257 ) __TB_empty [ -1 0 0 0 ] [ 0 0 -1 0 ] 270 1 1 -( 896 704 256 ) ( 896 704 257 ) ( 896 705 256 ) __TB_empty [ 0 1 0 0 ] [ 0 0 -1 0 ] 270 1 1 +( 704 448 192 ) ( 704 449 192 ) ( 704 448 193 ) str_metalpan3 [ 0 -1 0 0 ] [ 0 0 -1 0 ] 0 1 1 +( 704 320 192 ) ( 704 320 193 ) ( 705 320 192 ) str_metalpan3 [ 1 0 0 0 ] [ 0 0 -1 0 ] 270 1 1 +( 704 448 192 ) ( 705 448 192 ) ( 704 449 192 ) str_metalpan3 [ -1 0 0 0 ] [ 0 -1 0 0 ] 0 1 1 +( 768 704 256 ) ( 768 705 256 ) ( 769 704 256 ) str_metalpan3 [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 1 1 +( 768 640 256 ) ( 769 640 256 ) ( 768 640 257 ) str_metalpan3 [ -1 0 0 0 ] [ 0 0 -1 0 ] 270 1 1 +( 896 704 256 ) ( 896 704 257 ) ( 896 705 256 ) str_metalpan3 [ 0 1 0 0 ] [ 0 0 -1 0 ] 270 1 1 } // brush 13 { -( 1472 320 192 ) ( 1472 321 192 ) ( 1472 320 193 ) __TB_empty [ 0 -1 0 0 ] [ 0 0 -1 0 ] 0 1 1 -( 1472 320 192 ) ( 1472 320 193 ) ( 1473 320 192 ) __TB_empty [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 1 1 -( 1472 320 192 ) ( 1473 320 192 ) ( 1472 321 192 ) __TB_empty [ -1 0 0 0 ] [ 0 -1 0 0 ] 0 1 1 -( 1600 384 256 ) ( 1600 385 256 ) ( 1601 384 256 ) __TB_empty [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 1 1 -( 1600 384 256 ) ( 1601 384 256 ) ( 1600 384 257 ) __TB_empty [ -1 0 0 0 ] [ 0 0 -1 0 ] 0 1 1 -( 1600 384 256 ) ( 1600 384 257 ) ( 1600 385 256 ) __TB_empty [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 1 1 +( 1472 320 192 ) ( 1472 321 192 ) ( 1472 320 193 ) str_metalpan3 [ 0 -1 0 0 ] [ 0 0 -1 0 ] 0 1 1 +( 1472 320 192 ) ( 1472 320 193 ) ( 1473 320 192 ) str_metalpan3 [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 1 1 +( 1472 320 192 ) ( 1473 320 192 ) ( 1472 321 192 ) str_metalpan3 [ -1 0 0 0 ] [ 0 -1 0 0 ] 0 1 1 +( 1600 384 256 ) ( 1600 385 256 ) ( 1601 384 256 ) str_metalpan3 [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 1 1 +( 1600 384 256 ) ( 1601 384 256 ) ( 1600 384 257 ) str_metalpan3 [ -1 0 0 0 ] [ 0 0 -1 0 ] 0 1 1 +( 1600 384 256 ) ( 1600 384 257 ) ( 1600 385 256 ) str_metalpan3 [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 1 1 } // brush 14 { -( 1344 384 192 ) ( 1344 385 192 ) ( 1344 384 193 ) __TB_empty [ 0 -1 0 0 ] [ 0 0 -1 0 ] 270 1 1 -( 1472 384 192 ) ( 1472 384 193 ) ( 1473 384 192 ) __TB_empty [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 1 1 -( 1472 384 192 ) ( 1473 384 192 ) ( 1472 385 192 ) __TB_empty [ -1 0 0 0 ] [ 0 -1 0 0 ] 0 1 1 -( 1600 448 256 ) ( 1600 449 256 ) ( 1601 448 256 ) __TB_empty [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 1 1 -( 1600 768 256 ) ( 1601 768 256 ) ( 1600 768 257 ) __TB_empty [ -1 0 0 0 ] [ 0 0 -1 0 ] 270 1 1 -( 2240 448 256 ) ( 2240 448 257 ) ( 2240 449 256 ) __TB_empty [ 0 1 0 0 ] [ 0 0 -1 0 ] 180 1 1 +( 1344 384 192 ) ( 1344 385 192 ) ( 1344 384 193 ) str_metalpan3 [ 0 -1 0 0 ] [ 0 0 -1 0 ] 270 1 1 +( 1472 384 192 ) ( 1472 384 193 ) ( 1473 384 192 ) str_metalpan3 [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 1 1 +( 1472 384 192 ) ( 1473 384 192 ) ( 1472 385 192 ) str_metalpan3 [ -1 0 0 0 ] [ 0 -1 0 0 ] 0 1 1 +( 1600 448 256 ) ( 1600 449 256 ) ( 1601 448 256 ) str_metalpan3 [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 1 1 +( 1600 768 256 ) ( 1601 768 256 ) ( 1600 768 257 ) str_metalpan3 [ -1 0 0 0 ] [ 0 0 -1 0 ] 270 1 1 +( 2240 448 256 ) ( 2240 448 257 ) ( 2240 449 256 ) str_metalpan3 [ 0 1 0 0 ] [ 0 0 -1 0 ] 180 1 1 } // brush 15 { @@ -160,57 +160,57 @@ } // brush 17 { -( 1344 -704 192 ) ( 1344 -703 192 ) ( 1344 -704 193 ) __TB_empty [ 0 -1 0 0 ] [ 0 0 -1 0 ] 0 1 1 -( 1344 -704 192 ) ( 1344 -704 193 ) ( 1345 -704 192 ) __TB_empty [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 1 1 -( 1344 -704 192 ) ( 1345 -704 192 ) ( 1344 -703 192 ) __TB_empty [ -1 0 0 0 ] [ 0 -1 0 0 ] 0 1 1 -( 1728 -192 256 ) ( 1728 -191 256 ) ( 1729 -192 256 ) __TB_empty [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 1 1 -( 1728 -192 256 ) ( 1729 -192 256 ) ( 1728 -192 257 ) __TB_empty [ -1 0 0 0 ] [ 0 0 -1 0 ] 0 1 1 -( 1728 -192 256 ) ( 1728 -192 257 ) ( 1728 -191 256 ) __TB_empty [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 1 1 +( 1344 -704 192 ) ( 1344 -703 192 ) ( 1344 -704 193 ) str_metalpan3 [ 0 -1 0 0 ] [ 0 0 -1 0 ] 0 1 1 +( 1344 -704 192 ) ( 1344 -704 193 ) ( 1345 -704 192 ) str_metalpan3 [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 1 1 +( 1344 -704 192 ) ( 1345 -704 192 ) ( 1344 -703 192 ) str_metalpan3 [ -1 0 0 0 ] [ 0 -1 0 0 ] 0 1 1 +( 1728 -192 256 ) ( 1728 -191 256 ) ( 1729 -192 256 ) str_metalpan3 [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 1 1 +( 1728 -192 256 ) ( 1729 -192 256 ) ( 1728 -192 257 ) str_metalpan3 [ -1 0 0 0 ] [ 0 0 -1 0 ] 0 1 1 +( 1728 -192 256 ) ( 1728 -192 257 ) ( 1728 -191 256 ) str_metalpan3 [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 1 1 } // brush 18 { -( 1728 -576 192 ) ( 1728 -575 192 ) ( 1728 -576 193 ) __TB_empty [ 0 -1 0 0 ] [ 0 0 -1 0 ] 0 1 1 -( 1728 -576 192 ) ( 1728 -576 193 ) ( 1729 -576 192 ) __TB_empty [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 1 1 -( 1728 -576 192 ) ( 1729 -576 192 ) ( 1728 -575 192 ) __TB_empty [ -1 0 0 0 ] [ 0 -1 0 0 ] 0 1 1 -( 1792 -448 256 ) ( 1792 -447 256 ) ( 1793 -448 256 ) __TB_empty [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 1 1 -( 1792 -448 256 ) ( 1793 -448 256 ) ( 1792 -448 257 ) __TB_empty [ -1 0 0 0 ] [ 0 0 -1 0 ] 0 1 1 -( 1792 -448 256 ) ( 1792 -448 257 ) ( 1792 -447 256 ) __TB_empty [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 1 1 +( 1728 -576 192 ) ( 1728 -575 192 ) ( 1728 -576 193 ) str_metalpan3 [ 0 -1 0 0 ] [ 0 0 -1 0 ] 0 1 1 +( 1728 -576 192 ) ( 1728 -576 193 ) ( 1729 -576 192 ) str_metalpan3 [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 1 1 +( 1728 -576 192 ) ( 1729 -576 192 ) ( 1728 -575 192 ) str_metalpan3 [ -1 0 0 0 ] [ 0 -1 0 0 ] 0 1 1 +( 1792 -448 256 ) ( 1792 -447 256 ) ( 1793 -448 256 ) str_metalpan3 [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 1 1 +( 1792 -448 256 ) ( 1793 -448 256 ) ( 1792 -448 257 ) str_metalpan3 [ -1 0 0 0 ] [ 0 0 -1 0 ] 0 1 1 +( 1792 -448 256 ) ( 1792 -448 257 ) ( 1792 -447 256 ) str_metalpan3 [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 1 1 } // brush 19 { -( 1792 -704 192 ) ( 1792 -703 192 ) ( 1792 -704 193 ) __TB_empty [ 0 -1 0 0 ] [ 0 0 -1 0 ] 0 1 1 -( 1792 -704 192 ) ( 1792 -704 193 ) ( 1793 -704 192 ) __TB_empty [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 1 1 -( 1792 -704 192 ) ( 1793 -704 192 ) ( 1792 -703 192 ) __TB_empty [ -1 0 0 0 ] [ 0 -1 0 0 ] 0 1 1 -( 2048 -448 256 ) ( 2048 -447 256 ) ( 2049 -448 256 ) __TB_empty [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 1 1 -( 2048 -192 256 ) ( 2049 -192 256 ) ( 2048 -192 257 ) __TB_empty [ -1 0 0 0 ] [ 0 0 -1 0 ] 270 1 1 -( 2176 -448 256 ) ( 2176 -448 257 ) ( 2176 -447 256 ) __TB_empty [ 0 1 0 0 ] [ 0 0 -1 0 ] 270 1 1 +( 1792 -704 192 ) ( 1792 -703 192 ) ( 1792 -704 193 ) str_metalpan3 [ 0 -1 0 0 ] [ 0 0 -1 0 ] 0 1 1 +( 1792 -704 192 ) ( 1792 -704 193 ) ( 1793 -704 192 ) str_metalpan3 [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 1 1 +( 1792 -704 192 ) ( 1793 -704 192 ) ( 1792 -703 192 ) str_metalpan3 [ -1 0 0 0 ] [ 0 -1 0 0 ] 0 1 1 +( 2048 -448 256 ) ( 2048 -447 256 ) ( 2049 -448 256 ) str_metalpan3 [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 1 1 +( 2048 -192 256 ) ( 2049 -192 256 ) ( 2048 -192 257 ) str_metalpan3 [ -1 0 0 0 ] [ 0 0 -1 0 ] 270 1 1 +( 2176 -448 256 ) ( 2176 -448 257 ) ( 2176 -447 256 ) str_metalpan3 [ 0 1 0 0 ] [ 0 0 -1 0 ] 270 1 1 } // brush 20 { -( 2048 -192 192 ) ( 2048 -191 192 ) ( 2048 -192 193 ) __TB_empty [ 0 -1 0 0 ] [ 0 0 -1 0 ] 0 1 1 -( 2048 -192 192 ) ( 2048 -192 193 ) ( 2049 -192 192 ) __TB_empty [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 1 1 -( 2048 -192 192 ) ( 2049 -192 192 ) ( 2048 -191 192 ) __TB_empty [ -1 0 0 0 ] [ 0 -1 0 0 ] 0 1 1 -( 2112 128 256 ) ( 2112 129 256 ) ( 2113 128 256 ) __TB_empty [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 1 1 -( 2112 128 256 ) ( 2113 128 256 ) ( 2112 128 257 ) __TB_empty [ -1 0 0 0 ] [ 0 0 -1 0 ] 0 1 1 -( 2112 128 256 ) ( 2112 128 257 ) ( 2112 129 256 ) __TB_empty [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 1 1 +( 2048 -192 192 ) ( 2048 -191 192 ) ( 2048 -192 193 ) str_metalpan3 [ 0 -1 0 0 ] [ 0 0 -1 0 ] 0 1 1 +( 2048 -192 192 ) ( 2048 -192 193 ) ( 2049 -192 192 ) str_metalpan3 [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 1 1 +( 2048 -192 192 ) ( 2049 -192 192 ) ( 2048 -191 192 ) str_metalpan3 [ -1 0 0 0 ] [ 0 -1 0 0 ] 0 1 1 +( 2112 128 256 ) ( 2112 129 256 ) ( 2113 128 256 ) str_metalpan3 [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 1 1 +( 2112 128 256 ) ( 2113 128 256 ) ( 2112 128 257 ) str_metalpan3 [ -1 0 0 0 ] [ 0 0 -1 0 ] 0 1 1 +( 2112 128 256 ) ( 2112 128 257 ) ( 2112 129 256 ) str_metalpan3 [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 1 1 } // brush 21 { -( 1856 64 192 ) ( 1856 65 192 ) ( 1856 64 193 ) __TB_empty [ 0 -1 0 0 ] [ 0 0 -1 0 ] 0 1 1 -( 1856 64 192 ) ( 1856 64 193 ) ( 1857 64 192 ) __TB_empty [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 1 1 -( 1856 64 192 ) ( 1857 64 192 ) ( 1856 65 192 ) __TB_empty [ -1 0 0 0 ] [ 0 -1 0 0 ] 0 1 1 -( 2048 128 256 ) ( 2048 129 256 ) ( 2049 128 256 ) __TB_empty [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 1 1 -( 2048 128 256 ) ( 2049 128 256 ) ( 2048 128 257 ) __TB_empty [ -1 0 0 0 ] [ 0 0 -1 0 ] 0 1 1 -( 2048 128 256 ) ( 2048 128 257 ) ( 2048 129 256 ) __TB_empty [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 1 1 +( 1856 64 192 ) ( 1856 65 192 ) ( 1856 64 193 ) str_metalpan3 [ 0 -1 0 0 ] [ 0 0 -1 0 ] 0 1 1 +( 1856 64 192 ) ( 1856 64 193 ) ( 1857 64 192 ) str_metalpan3 [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 1 1 +( 1856 64 192 ) ( 1857 64 192 ) ( 1856 65 192 ) str_metalpan3 [ -1 0 0 0 ] [ 0 -1 0 0 ] 0 1 1 +( 2048 128 256 ) ( 2048 129 256 ) ( 2049 128 256 ) str_metalpan3 [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 1 1 +( 2048 128 256 ) ( 2049 128 256 ) ( 2048 128 257 ) str_metalpan3 [ -1 0 0 0 ] [ 0 0 -1 0 ] 0 1 1 +( 2048 128 256 ) ( 2048 128 257 ) ( 2048 129 256 ) str_metalpan3 [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 1 1 } // brush 22 { -( 1856 128 192 ) ( 1856 129 192 ) ( 1856 128 193 ) __TB_empty [ 0 -1 0 0 ] [ 0 0 -1 0 ] 0 1 1 -( 1856 128 192 ) ( 1856 128 193 ) ( 1857 128 192 ) __TB_empty [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 1 1 -( 1856 128 192 ) ( 1857 128 192 ) ( 1856 129 192 ) __TB_empty [ -1 0 0 0 ] [ 0 -1 0 0 ] 0 1 1 -( 1920 384 256 ) ( 1920 385 256 ) ( 1921 384 256 ) __TB_empty [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 1 1 -( 1920 384 256 ) ( 1921 384 256 ) ( 1920 384 257 ) __TB_empty [ -1 0 0 0 ] [ 0 0 -1 0 ] 0 1 1 -( 1920 384 256 ) ( 1920 384 257 ) ( 1920 385 256 ) __TB_empty [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 1 1 +( 1856 128 192 ) ( 1856 129 192 ) ( 1856 128 193 ) str_metalpan3 [ 0 -1 0 0 ] [ 0 0 -1 0 ] 0 1 1 +( 1856 128 192 ) ( 1856 128 193 ) ( 1857 128 192 ) str_metalpan3 [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 1 1 +( 1856 128 192 ) ( 1857 128 192 ) ( 1856 129 192 ) str_metalpan3 [ -1 0 0 0 ] [ 0 -1 0 0 ] 0 1 1 +( 1920 384 256 ) ( 1920 385 256 ) ( 1921 384 256 ) str_metalpan3 [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 1 1 +( 1920 384 256 ) ( 1921 384 256 ) ( 1920 384 257 ) str_metalpan3 [ -1 0 0 0 ] [ 0 0 -1 0 ] 0 1 1 +( 1920 384 256 ) ( 1920 384 257 ) ( 1920 385 256 ) str_metalpan3 [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 1 1 } // brush 23 { @@ -232,30 +232,30 @@ } // brush 25 { -( 1344 320 256 ) ( 1344 -192 256 ) ( 1344 320 192 ) __TB_empty [ 0 1 0 0 ] [ 0 0 -1 0 ] 180 1 1 -( 1728 -192 192 ) ( 1344 -192 192 ) ( 1728 -192 256 ) __TB_empty [ 1 0 0 0 ] [ 0 0 -1 0 ] 270 1 1 -( 1728 320 192 ) ( 1344 320 192 ) ( 1728 -192 192 ) __TB_empty [ -1 0 0 0 ] [ 0 -1 0 0 ] 270 1 1 -( 1728 -192 256 ) ( 1344 -192 256 ) ( 1728 320 256 ) __TB_empty [ 1 0 0 0 ] [ 0 -1 0 0 ] 270 1 1 -( 1728 320 256 ) ( 1344 320 256 ) ( 1728 320 192 ) __TB_empty [ -1 0 0 0 ] [ 0 0 -1 0 ] 0 1 1 -( 1728 -192 256 ) ( 1728 320 256 ) ( 1728 -192 192 ) __TB_empty [ 0 1 0 0 ] [ 0 0 -1 0 ] 180 1 1 +( 1344 320 256 ) ( 1344 -192 256 ) ( 1344 320 192 ) str_metalpan3 [ 0 1 0 0 ] [ 0 0 -1 0 ] 180 1 1 +( 1728 -192 192 ) ( 1344 -192 192 ) ( 1728 -192 256 ) str_metalpan3 [ 1 0 0 0 ] [ 0 0 -1 0 ] 270 1 1 +( 1728 320 192 ) ( 1344 320 192 ) ( 1728 -192 192 ) str_metalpan3 [ -1 0 0 0 ] [ 0 -1 0 0 ] 270 1 1 +( 1728 -192 256 ) ( 1344 -192 256 ) ( 1728 320 256 ) str_metalpan3 [ 1 0 0 0 ] [ 0 -1 0 0 ] 270 1 1 +( 1728 320 256 ) ( 1344 320 256 ) ( 1728 320 192 ) str_metalpan3 [ -1 0 0 0 ] [ 0 0 -1 0 ] 0 1 1 +( 1728 -192 256 ) ( 1728 320 256 ) ( 1728 -192 192 ) str_metalpan3 [ 0 1 0 0 ] [ 0 0 -1 0 ] 180 1 1 } // brush 26 { -( 704 -192 192 ) ( 704 320 192 ) ( 704 -192 256 ) __TB_empty [ 0 -1 0 0 ] [ 0 0 -1 0 ] 0 1 1 -( 704 -192 256 ) ( 960 -192 256 ) ( 704 -192 192 ) __TB_empty [ 1 0 0 0 ] [ 0 0 -1 0 ] 270 1 1 -( 704 -192 192 ) ( 960 -192 192 ) ( 704 320 192 ) __TB_empty [ -1 0 0 0 ] [ 0 -1 0 0 ] 270 1 1 -( 704 320 256 ) ( 960 320 256 ) ( 704 -192 256 ) __TB_empty [ 1 0 0 0 ] [ 0 -1 0 0 ] 270 1 1 -( 704 320 192 ) ( 960 320 192 ) ( 704 320 256 ) __TB_empty [ -1 0 0 0 ] [ 0 0 -1 0 ] 0 1 1 -( 960 -192 192 ) ( 960 -192 256 ) ( 960 320 192 ) __TB_empty [ 0 -1 0 0 ] [ 0 0 -1 0 ] 270 1 1 +( 704 -192 192 ) ( 704 320 192 ) ( 704 -192 256 ) str_metalpan3 [ 0 -1 0 0 ] [ 0 0 -1 0 ] 0 1 1 +( 704 -192 256 ) ( 960 -192 256 ) ( 704 -192 192 ) str_metalpan3 [ 1 0 0 0 ] [ 0 0 -1 0 ] 270 1 1 +( 704 -192 192 ) ( 960 -192 192 ) ( 704 320 192 ) str_metalpan3 [ -1 0 0 0 ] [ 0 -1 0 0 ] 270 1 1 +( 704 320 256 ) ( 960 320 256 ) ( 704 -192 256 ) str_metalpan3 [ 1 0 0 0 ] [ 0 -1 0 0 ] 270 1 1 +( 704 320 192 ) ( 960 320 192 ) ( 704 320 256 ) str_metalpan3 [ -1 0 0 0 ] [ 0 0 -1 0 ] 0 1 1 +( 960 -192 192 ) ( 960 -192 256 ) ( 960 320 192 ) str_metalpan3 [ 0 -1 0 0 ] [ 0 0 -1 0 ] 270 1 1 } // brush 27 { -( 960 320 256 ) ( 960 -64 256 ) ( 960 320 192 ) __TB_empty [ 0 -1 0 0 ] [ 0 0 -1 0 ] 270 1 1 -( 1344 -64 256 ) ( 1344 -64 192 ) ( 960 -64 256 ) __TB_empty [ -1 0 0 0 ] [ 0 0 -1 0 ] 270 1 1 -( 960 320 192 ) ( 960 -64 192 ) ( 1344 320 192 ) __TB_empty [ -1 0 0 0 ] [ 0 -1 0 0 ] 270 1 1 -( 1344 320 256 ) ( 1344 -64 256 ) ( 960 320 256 ) __TB_empty [ 1 0 0 0 ] [ 0 -1 0 0 ] 270 1 1 -( 1344 320 256 ) ( 960 320 256 ) ( 1344 320 192 ) __TB_empty [ -1 0 0 0 ] [ 0 0 -1 0 ] 0 1 1 -( 1344 320 192 ) ( 1344 -64 192 ) ( 1344 320 256 ) __TB_empty [ 0 1 0 0 ] [ 0 0 -1 0 ] 180 1 1 +( 960 320 256 ) ( 960 -64 256 ) ( 960 320 192 ) str_metalpan3 [ 0 -1 0 0 ] [ 0 0 -1 0 ] 270 1 1 +( 1344 -64 256 ) ( 1344 -64 192 ) ( 960 -64 256 ) str_metalpan3 [ -1 0 0 0 ] [ 0 0 -1 0 ] 270 1 1 +( 960 320 192 ) ( 960 -64 192 ) ( 1344 320 192 ) str_metalpan3 [ -1 0 0 0 ] [ 0 -1 0 0 ] 270 1 1 +( 1344 320 256 ) ( 1344 -64 256 ) ( 960 320 256 ) str_metalpan3 [ 1 0 0 0 ] [ 0 -1 0 0 ] 270 1 1 +( 1344 320 256 ) ( 960 320 256 ) ( 1344 320 192 ) str_metalpan3 [ -1 0 0 0 ] [ 0 0 -1 0 ] 0 1 1 +( 1344 320 192 ) ( 1344 -64 192 ) ( 1344 320 256 ) str_metalpan3 [ 0 1 0 0 ] [ 0 0 -1 0 ] 180 1 1 } // brush 28 { @@ -394,12 +394,12 @@ } // brush 43 { -( 1344 -768 -320 ) ( 1344 -767 -320 ) ( 1344 -768 -319 ) __TB_empty [ 0 -1 0 0 ] [ 0 0 -1 0 ] 180 1 1 -( 1472 -768 -320 ) ( 1472 -768 -319 ) ( 1473 -768 -320 ) __TB_empty [ 1 0 0 0 ] [ 0 0 -1 0 ] 270 1 1 -( 1472 -768 -320 ) ( 1473 -768 -320 ) ( 1472 -767 -320 ) __TB_empty [ -1 0 0 0 ] [ 0 -1 0 0 ] 270 1 1 -( 1600 -704 -256 ) ( 1600 -703 -256 ) ( 1601 -704 -256 ) __TB_empty [ 1 0 0 0 ] [ 0 -1 0 0 ] 270 1 1 -( 1600 -384 -256 ) ( 1601 -384 -256 ) ( 1600 -384 -255 ) __TB_empty [ -1 0 0 0 ] [ 0 0 -1 0 ] 180 1 1 -( 2240 -704 -256 ) ( 2240 -704 -255 ) ( 2240 -703 -256 ) __TB_empty [ 0 1 0 0 ] [ 0 0 -1 0 ] 90 1 1 +( 1344 -768 -320 ) ( 1344 -767 -320 ) ( 1344 -768 -319 ) str_metalpan3 [ 0 -1 0 0 ] [ 0 0 -1 0 ] 180 1 1 +( 1472 -768 -320 ) ( 1472 -768 -319 ) ( 1473 -768 -320 ) str_metalpan3 [ 1 0 0 0 ] [ 0 0 -1 0 ] 270 1 1 +( 1472 -768 -320 ) ( 1473 -768 -320 ) ( 1472 -767 -320 ) str_metalpan3 [ -1 0 0 0 ] [ 0 -1 0 0 ] 270 1 1 +( 1600 -704 -256 ) ( 1600 -703 -256 ) ( 1601 -704 -256 ) str_metalpan3 [ 1 0 0 0 ] [ 0 -1 0 0 ] 270 1 1 +( 1600 -384 -256 ) ( 1601 -384 -256 ) ( 1600 -384 -255 ) str_metalpan3 [ -1 0 0 0 ] [ 0 0 -1 0 ] 180 1 1 +( 2240 -704 -256 ) ( 2240 -704 -255 ) ( 2240 -703 -256 ) str_metalpan3 [ 0 1 0 0 ] [ 0 0 -1 0 ] 90 1 1 } // brush 44 { @@ -891,7 +891,7 @@ { ( 1856 -640 -192 ) ( 1856 -639 -192 ) ( 1856 -640 -191 ) __TB_empty [ 0 -1 0 0 ] [ 0 0 -1 0 ] 0 1 1 ( 1856 -640 -192 ) ( 1856 -640 -191 ) ( 1857 -640 -192 ) __TB_empty [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 1 1 -( 1856 -640 -192 ) ( 1857 -640 -192 ) ( 1856 -639 -192 ) __TB_empty [ -1 0 0 0 ] [ 0 -1 0 0 ] 0 1 1 +( 1856 -640 -160 ) ( 1857 -640 -160 ) ( 1856 -639 -160 ) __TB_empty [ -1 0 0 0 ] [ 0 -1 0 0 ] 270 1 1 ( 1920 -384 -128 ) ( 1920 -383 -128 ) ( 1921 -384 -128 ) __TB_empty [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 1 1 ( 1920 -576 -128 ) ( 1921 -576 -128 ) ( 1920 -576 -127 ) __TB_empty [ -1 0 0 0 ] [ 0 0 -1 0 ] 270 1 1 ( 1920 -384 -128 ) ( 1920 -384 -127 ) ( 1920 -383 -128 ) __TB_empty [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 1 1 @@ -936,7 +936,7 @@ { ( 1856 384 320 ) ( 1856 385 320 ) ( 1856 384 321 ) __TB_empty [ 0 -1 0 0 ] [ 0 0 -1 0 ] 0 1 1 ( 1856 576 320 ) ( 1856 576 321 ) ( 1857 576 320 ) __TB_empty [ 1 0 0 0 ] [ 0 0 -1 0 ] 270 1 1 -( 1856 384 320 ) ( 1857 384 320 ) ( 1856 385 320 ) __TB_empty [ -1 0 0 0 ] [ 0 -1 0 0 ] 0 1 1 +( 1856 384 352 ) ( 1857 384 352 ) ( 1856 385 352 ) __TB_empty [ -1 0 0 0 ] [ 0 -1 0 0 ] 270 1 1 ( 1920 640 384 ) ( 1920 641 384 ) ( 1921 640 384 ) __TB_empty [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 1 1 ( 1920 640 384 ) ( 1921 640 384 ) ( 1920 640 385 ) __TB_empty [ -1 0 0 0 ] [ 0 0 -1 0 ] 0 1 1 ( 1920 640 384 ) ( 1920 640 385 ) ( 1920 641 384 ) __TB_empty [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 1 1 @@ -1134,7 +1134,7 @@ { ( 2048 -192 320 ) ( 2048 -191 320 ) ( 2048 -192 321 ) __TB_empty [ 0 -1 0 0 ] [ 0 0 -1 0 ] 0 1 1 ( 2048 -192 320 ) ( 2048 -192 321 ) ( 2049 -192 320 ) __TB_empty [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 1 1 -( 2048 -192 320 ) ( 2049 -192 320 ) ( 2048 -191 320 ) __TB_empty [ -1 0 0 0 ] [ 0 -1 0 0 ] 0 1 1 +( 2048 -192 352 ) ( 2049 -192 352 ) ( 2048 -191 352 ) __TB_empty [ -1 0 0 0 ] [ 0 -1 0 0 ] 270 1 1 ( 2112 -128 384 ) ( 2112 -127 384 ) ( 2113 -128 384 ) __TB_empty [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 1 1 ( 2112 -128 384 ) ( 2113 -128 384 ) ( 2112 -128 385 ) __TB_empty [ -1 0 0 0 ] [ 0 0 -1 0 ] 0 1 1 ( 2112 -128 384 ) ( 2112 -128 385 ) ( 2112 -127 384 ) __TB_empty [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 1 1 @@ -1215,7 +1215,7 @@ { ( 2048 128 -192 ) ( 2048 129 -192 ) ( 2048 128 -191 ) __TB_empty [ 0 -1 0 0 ] [ 0 0 -1 0 ] 0 1 1 ( 2048 128 -192 ) ( 2048 128 -191 ) ( 2049 128 -192 ) __TB_empty [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 1 1 -( 2048 128 -192 ) ( 2049 128 -192 ) ( 2048 129 -192 ) __TB_empty [ -1 0 0 0 ] [ 0 -1 0 0 ] 0 1 1 +( 2048 128 -160 ) ( 2049 128 -160 ) ( 2048 129 -160 ) __TB_empty [ -1 0 0 0 ] [ 0 -1 0 0 ] 270 1 1 ( 2112 192 -128 ) ( 2112 193 -128 ) ( 2113 192 -128 ) __TB_empty [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 1 1 ( 2112 192 -128 ) ( 2113 192 -128 ) ( 2112 192 -127 ) __TB_empty [ -1 0 0 0 ] [ 0 0 -1 0 ] 0 1 1 ( 2112 192 -128 ) ( 2112 192 -127 ) ( 2112 193 -128 ) __TB_empty [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 1 1 @@ -2013,6 +2013,42 @@ ( 960 -384 -256 ) ( 961 -384 -256 ) ( 960 -384 -255 ) __TB_empty [ -1 0 0 0 ] [ 0 0 -1 0 ] 0 1 1 ( 960 -384 -256 ) ( 960 -384 -255 ) ( 960 -383 -256 ) __TB_empty [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 1 1 } +// brush 223 +{ +( 992 128 0 ) ( 992 64 0 ) ( 992 64 -32 ) clip [ 0 -1 0 0 ] [ 0 0 -1 0 ] 0 1 1 +( 1344 64 -272 ) ( 1344 128 -272 ) ( 992 128 -32 ) clip [ -1 0 0 0 ] [ 0 -1 0 0 ] 0 1 1 +( 992 64 0 ) ( 1344 64 -240 ) ( 1344 64 -272 ) clip [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 1 1 +( 1344 128 -272 ) ( 1344 128 -240 ) ( 992 128 0 ) clip [ -1 0 0 0 ] [ 0 0 -1 0 ] 0 1 1 +( 992 128 0 ) ( 1344 128 -240 ) ( 1344 64 -240 ) clip [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 1 1 +( 1344 64 -240 ) ( 1344 128 -240 ) ( 1344 128 -272 ) clip [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 1 1 +} +// brush 224 +{ +( 984 64 -32 ) ( 984 65 -32 ) ( 984 64 -31 ) clip [ 0 -1 0 0 ] [ 0 0 -1 0 ] 270 1 1 +( 960 64 -32 ) ( 960 64 -31 ) ( 961 64 -32 ) clip [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 1 1 +( 960 64 -32 ) ( 961 64 -32 ) ( 960 65 -32 ) clip [ -1 0 0 0 ] [ 0 -1 0 0 ] 0 1 1 +( 992 128 0 ) ( 992 129 0 ) ( 993 128 0 ) clip [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 1 1 +( 992 128 0 ) ( 993 128 0 ) ( 992 128 1 ) clip [ -1 0 0 0 ] [ 0 0 -1 0 ] 0 1 1 +( 992 128 0 ) ( 992 128 1 ) ( 992 129 0 ) clip [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 1 1 +} +// brush 225 +{ +( 960 -64 16 ) ( 960 -128 16 ) ( 960 -128 -16 ) clip [ -2.1094237467877974e-15 -1 0 0 ] [ 0 0 -1 0 ] 180 1 1 +( 960 -64 16 ) ( 1312 -64 256 ) ( 1312 -128 256 ) clip [ -1 2.0816681711721685e-15 0 0 ] [ 2.1094237467877974e-15 1 0 0 ] 175.77368 1 1 +( 960 -128 16 ) ( 1312 -128 256 ) ( 1312 -128 224 ) clip [ 1 -2.0816681711721685e-15 0 0 ] [ 0 0 -1 0 ] 0 1 1 +( 1312 -64 224 ) ( 1312 -64 256 ) ( 960 -64 16 ) clip [ -1 2.0816681711721685e-15 0 0 ] [ 0 0 -1 0 ] 0 1 1 +( 1312 -128 224 ) ( 1312 -64 224 ) ( 960 -64 -16 ) clip [ 1 -2.0816681711721685e-15 0 0 ] [ 2.1094237467877974e-15 1 0 0 ] 184.22632 1 1 +( 1312 -128 256 ) ( 1312 -64 256 ) ( 1312 -64 224 ) clip [ 2.1094237467877974e-15 1 0 0 ] [ 0 0 -1 0 ] 0 1 1 +} +// brush 226 +{ +( 1312 -128 256 ) ( 1312 -128 257 ) ( 1312 -129 256 ) clip [ -2.1094237467877974e-15 -1 0 0 ] [ 0 0 -1 0 ] 0 1 1 +( 1312 -128 256 ) ( 1311 -128 256 ) ( 1312 -128 257 ) clip [ 1 -2.0816681711721685e-15 0 0 ] [ 0 0 -1 0 ] 0 1 1 +( 1344 -64 224 ) ( 1343 -64 224 ) ( 1344 -65 224 ) clip [ 1 -2.0816681711721685e-15 0 0 ] [ 2.1094237467877974e-15 1 0 0 ] 180 1 1 +( 1312 -128 256 ) ( 1312 -129 256 ) ( 1311 -128 256 ) clip [ -1 2.0816681711721685e-15 0 0 ] [ 2.1094237467877974e-15 1 0 0 ] 180 1 1 +( 1344 -64 224 ) ( 1344 -64 225 ) ( 1343 -64 224 ) clip [ -1 2.0816681711721685e-15 0 0 ] [ 0 0 -1 0 ] 0 1 1 +( 1320 -64 224 ) ( 1320 -65 224 ) ( 1320 -64 225 ) clip [ 2.1094237467877974e-15 1 0 0 ] [ 0 0 -1 0 ] 270 1 1 +} } // entity 1 { diff --git a/godot/maps/vessel/vessel.tscn b/godot/maps/vessel/vessel.tscn new file mode 100644 index 0000000..f02be39 --- /dev/null +++ b/godot/maps/vessel/vessel.tscn @@ -0,0 +1,13 @@ +[gd_scene format=3 uid="uid://dk36d2s5vlp8k"] + +[ext_resource type="Script" uid="uid://diepa0rcedh5f" path="res://maps/meta/map_rebuilder.gd" id="1_2g8jv"] +[ext_resource type="PackedScene" uid="uid://cmai3tqkk3db3" path="res://maps/vessel/vessel_static.scn" id="2_mgmmn"] + +[node name="vessel" type="Map" unique_id=958330652 node_paths=PackedStringArray("spawners", "ball_spawner")] +spawners = [NodePath("vessel_static/func_godot_map/entity_4_info_spawn_point"), NodePath("vessel_static/func_godot_map/entity_2_info_spawn_point")] +ball_spawner = NodePath("vessel_static/func_godot_map/entity_5_info_spawn_point") + +[node name="map_rebuilder" type="Node" parent="." unique_id=406563615] +script = ExtResource("1_2g8jv") + +[node name="vessel_static" parent="." unique_id=1137216661 instance=ExtResource("2_mgmmn")] diff --git a/godot/maps/vessel/vessel_static.scn b/godot/maps/vessel/vessel_static.scn new file mode 100644 index 0000000..15ce7e5 Binary files /dev/null and b/godot/maps/vessel/vessel_static.scn differ diff --git a/godot/scenes/misc/game_manager.tscn b/godot/scenes/misc/game_manager.tscn index 760cece..a681b94 100644 --- a/godot/scenes/misc/game_manager.tscn +++ b/godot/scenes/misc/game_manager.tscn @@ -10,19 +10,19 @@ [ext_resource type="MapResource" uid="uid://bsjoandgu476y" path="res://maps/two_towers.tres" id="5_rotn8"] [ext_resource type="PackedScene" uid="uid://hmh2lrrlo2wy" path="res://scenes/player/replay_player.tscn" id="6_5fjlq"] [ext_resource type="PackedScene" uid="uid://dfnbc8sbufa4j" path="res://scenes/misc/ball.tscn" id="7_cv0ql"] +[ext_resource type="MapResource" uid="uid://c1jeep2rxx8ko" path="res://maps/vessel.tres" id="8_cv0ql"] [ext_resource type="PackedScene" uid="uid://dc17w5n6y1an" path="res://scenes/misc/replay_ball.tscn" id="8_m1inn"] [ext_resource type="PackedScene" uid="uid://cuh8bvyx7yy8e" path="res://scenes/misc/teleport_grenade.tscn" id="9_nxoss"] [ext_resource type="MapResource" uid="uid://cirr262b2yb8e" path="res://maps/precipice.tres" id="13_5fjlq"] [node name="game_manager" type="GameManager" unique_id=1442044769] -respawn_timer = 10.0 lobby_screen = ExtResource("1_3ama4") game_finished_screen = ExtResource("1_qf2qp") main_menu = ExtResource("3_7ele1") +maps = Array[MapResource]([ExtResource("1_glms7"), ExtResource("2_glms7"), ExtResource("5_rotn8"), ExtResource("13_5fjlq"), ExtResource("8_cv0ql")]) local_player = ExtResource("4_3b0rc") remote_player = ExtResource("5_nxoss") replay_player = ExtResource("6_5fjlq") ball = ExtResource("7_cv0ql") replay_ball = ExtResource("8_m1inn") telegrenade = ExtResource("9_nxoss") -maps = Array[MapResource]([ExtResource("1_glms7"), ExtResource("2_glms7"), ExtResource("5_rotn8"), ExtResource("13_5fjlq")])