Compare commits

...

31 commits

Author SHA1 Message Date
474a7c5c9d
made potato and started making my fursona 2023-11-28 20:15:59 -05:00
afccd76910
added officeroom and roundtable models 2023-11-23 20:23:37 -05:00
06b23aabf8
textured car 2023-11-12 01:26:41 -05:00
1a62031b52
right before i bake in the armature 2023-11-11 01:48:40 -05:00
4535e5e450
started making fursuit 2023-11-10 22:13:21 -05:00
dfed6ec82d
finished wizardhat 2023-11-08 20:14:31 -05:00
7ffdcd2f1d
textured the hat 2023-11-07 20:54:35 -05:00
05832c097b
added in progress wizard hat 2023-11-07 20:08:43 -05:00
33b54719c7
remodeled the commentarynode 2023-11-06 20:17:06 -05:00
1cb09c82b9
added a voice line for commentary node and updated the model 2023-11-06 19:35:22 -05:00
f4051f166e
attached the ears to kerb 2023-11-01 20:47:49 -04:00
1272826ba9
attached the horns to the head
next i gotta do the ears
2023-10-31 21:02:40 -04:00
6fd07a822e
last commit before i merged the head into 1 mesh 2023-10-31 20:28:59 -04:00
00534e7607
attached kerby's hand 2023-10-31 20:00:29 -04:00
8285ca4165
made a new hand for kreb 2023-10-31 19:32:41 -04:00
zombie maniac
236239bf72 started making kreby model
it actually took multiple days of working to get here and its not even
close to being done
2023-10-30 18:18:21 -04:00
7dd86639ed
fuck 2023-10-15 05:54:13 -04:00
f95bc8d970
making logo 2023-10-15 04:43:15 -04:00
2a217ff54c
added a bunch of textures
the first and second rooms are fully textured
2023-10-14 03:05:39 -04:00
443fd4e68b
added more tk asset request 2023-10-13 00:16:47 -04:00
bad788e0db
added funny light 2023-10-12 21:23:30 -04:00
a3c7dbb61e
changed a few textures around kreb 2023-10-12 19:40:14 -04:00
5193938098
added step01 texture 2023-10-11 21:06:16 -04:00
4ea0134ff1
brightened up some textures and textured more of the map 2023-10-08 21:11:56 -04:00
998c675d19
added more textures for the floor rail and pipes 2023-10-08 07:05:00 -04:00
1dfd1c8da1
the intro room is almost entirly textured 2023-10-08 02:59:28 -04:00
7128819e97
added more dev textures and added physics puzzle room 2023-10-07 03:03:57 -04:00
15fe2892bb
idk 2023-10-06 01:15:19 -04:00
5e2948abe4
added cope cube to stop light 2023-10-05 18:25:42 -04:00
79d83e6003
added elavator room to hazard course 2023-10-05 17:11:43 -04:00
3e67c98b81
updated map 2023-10-04 20:16:44 -04:00
193 changed files with 52657 additions and 25277 deletions

3
.gitignore vendored Normal file
View file

@ -0,0 +1,3 @@
models/refrences/*
!models/refrences/mirror.png

View file

@ -95,6 +95,31 @@ like sone sort of scp 173 level shit
maybe to add difficulty the cube will disapear when not being looked at maybe to add difficulty the cube will disapear when not being looked at
QOL AND OTHER METAGAME THINGS
---------------------------------
Console:
basically ibwant a box that i can run commands
would be cool if it was using my system terminal
its main use would be toggling debug things so we dont need them tied to buttons
maybe someone has already made a console plugin we can probably just steal that
if your gonna make it in engine then here are the requirments
- beable to select copy and paste text
- tab autocomplete
- balls
Main menu/pause menu:
obvuously we are gonna need a main menu
the main menu will be a 2d ui with a a 3d ingame background lile what hl2 does
the buttons so far i can think of are:
{
Start Game
Options
Credits
Quit
}
i think the game is short ebough that we dont need to save or load the game
the ui buttons will have a darkened background so you can read it on the 3d background
ARTWORK ARTWORK
---------------------------------------- ----------------------------------------
@ -151,3 +176,38 @@ rgb lighting activated *rainbow light spam in room* "rgb lighting fault"
photon torpedos deactivated pay 15.99$ to activate them indtantly photon torpedos deactivated pay 15.99$ to activate them indtantly
have a very good day have a very good day
i will make sure of it i will make sure of it
INTRO
---------------------------------------------
ufz logo intro
Is rendered in real time by the engine (hopefully)
Is a 3d rusty rectangular cube if the letters 'ufz' sticking out as metal or sonthing
The animation that dhows the logo is described below
Is essentially a time lapse of the logo creation except it just shows the logo centered on the screen as "a final render" not screenshots from the editor
Each frame follows as this
When a new block is created or modified it is highlighted red like in hammer world editor
It will cease being red when another block turns red
So it will be red for one frame
The blocks spawn as dev textures and get textured at the end
Frames go in this order:
Start on black void
First rectangular block is drawn (gray block)
Starting the U:
Orange vertical rectangular block
Another one same ad above
Orange horizontal rectangular block to fill in the U
You get the idea...
After all blocks are drawn
Then we texture the first block as a rusty metal texture then we go thru the other blocks and texture them in order of creation
After everything is texture we shine a light behind the object pointing towards the camera and we move the light (vertically ig)
The point of that is to show god rays
After its panned thru we shut the light off
Audio:
Its a spam of keyboard presses and mouse click and a choir in the background with growing intensity
Then a sudden burst in intensity when the light shows up
The logo will probably be a bunch of different models switched out by godot
Qtech logo is just again rendered in real time as a 3d version of the qtech logo
Its rotating like the V C F (or more lazily just steal the commentary node)
Audio:
Thomas te noises and 60hz

View file

@ -37,9 +37,13 @@ mv *obj maps/
mv *mtl maps/ mv *mtl maps/
for mtl_file in maps/*mtl; do for mtl_file in maps/*mtl; do
sed -i '/newmtl textures\/zombietextures_dev\/tiles01_clip/a d 0.0' "$mtl_file" sed -i '/newmtl textures\/zombietextures_dev\/tiles01_pink_clip/a d 0.0' "$mtl_file"
sed -i '/newmtl textures\/zombietextures_tnhl\/fence01/a d 0.9' "$mtl_file"
sed -i '/newmtl textures\/zombietextures_tnhl\/grate01/a d 0.9' "$mtl_file"
sed -i '/newmtl textures\/zombietextures_tnhl\/grate02/a d 0.9' "$mtl_file"
sed -i '/newmtl textures\/zombietextures_tnhl\/rail01/a d 0.9' "$mtl_file"
sed -i '/newmtl textures\/zombietextures_tnhl\/grate03/a d 0.9' "$mtl_file"
done done
#delete bloat #delete bloat
#rm *srf #rm *srf

21
carboxgame.obj.import Normal file
View file

@ -0,0 +1,21 @@
[remap]
importer="wavefront_obj"
importer_version=1
type="Mesh"
uid="uid://b605gvtaoe24g"
path="res://.godot/imported/carboxgame.obj-3ff02f08a0796fb8a0fe5f807e19957d.mesh"
[deps]
files=["res://.godot/imported/carboxgame.obj-3ff02f08a0796fb8a0fe5f807e19957d.mesh"]
source_file="res://assets/carboxgame.obj"
dest_files=["res://.godot/imported/carboxgame.obj-3ff02f08a0796fb8a0fe5f807e19957d.mesh", "res://.godot/imported/carboxgame.obj-3ff02f08a0796fb8a0fe5f807e19957d.mesh"]
[params]
generate_tangents=true
scale_mesh=Vector3(1, 1, 1)
offset_mesh=Vector3(0, 0, 0)
optimize_mesh=true

View file

@ -550,160 +550,88 @@ brushDef
{ {
brushDef brushDef
{ {
( -520 64 16 ) ( -520 128 16 ) ( -520 64 0 ) ( ( 0.0625 0 -0 ) ( -0 0.0625 0 ) ) zombietextures_dev/tiles01_clip 0 0 0 ( -520 64 16 ) ( -520 128 16 ) ( -520 64 0 ) ( ( 0.0625 0 -0 ) ( -0 0.0625 0 ) ) zombietextures_dev/tiles01_pink_clip 0 0 0
( -520 64 16 ) ( -520 64 0 ) ( -584 64 16 ) ( ( 0.0625 0 -0 ) ( -0 0.0625 0 ) ) zombietextures_dev/tiles01_clip 0 0 0 ( -520 64 16 ) ( -520 64 0 ) ( -584 64 16 ) ( ( 0.0625 0 -0 ) ( -0 0.0625 0 ) ) zombietextures_dev/tiles01_pink_clip 0 0 0
( -584 128 0 ) ( -584 64 0 ) ( -520 128 0 ) ( ( 0.0625 0 -0 ) ( -0 0.0625 0 ) ) zombietextures_dev/tiles01_clip 0 0 0 ( -584 128 0 ) ( -584 64 0 ) ( -520 128 0 ) ( ( 0.0625 0 -0 ) ( -0 0.0625 0 ) ) zombietextures_dev/tiles01_pink_clip 0 0 0
( -1288 128 -8 ) ( -1288 64 8 ) ( -1416 128 -8 ) ( ( 0.0625 0 -0 ) ( -0 0.0625 0 ) ) zombietextures_dev/tiles01_clip 0 0 0 ( -1288 128 -8 ) ( -1288 64 8 ) ( -1416 128 -8 ) ( ( 0.0625 0 -0 ) ( -0 0.0625 0 ) ) zombietextures_dev/tiles01_pink_clip 0 0 0
( -584 448 -8 ) ( -520 448 8 ) ( -584 320 -8 ) ( ( 0.0625 0 -0 ) ( -0 0.0625 0 ) ) zombietextures_dev/tiles01_clip 0 0 0 ( -584 448 -8 ) ( -520 448 8 ) ( -584 320 -8 ) ( ( 0.0625 0 -0 ) ( -0 0.0625 0 ) ) zombietextures_dev/tiles01_pink_clip 0 0 0
} }
} }
// brush 47 // brush 47
{ {
brushDef brushDef
{ {
( -520 -48 16 ) ( -520 -112 16 ) ( -520 -48 0 ) ( ( 0.0625 0 -0 ) ( -0 0.0625 0 ) ) zombietextures_dev/tiles01_clip 0 0 0 ( -520 -48 16 ) ( -520 -112 16 ) ( -520 -48 0 ) ( ( 0.0625 0 -0 ) ( -0 0.0625 0 ) ) zombietextures_dev/tiles01_pink_clip 0 0 0
( 1584 64 0 ) ( 1584 128 0 ) ( 1456 64 0 ) ( ( 0.0625 0 -0 ) ( -0 0.0625 0 ) ) zombietextures_dev/tiles01_clip 0 0 0 ( 1584 64 0 ) ( 1584 128 0 ) ( 1456 64 0 ) ( ( 0.0625 0 -0 ) ( -0 0.0625 0 ) ) zombietextures_dev/tiles01_pink_clip 0 0 0
( -128 -8 -8 ) ( -128 -8 8 ) ( -128 56 -8 ) ( ( 0.0625 0 -0 ) ( -0 0.0625 0 ) ) zombietextures_dev/tiles01_clip 0 0 0 ( -128 -8 -8 ) ( -128 -8 8 ) ( -128 56 -8 ) ( ( 0.0625 0 -0 ) ( -0 0.0625 0 ) ) zombietextures_dev/tiles01_pink_clip 0 0 0
( 1584 64 0 ) ( 1456 64 0 ) ( 1584 64 16 ) ( ( 0.0625 0 -0 ) ( -0 0.0625 0 ) ) zombietextures_dev/tiles01_clip 0 0 0 ( 1584 64 0 ) ( 1456 64 0 ) ( 1584 64 16 ) ( ( 0.0625 0 -0 ) ( -0 0.0625 0 ) ) zombietextures_dev/tiles01_pink_clip 0 0 0
( 2352 64 8 ) ( 2352 128 -8 ) ( 2480 64 8 ) ( ( 0.0625 0 -0 ) ( -0 0.0625 0 ) ) zombietextures_dev/tiles01_clip 0 0 0 ( 2352 64 8 ) ( 2352 128 -8 ) ( 2480 64 8 ) ( ( 0.0625 0 -0 ) ( -0 0.0625 0 ) ) zombietextures_dev/tiles01_pink_clip 0 0 0
} }
} }
// brush 48 // brush 48
{ {
brushDef brushDef
{ {
( -216 64 16 ) ( -280 64 16 ) ( -216 64 0 ) ( ( 0.0625 0 -0 ) ( -0 0.0625 0 ) ) zombietextures_dev/tiles01_clip 0 0 0 ( -216 64 16 ) ( -280 64 16 ) ( -216 64 0 ) ( ( 0.0625 0 -0 ) ( -0 0.0625 0 ) ) zombietextures_dev/tiles01_pink_clip 0 0 0
( -128 -1792 0 ) ( -64 -1792 0 ) ( -128 -1664 0 ) ( ( 0.0625 0 -0 ) ( -0 0.0625 0 ) ) zombietextures_dev/tiles01_clip 0 0 0 ( -128 -1792 0 ) ( -64 -1792 0 ) ( -128 -1664 0 ) ( ( 0.0625 0 -0 ) ( -0 0.0625 0 ) ) zombietextures_dev/tiles01_pink_clip 0 0 0
( -448 -320 0 ) ( -448 -320 16 ) ( -384 -320 0 ) ( ( 0.0625 0 -0 ) ( -0 0.0625 0 ) ) zombietextures_dev/tiles01_clip 0 0 0 ( -448 -320 0 ) ( -448 -320 16 ) ( -384 -320 0 ) ( ( 0.0625 0 -0 ) ( -0 0.0625 0 ) ) zombietextures_dev/tiles01_pink_clip 0 0 0
( -128 -1792 0 ) ( -128 -1664 0 ) ( -128 -1792 16 ) ( ( 0.0625 0 -0 ) ( -0 0.0625 0 ) ) zombietextures_dev/tiles01_clip 0 0 0 ( -128 -1792 0 ) ( -128 -1664 0 ) ( -128 -1792 16 ) ( ( 0.0625 0 -0 ) ( -0 0.0625 0 ) ) zombietextures_dev/tiles01_pink_clip 0 0 0
( -128 -2560 8 ) ( -64 -2560 -8 ) ( -128 -2688 8 ) ( ( 0.0625 0 -0 ) ( -0 0.0625 0 ) ) zombietextures_dev/tiles01_clip 0 0 0 ( -128 -2560 8 ) ( -64 -2560 -8 ) ( -128 -2688 8 ) ( ( 0.0625 0 -0 ) ( -0 0.0625 0 ) ) zombietextures_dev/tiles01_pink_clip 0 0 0
} }
} }
// brush 49 // brush 49
{ {
brushDef brushDef
{ {
( -520 -320 16 ) ( -584 -320 16 ) ( -520 -320 0 ) ( ( 0.0625 0 -0 ) ( -0 0.0625 0 ) ) zombietextures_dev/tiles01_clip 0 0 0 ( -520 -320 16 ) ( -584 -320 16 ) ( -520 -320 0 ) ( ( 0.0625 0 -0 ) ( -0 0.0625 0 ) ) zombietextures_dev/tiles01_pink_clip 0 0 0
( -520 -320 16 ) ( -520 -320 0 ) ( -520 -384 16 ) ( ( 0.0625 0 -0 ) ( -0 0.0625 0 ) ) zombietextures_dev/tiles01_clip 0 0 0 ( -520 -320 16 ) ( -520 -320 0 ) ( -520 -384 16 ) ( ( 0.0625 0 -0 ) ( -0 0.0625 0 ) ) zombietextures_dev/tiles01_pink_clip 0 0 0
( -584 -384 0 ) ( -520 -384 0 ) ( -584 -320 0 ) ( ( 0.0625 0 -0 ) ( -0 0.0625 0 ) ) zombietextures_dev/tiles01_clip 0 0 0 ( -584 -384 0 ) ( -520 -384 0 ) ( -584 -320 0 ) ( ( 0.0625 0 -0 ) ( -0 0.0625 0 ) ) zombietextures_dev/tiles01_pink_clip 0 0 0
( -584 -1088 -8 ) ( -520 -1088 8 ) ( -584 -1216 -8 ) ( ( 0.0625 0 -0 ) ( -0 0.0625 0 ) ) zombietextures_dev/tiles01_clip 0 0 0 ( -584 -1088 -8 ) ( -520 -1088 8 ) ( -584 -1216 -8 ) ( ( 0.0625 0 -0 ) ( -0 0.0625 0 ) ) zombietextures_dev/tiles01_pink_clip 0 0 0
( -904 -384 -8 ) ( -904 -320 8 ) ( -776 -384 -8 ) ( ( 0.0625 0 -0 ) ( -0 0.0625 0 ) ) zombietextures_dev/tiles01_clip 0 0 0 ( -904 -384 -8 ) ( -904 -320 8 ) ( -776 -384 -8 ) ( ( 0.0625 0 -0 ) ( -0 0.0625 0 ) ) zombietextures_dev/tiles01_pink_clip 0 0 0
} }
} }
// brush 50 // brush 50
{ {
brushDef brushDef
{ {
( -128 -208 8 ) ( -128 -144 8 ) ( -128 -208 -8 ) ( ( 0.0625 0 -0 ) ( -0 0.0625 0 ) ) zombietextures_dev/tiles01_clip 0 0 0 ( -128 -208 8 ) ( -128 -144 8 ) ( -128 -208 -8 ) ( ( 0.0625 0 -0 ) ( -0 0.0625 0 ) ) zombietextures_dev/tiles01_pink_clip 0 0 0
( -2232 -320 0 ) ( -2232 -384 0 ) ( -2104 -320 0 ) ( ( 0.0625 0 -0 ) ( -0 0.0625 0 ) ) zombietextures_dev/tiles01_clip 0 0 0 ( -2232 -320 0 ) ( -2232 -384 0 ) ( -2104 -320 0 ) ( ( 0.0625 0 -0 ) ( -0 0.0625 0 ) ) zombietextures_dev/tiles01_pink_clip 0 0 0
( -520 -248 0 ) ( -520 -248 16 ) ( -520 -312 0 ) ( ( 0.0625 0 -0 ) ( -0 0.0625 0 ) ) zombietextures_dev/tiles01_clip 0 0 0 ( -520 -248 0 ) ( -520 -248 16 ) ( -520 -312 0 ) ( ( 0.0625 0 -0 ) ( -0 0.0625 0 ) ) zombietextures_dev/tiles01_pink_clip 0 0 0
( -2232 -320 0 ) ( -2104 -320 0 ) ( -2232 -320 16 ) ( ( 0.0625 0 -0 ) ( -0 0.0625 0 ) ) zombietextures_dev/tiles01_clip 0 0 0 ( -2232 -320 0 ) ( -2104 -320 0 ) ( -2232 -320 16 ) ( ( 0.0625 0 -0 ) ( -0 0.0625 0 ) ) zombietextures_dev/tiles01_pink_clip 0 0 0
( -3000 -320 8 ) ( -3000 -384 -8 ) ( -3128 -320 8 ) ( ( 0.0625 0 -0 ) ( -0 0.0625 0 ) ) zombietextures_dev/tiles01_clip 0 0 0 ( -3000 -320 8 ) ( -3000 -384 -8 ) ( -3128 -320 8 ) ( ( 0.0625 0 -0 ) ( -0 0.0625 0 ) ) zombietextures_dev/tiles01_pink_clip 0 0 0
} }
} }
// brush 51 // brush 51
{ {
brushDef brushDef
{ {
( -432 -320 16 ) ( -368 -320 16 ) ( -432 -320 0 ) ( ( 0.0625 0 -0 ) ( -0 0.0625 0 ) ) zombietextures_dev/tiles01_clip 0 0 0 ( -432 -320 16 ) ( -368 -320 16 ) ( -432 -320 0 ) ( ( 0.0625 0 -0 ) ( -0 0.0625 0 ) ) zombietextures_dev/tiles01_pink_clip 0 0 0
( -520 1536 0 ) ( -584 1536 0 ) ( -520 1408 0 ) ( ( 0.0625 0 -0 ) ( -0 0.0625 0 ) ) zombietextures_dev/tiles01_clip 0 0 0 ( -520 1536 0 ) ( -584 1536 0 ) ( -520 1408 0 ) ( ( 0.0625 0 -0 ) ( -0 0.0625 0 ) ) zombietextures_dev/tiles01_pink_clip 0 0 0
( -200 64 0 ) ( -200 64 16 ) ( -264 64 0 ) ( ( 0.0625 0 -0 ) ( -0 0.0625 0 ) ) zombietextures_dev/tiles01_clip 0 0 0 ( -200 64 0 ) ( -200 64 16 ) ( -264 64 0 ) ( ( 0.0625 0 -0 ) ( -0 0.0625 0 ) ) zombietextures_dev/tiles01_pink_clip 0 0 0
( -520 1536 0 ) ( -520 1408 0 ) ( -520 1536 16 ) ( ( 0.0625 0 -0 ) ( -0 0.0625 0 ) ) zombietextures_dev/tiles01_clip 0 0 0 ( -520 1536 0 ) ( -520 1408 0 ) ( -520 1536 16 ) ( ( 0.0625 0 -0 ) ( -0 0.0625 0 ) ) zombietextures_dev/tiles01_pink_clip 0 0 0
( -520 2304 8 ) ( -584 2304 -8 ) ( -520 2432 8 ) ( ( 0.0625 0 -0 ) ( -0 0.0625 0 ) ) zombietextures_dev/tiles01_clip 0 0 0 ( -520 2304 8 ) ( -584 2304 -8 ) ( -520 2432 8 ) ( ( 0.0625 0 -0 ) ( -0 0.0625 0 ) ) zombietextures_dev/tiles01_pink_clip 0 0 0
} }
} }
// brush 52 // brush 52
{ {
brushDef brushDef
{ {
( -128 64 16 ) ( -64 64 16 ) ( -128 64 0 ) ( ( 0.0625 0 -0 ) ( -0 0.0625 0 ) ) zombietextures_dev/tiles01_clip 0 0 0 ( -128 64 16 ) ( -64 64 16 ) ( -128 64 0 ) ( ( 0.0625 0 -0 ) ( -0 0.0625 0 ) ) zombietextures_dev/tiles01_pink_clip 0 0 0
( -128 64 8 ) ( -128 64 -8 ) ( -128 128 8 ) ( ( 0.0625 0 -0 ) ( -0 0.0625 0 ) ) zombietextures_dev/tiles01_clip 0 0 0 ( -128 64 8 ) ( -128 64 -8 ) ( -128 128 8 ) ( ( 0.0625 0 -0 ) ( -0 0.0625 0 ) ) zombietextures_dev/tiles01_pink_clip 0 0 0
( -64 128 0 ) ( -128 128 0 ) ( -64 64 0 ) ( ( 0.0625 0 -0 ) ( -0 0.0625 0 ) ) zombietextures_dev/tiles01_clip 0 0 0 ( -64 128 0 ) ( -128 128 0 ) ( -64 64 0 ) ( ( 0.0625 0 -0 ) ( -0 0.0625 0 ) ) zombietextures_dev/tiles01_pink_clip 0 0 0
( -64 832 -8 ) ( -128 832 8 ) ( -64 960 -8 ) ( ( 0.0625 0 -0 ) ( -0 0.0625 0 ) ) zombietextures_dev/tiles01_clip 0 0 0 ( -64 832 -8 ) ( -128 832 8 ) ( -64 960 -8 ) ( ( 0.0625 0 -0 ) ( -0 0.0625 0 ) ) zombietextures_dev/tiles01_pink_clip 0 0 0
( 256 128 -8 ) ( 256 64 8 ) ( 128 128 -8 ) ( ( 0.0625 0 -0 ) ( -0 0.0625 0 ) ) zombietextures_dev/tiles01_clip 0 0 0 ( 256 128 -8 ) ( 256 64 8 ) ( 128 128 -8 ) ( ( 0.0625 0 -0 ) ( -0 0.0625 0 ) ) zombietextures_dev/tiles01_pink_clip 0 0 0
} }
} }
// brush 53 // brush 53
{ {
brushDef brushDef
{ {
( -128 -320 8 ) ( -128 -384 8 ) ( -128 -320 -8 ) ( ( 0.0625 0 -0 ) ( -0 0.0625 0 ) ) zombietextures_dev/tiles01_clip 0 0 0 ( -128 -320 8 ) ( -128 -384 8 ) ( -128 -320 -8 ) ( ( 0.0625 0 -0 ) ( -0 0.0625 0 ) ) zombietextures_dev/tiles01_pink_clip 0 0 0
( -128 -320 16 ) ( -128 -320 0 ) ( -64 -320 16 ) ( ( 0.0625 0 -0 ) ( -0 0.0625 0 ) ) zombietextures_dev/tiles01_clip 0 0 0 ( -128 -320 16 ) ( -128 -320 0 ) ( -64 -320 16 ) ( ( 0.0625 0 -0 ) ( -0 0.0625 0 ) ) zombietextures_dev/tiles01_pink_clip 0 0 0
( -64 -384 0 ) ( -64 -320 0 ) ( -128 -384 0 ) ( ( 0.0625 0 -0 ) ( -0 0.0625 0 ) ) zombietextures_dev/tiles01_clip 0 0 0 ( -64 -384 0 ) ( -64 -320 0 ) ( -128 -384 0 ) ( ( 0.0625 0 -0 ) ( -0 0.0625 0 ) ) zombietextures_dev/tiles01_pink_clip 0 0 0
( 640 -384 -8 ) ( 640 -320 8 ) ( 768 -384 -8 ) ( ( 0.0625 0 -0 ) ( -0 0.0625 0 ) ) zombietextures_dev/tiles01_clip 0 0 0 ( 640 -384 -8 ) ( 640 -320 8 ) ( 768 -384 -8 ) ( ( 0.0625 0 -0 ) ( -0 0.0625 0 ) ) zombietextures_dev/tiles01_pink_clip 0 0 0
( -64 -704 -8 ) ( -128 -704 8 ) ( -64 -576 -8 ) ( ( 0.0625 0 -0 ) ( -0 0.0625 0 ) ) zombietextures_dev/tiles01_clip 0 0 0 ( -64 -704 -8 ) ( -128 -704 8 ) ( -64 -576 -8 ) ( ( 0.0625 0 -0 ) ( -0 0.0625 0 ) ) zombietextures_dev/tiles01_pink_clip 0 0 0
}
}
// brush 54
{
brushDef
{
( 1744 1624 1000 ) ( 1744 -1504 1000 ) ( -1464 1624 1000 ) ( ( 0.015625 0 -0 ) ( -0 0.015625 0 ) ) common/caulk 0 0 0
( 1616 1624 464 ) ( -1592 1624 464 ) ( 1616 1624 232 ) ( ( 0.015625 0 -0 ) ( -0 0.015625 0 ) ) common/caulk 0 0 0
( 1616 1624 464 ) ( 1616 1624 232 ) ( 1616 -1504 464 ) ( ( 0.015625 0 -0 ) ( -0 0.015625 0 ) ) common/caulk 0 0 0
( -1592 -1504 232 ) ( -1592 -1504 464 ) ( 1616 -1504 232 ) ( ( 0.015625 0 -0 ) ( -0 0.015625 0 ) ) common/caulk 0 0 0
( -1592 -1504 232 ) ( -1592 1624 232 ) ( -1592 -1504 464 ) ( ( 0.015625 0 -0 ) ( -0 0.015625 0 ) ) common/caulk 0 0 0
( -1464 1624 992 ) ( 1744 -1504 992 ) ( 1744 1624 992 ) ( ( 0.0625 0 -0 ) ( -0 0.0625 0 ) ) zombietextures_dev/tiles01 0 0 0
}
}
// brush 55
{
brushDef
{
( 1744 1624 992 ) ( 1744 -1504 992 ) ( -1464 1624 992 ) ( ( 0.015625 0 -0 ) ( -0 0.015625 0 ) ) common/caulk 0 0 0
( 1616 1632 464 ) ( -1592 1632 464 ) ( 1616 1632 232 ) ( ( 0.015625 0 -0 ) ( -0 0.015625 0 ) ) common/caulk 0 0 0
( 1616 1624 464 ) ( 1616 1624 232 ) ( 1616 -1504 464 ) ( ( 0.015625 0 -0 ) ( -0 0.015625 0 ) ) common/caulk 0 0 0
( -1616 -1504 -448 ) ( 1592 -1504 -448 ) ( -1616 1624 -448 ) ( ( 0.015625 0 -0 ) ( -0 0.015625 0 ) ) common/caulk 0 0 0
( -1592 -1504 232 ) ( -1592 1624 232 ) ( -1592 -1504 464 ) ( ( 0.015625 0 -0 ) ( -0 0.015625 0 ) ) common/caulk 0 0 0
( 1616 1624 232 ) ( -1592 1624 464 ) ( 1616 1624 464 ) ( ( 0.0625 0 -0 ) ( -0 0.0625 0 ) ) zombietextures_dev/tiles01 0 0 0
}
}
// brush 56
{
brushDef
{
( 1744 1624 992 ) ( 1744 -1504 992 ) ( -1464 1624 992 ) ( ( 0.015625 0 -0 ) ( -0 0.015625 0 ) ) common/caulk 0 0 0
( 1616 1624 464 ) ( -1592 1624 464 ) ( 1616 1624 232 ) ( ( 0.015625 0 -0 ) ( -0 0.015625 0 ) ) common/caulk 0 0 0
( 1624 1624 464 ) ( 1624 1624 232 ) ( 1624 -1504 464 ) ( ( 0.015625 0 -0 ) ( -0 0.015625 0 ) ) common/caulk 0 0 0
( -1616 -1504 -448 ) ( 1592 -1504 -448 ) ( -1616 1624 -448 ) ( ( 0.015625 0 -0 ) ( -0 0.015625 0 ) ) common/caulk 0 0 0
( -1592 -1504 232 ) ( -1592 -1504 464 ) ( 1616 -1504 232 ) ( ( 0.015625 0 -0 ) ( -0 0.015625 0 ) ) common/caulk 0 0 0
( 1616 -1504 464 ) ( 1616 1624 232 ) ( 1616 1624 464 ) ( ( 0.0625 0 -0 ) ( -0 0.0625 0 ) ) zombietextures_dev/tiles01 0 0 0
}
}
// brush 57
{
brushDef
{
( 1616 1624 464 ) ( -1592 1624 464 ) ( 1616 1624 232 ) ( ( 0.015625 0 -0 ) ( -0 0.015625 0 ) ) common/caulk 0 0 0
( 1616 1624 464 ) ( 1616 1624 232 ) ( 1616 -1504 464 ) ( ( 0.015625 0 -0 ) ( -0 0.015625 0 ) ) common/caulk 0 0 0
( -1616 -1504 -456 ) ( 1592 -1504 -456 ) ( -1616 1624 -456 ) ( ( 0.015625 0 -0 ) ( -0 0.015625 0 ) ) common/caulk 0 0 0
( -1592 -1504 232 ) ( -1592 -1504 464 ) ( 1616 -1504 232 ) ( ( 0.015625 0 -0 ) ( -0 0.015625 0 ) ) common/caulk 0 0 0
( -1592 -1504 232 ) ( -1592 1624 232 ) ( -1592 -1504 464 ) ( ( 0.015625 0 -0 ) ( -0 0.015625 0 ) ) common/caulk 0 0 0
( -1616 1624 -448 ) ( 1592 -1504 -448 ) ( -1616 -1504 -448 ) ( ( 0.0625 0 -0 ) ( -0 0.0625 0 ) ) zombietextures_dev/tiles01 0 0 0
}
}
// brush 58
{
brushDef
{
( 1744 1624 992 ) ( 1744 -1504 992 ) ( -1464 1624 992 ) ( ( 0.015625 0 -0 ) ( -0 0.015625 0 ) ) common/caulk 0 0 0
( 1616 1624 464 ) ( 1616 1624 232 ) ( 1616 -1504 464 ) ( ( 0.015625 0 -0 ) ( -0 0.015625 0 ) ) common/caulk 0 0 0
( -1616 -1504 -448 ) ( 1592 -1504 -448 ) ( -1616 1624 -448 ) ( ( 0.015625 0 -0 ) ( -0 0.015625 0 ) ) common/caulk 0 0 0
( -1592 -1512 232 ) ( -1592 -1512 464 ) ( 1616 -1512 232 ) ( ( 0.015625 0 -0 ) ( -0 0.015625 0 ) ) common/caulk 0 0 0
( -1592 -1504 232 ) ( -1592 1624 232 ) ( -1592 -1504 464 ) ( ( 0.015625 0 -0 ) ( -0 0.015625 0 ) ) common/caulk 0 0 0
( 1616 -1504 232 ) ( -1592 -1504 464 ) ( -1592 -1504 232 ) ( ( 0.0625 0 -0 ) ( -0 0.0625 0 ) ) zombietextures_dev/tiles01 0 0 0
}
}
// brush 59
{
brushDef
{
( 1744 1624 992 ) ( 1744 -1504 992 ) ( -1464 1624 992 ) ( ( 0.015625 0 -0 ) ( -0 0.015625 0 ) ) common/caulk 0 0 0
( 1616 1624 464 ) ( -1592 1624 464 ) ( 1616 1624 232 ) ( ( 0.015625 0 -0 ) ( -0 0.015625 0 ) ) common/caulk 0 0 0
( -1616 -1504 -448 ) ( 1592 -1504 -448 ) ( -1616 1624 -448 ) ( ( 0.015625 0 -0 ) ( -0 0.015625 0 ) ) common/caulk 0 0 0
( -1592 -1504 232 ) ( -1592 -1504 464 ) ( 1616 -1504 232 ) ( ( 0.015625 0 -0 ) ( -0 0.015625 0 ) ) common/caulk 0 0 0
( -1600 -1504 232 ) ( -1600 1624 232 ) ( -1600 -1504 464 ) ( ( 0.015625 0 -0 ) ( -0 0.015625 0 ) ) common/caulk 0 0 0
( -1592 -1504 464 ) ( -1592 1624 232 ) ( -1592 -1504 232 ) ( ( 0.0625 0 -0 ) ( -0 0.0625 0 ) ) zombietextures_dev/tiles01 0 0 0
} }
} }
} }
@ -714,163 +642,163 @@ brushDef
{ {
brushDef brushDef
{ {
( 880 960 16 ) ( 880 1024 16 ) ( 880 960 0 ) ( ( 0.0625 0 -0 ) ( -0 0.0625 0 ) ) zombietextures_dev/tiles01_clip 0 0 0 ( 880 960 16 ) ( 880 1024 16 ) ( 880 960 0 ) ( ( 0.25 0 -0 ) ( -0 0.25 0 ) ) zombietextures_dev/tiles01_pink_clip 0 0 0
( 880 960 16 ) ( 880 960 0 ) ( 816 960 16 ) ( ( 0.0625 0 -0 ) ( -0 0.0625 0 ) ) zombietextures_dev/tiles01_clip 0 0 0 ( 880 960 16 ) ( 880 960 0 ) ( 816 960 16 ) ( ( 0.25 0 -0 ) ( -0 0.25 0 ) ) zombietextures_dev/tiles01_pink_clip 0 0 0
( 816 1024 0 ) ( 816 960 0 ) ( 880 1024 0 ) ( ( 0.0625 0 -0 ) ( -0 0.0625 0 ) ) zombietextures_dev/tiles01_clip 0 0 0 ( 816 1024 0 ) ( 816 960 0 ) ( 880 1024 0 ) ( ( 0.25 0 -0 ) ( -0 0.25 0 ) ) zombietextures_dev/tiles01_pink_clip 0 0 0
( 112 1024 0 ) ( 112 960 16 ) ( -16 1024 0 ) ( ( 0.0625 0 -0 ) ( -0 0.0625 0 ) ) zombietextures_dev/tiles01_clip 0 0 0 ( 112 1024 0 ) ( 112 960 16 ) ( -16 1024 0 ) ( ( 0.25 0 -0 ) ( -0 0.25 0 ) ) zombietextures_dev/tiles01_pink_clip 0 0 0
( 816 1344 0 ) ( 880 1344 16 ) ( 816 1216 0 ) ( ( 0.0625 0 -0 ) ( -0 0.0625 0 ) ) zombietextures_dev/tiles01_clip 0 0 0 ( 816 1344 0 ) ( 880 1344 16 ) ( 816 1216 0 ) ( ( 0.25 0 -0 ) ( -0 0.25 0 ) ) zombietextures_dev/tiles01_pink_clip 0 0 0
} }
} }
// brush 1 // brush 1
{ {
brushDef brushDef
{ {
( 1024 832 16 ) ( 1024 768 16 ) ( 880 832 16 ) ( ( 0.0625 0 -0 ) ( -0 0.0625 0 ) ) zombietextures_dev/tiles01_clip 0 0 0 ( 1024 832 16 ) ( 1024 768 16 ) ( 880 832 16 ) ( ( 0.25 0 -0 ) ( -0 0.25 0 ) ) zombietextures_dev/tiles01_pink_clip 0 0 0
( 1024 832 32 ) ( 880 832 32 ) ( 1024 832 0 ) ( ( 0.0625 0 -0 ) ( -0 0.0625 0 ) ) zombietextures_dev/tiles01_clip 0 0 0 ( 1024 832 32 ) ( 880 832 32 ) ( 1024 832 0 ) ( ( 0.25 0 -0 ) ( -0 0.25 0 ) ) zombietextures_dev/tiles01_pink_clip 0 0 0
( 1024 832 32 ) ( 1024 832 0 ) ( 1024 768 32 ) ( ( 0.0625 0 -0 ) ( -0 0.0625 0 ) ) zombietextures_dev/tiles01_clip 0 0 0 ( 1024 832 32 ) ( 1024 832 0 ) ( 1024 768 32 ) ( ( 0.25 0 -0 ) ( -0 0.25 0 ) ) zombietextures_dev/tiles01_pink_clip 0 0 0
( 880 768 0 ) ( 1024 768 0 ) ( 880 832 0 ) ( ( 0.0625 0 -0 ) ( -0 0.0625 0 ) ) zombietextures_dev/tiles01_clip 0 0 0 ( 880 768 0 ) ( 1024 768 0 ) ( 880 832 0 ) ( ( 0.25 0 -0 ) ( -0 0.25 0 ) ) zombietextures_dev/tiles01_pink_clip 0 0 0
( 880 768 0 ) ( 880 768 32 ) ( 1024 768 0 ) ( ( 0.0625 0 -0 ) ( -0 0.0625 0 ) ) zombietextures_dev/tiles01_clip 0 0 0 ( 880 768 0 ) ( 880 768 32 ) ( 1024 768 0 ) ( ( 0.25 0 -0 ) ( -0 0.25 0 ) ) zombietextures_dev/tiles01_pink_clip 0 0 0
( 880 768 0 ) ( 880 832 0 ) ( 880 768 32 ) ( ( 0.0625 0 -0 ) ( -0 0.0625 0 ) ) zombietextures_dev/tiles01_clip 0 0 0 ( 880 768 0 ) ( 880 832 0 ) ( 880 768 32 ) ( ( 0.25 0 -0 ) ( -0 0.25 0 ) ) zombietextures_dev/tiles01_pink_clip 0 0 0
} }
} }
// brush 2 // brush 2
{ {
brushDef brushDef
{ {
( 1024 256 16 ) ( 1024 192 16 ) ( 880 256 16 ) ( ( 0.0625 0 -0 ) ( -0 0.0625 0 ) ) zombietextures_dev/tiles01_clip 0 0 0 ( 1024 256 16 ) ( 1024 192 16 ) ( 880 256 16 ) ( ( 0.25 0 -0 ) ( -0 0.25 0 ) ) zombietextures_dev/tiles01_pink_clip 0 0 0
( 1024 256 32 ) ( 880 256 32 ) ( 1024 256 0 ) ( ( 0.0625 0 -0 ) ( -0 0.0625 0 ) ) zombietextures_dev/tiles01_clip 0 0 0 ( 1024 256 32 ) ( 880 256 32 ) ( 1024 256 0 ) ( ( 0.25 0 -0 ) ( -0 0.25 0 ) ) zombietextures_dev/tiles01_pink_clip 0 0 0
( 1024 256 32 ) ( 1024 256 0 ) ( 1024 192 32 ) ( ( 0.0625 0 -0 ) ( -0 0.0625 0 ) ) zombietextures_dev/tiles01_clip 0 0 0 ( 1024 256 32 ) ( 1024 256 0 ) ( 1024 192 32 ) ( ( 0.25 0 -0 ) ( -0 0.25 0 ) ) zombietextures_dev/tiles01_pink_clip 0 0 0
( 880 192 0 ) ( 1024 192 0 ) ( 880 256 0 ) ( ( 0.0625 0 -0 ) ( -0 0.0625 0 ) ) zombietextures_dev/tiles01_clip 0 0 0 ( 880 192 0 ) ( 1024 192 0 ) ( 880 256 0 ) ( ( 0.25 0 -0 ) ( -0 0.25 0 ) ) zombietextures_dev/tiles01_pink_clip 0 0 0
( 880 192 0 ) ( 880 192 32 ) ( 1024 192 0 ) ( ( 0.0625 0 -0 ) ( -0 0.0625 0 ) ) zombietextures_dev/tiles01_clip 0 0 0 ( 880 192 0 ) ( 880 192 32 ) ( 1024 192 0 ) ( ( 0.25 0 -0 ) ( -0 0.25 0 ) ) zombietextures_dev/tiles01_pink_clip 0 0 0
( 880 192 0 ) ( 880 256 0 ) ( 880 192 32 ) ( ( 0.0625 0 -0 ) ( -0 0.0625 0 ) ) zombietextures_dev/tiles01_clip 0 0 0 ( 880 192 0 ) ( 880 256 0 ) ( 880 192 32 ) ( ( 0.25 0 -0 ) ( -0 0.25 0 ) ) zombietextures_dev/tiles01_pink_clip 0 0 0
} }
} }
// brush 3 // brush 3
{ {
brushDef brushDef
{ {
( 1024 64 16 ) ( 1024 0 16 ) ( 880 64 16 ) ( ( 0.0625 0 -0 ) ( -0 0.0625 0 ) ) zombietextures_dev/tiles01_clip 0 0 0 ( 1024 64 16 ) ( 1024 0 16 ) ( 880 64 16 ) ( ( 0.25 0 -0 ) ( -0 0.25 0 ) ) zombietextures_dev/tiles01_pink_clip 0 0 0
( 1024 64 32 ) ( 880 64 32 ) ( 1024 64 0 ) ( ( 0.0625 0 -0 ) ( -0 0.0625 0 ) ) zombietextures_dev/tiles01_clip 0 0 0 ( 1024 64 32 ) ( 880 64 32 ) ( 1024 64 0 ) ( ( 0.25 0 -0 ) ( -0 0.25 0 ) ) zombietextures_dev/tiles01_pink_clip 0 0 0
( 1024 64 32 ) ( 1024 64 0 ) ( 1024 0 32 ) ( ( 0.0625 0 -0 ) ( -0 0.0625 0 ) ) zombietextures_dev/tiles01_clip 0 0 0 ( 1024 64 32 ) ( 1024 64 0 ) ( 1024 0 32 ) ( ( 0.25 0 -0 ) ( -0 0.25 0 ) ) zombietextures_dev/tiles01_pink_clip 0 0 0
( 880 0 0 ) ( 1024 0 0 ) ( 880 64 0 ) ( ( 0.0625 0 -0 ) ( -0 0.0625 0 ) ) zombietextures_dev/tiles01_clip 0 0 0 ( 880 0 0 ) ( 1024 0 0 ) ( 880 64 0 ) ( ( 0.25 0 -0 ) ( -0 0.25 0 ) ) zombietextures_dev/tiles01_pink_clip 0 0 0
( 880 0 0 ) ( 880 0 32 ) ( 1024 0 0 ) ( ( 0.0625 0 -0 ) ( -0 0.0625 0 ) ) zombietextures_dev/tiles01_clip 0 0 0 ( 880 0 0 ) ( 880 0 32 ) ( 1024 0 0 ) ( ( 0.25 0 -0 ) ( -0 0.25 0 ) ) zombietextures_dev/tiles01_pink_clip 0 0 0
( 880 0 0 ) ( 880 64 0 ) ( 880 0 32 ) ( ( 0.0625 0 -0 ) ( -0 0.0625 0 ) ) zombietextures_dev/tiles01_clip 0 0 0 ( 880 0 0 ) ( 880 64 0 ) ( 880 0 32 ) ( ( 0.25 0 -0 ) ( -0 0.25 0 ) ) zombietextures_dev/tiles01_pink_clip 0 0 0
} }
} }
// brush 4 // brush 4
{ {
brushDef brushDef
{ {
( 1024 -512 16 ) ( 1024 -576 16 ) ( 880 -512 16 ) ( ( 0.0625 0 -0 ) ( -0 0.0625 0 ) ) zombietextures_dev/tiles01_clip 0 0 0 ( 1024 -512 16 ) ( 1024 -576 16 ) ( 880 -512 16 ) ( ( 0.25 0 -0 ) ( -0 0.25 0 ) ) zombietextures_dev/tiles01_pink_clip 0 0 0
( 1024 -512 32 ) ( 880 -512 32 ) ( 1024 -512 0 ) ( ( 0.0625 0 -0 ) ( -0 0.0625 0 ) ) zombietextures_dev/tiles01_clip 0 0 0 ( 1024 -512 32 ) ( 880 -512 32 ) ( 1024 -512 0 ) ( ( 0.25 0 -0 ) ( -0 0.25 0 ) ) zombietextures_dev/tiles01_pink_clip 0 0 0
( 1024 -512 32 ) ( 1024 -512 0 ) ( 1024 -576 32 ) ( ( 0.0625 0 -0 ) ( -0 0.0625 0 ) ) zombietextures_dev/tiles01_clip 0 0 0 ( 1024 -512 32 ) ( 1024 -512 0 ) ( 1024 -576 32 ) ( ( 0.25 0 -0 ) ( -0 0.25 0 ) ) zombietextures_dev/tiles01_pink_clip 0 0 0
( 880 -576 0 ) ( 1024 -576 0 ) ( 880 -512 0 ) ( ( 0.0625 0 -0 ) ( -0 0.0625 0 ) ) zombietextures_dev/tiles01_clip 0 0 0 ( 880 -576 0 ) ( 1024 -576 0 ) ( 880 -512 0 ) ( ( 0.25 0 -0 ) ( -0 0.25 0 ) ) zombietextures_dev/tiles01_pink_clip 0 0 0
( 880 -576 0 ) ( 880 -576 32 ) ( 1024 -576 0 ) ( ( 0.0625 0 -0 ) ( -0 0.0625 0 ) ) zombietextures_dev/tiles01_clip 0 0 0 ( 880 -576 0 ) ( 880 -576 32 ) ( 1024 -576 0 ) ( ( 0.25 0 -0 ) ( -0 0.25 0 ) ) zombietextures_dev/tiles01_pink_clip 0 0 0
( 880 -576 0 ) ( 880 -512 0 ) ( 880 -576 32 ) ( ( 0.0625 0 -0 ) ( -0 0.0625 0 ) ) zombietextures_dev/tiles01_clip 0 0 0 ( 880 -576 0 ) ( 880 -512 0 ) ( 880 -576 32 ) ( ( 0.25 0 -0 ) ( -0 0.25 0 ) ) zombietextures_dev/tiles01_pink_clip 0 0 0
} }
} }
// brush 5 // brush 5
{ {
brushDef brushDef
{ {
( 1024 -128 16 ) ( 1024 -192 16 ) ( 880 -128 16 ) ( ( 0.0625 0 -0 ) ( -0 0.0625 0 ) ) zombietextures_dev/tiles01_clip 0 0 0 ( 1024 -128 16 ) ( 1024 -192 16 ) ( 880 -128 16 ) ( ( 0.25 0 -0 ) ( -0 0.25 0 ) ) zombietextures_dev/tiles01_pink_clip 0 0 0
( 1024 -128 32 ) ( 880 -128 32 ) ( 1024 -128 0 ) ( ( 0.0625 0 -0 ) ( -0 0.0625 0 ) ) zombietextures_dev/tiles01_clip 0 0 0 ( 1024 -128 32 ) ( 880 -128 32 ) ( 1024 -128 0 ) ( ( 0.25 0 -0 ) ( -0 0.25 0 ) ) zombietextures_dev/tiles01_pink_clip 0 0 0
( 1024 -128 32 ) ( 1024 -128 0 ) ( 1024 -192 32 ) ( ( 0.0625 0 -0 ) ( -0 0.0625 0 ) ) zombietextures_dev/tiles01_clip 0 0 0 ( 1024 -128 32 ) ( 1024 -128 0 ) ( 1024 -192 32 ) ( ( 0.25 0 -0 ) ( -0 0.25 0 ) ) zombietextures_dev/tiles01_pink_clip 0 0 0
( 880 -192 0 ) ( 1024 -192 0 ) ( 880 -128 0 ) ( ( 0.0625 0 -0 ) ( -0 0.0625 0 ) ) zombietextures_dev/tiles01_clip 0 0 0 ( 880 -192 0 ) ( 1024 -192 0 ) ( 880 -128 0 ) ( ( 0.25 0 -0 ) ( -0 0.25 0 ) ) zombietextures_dev/tiles01_pink_clip 0 0 0
( 880 -192 0 ) ( 880 -192 32 ) ( 1024 -192 0 ) ( ( 0.0625 0 -0 ) ( -0 0.0625 0 ) ) zombietextures_dev/tiles01_clip 0 0 0 ( 880 -192 0 ) ( 880 -192 32 ) ( 1024 -192 0 ) ( ( 0.25 0 -0 ) ( -0 0.25 0 ) ) zombietextures_dev/tiles01_pink_clip 0 0 0
( 880 -192 0 ) ( 880 -128 0 ) ( 880 -192 32 ) ( ( 0.0625 0 -0 ) ( -0 0.0625 0 ) ) zombietextures_dev/tiles01_clip 0 0 0 ( 880 -192 0 ) ( 880 -128 0 ) ( 880 -192 32 ) ( ( 0.25 0 -0 ) ( -0 0.25 0 ) ) zombietextures_dev/tiles01_pink_clip 0 0 0
} }
} }
// brush 6 // brush 6
{ {
brushDef brushDef
{ {
( 1024 -704 16 ) ( 1024 -768 16 ) ( 880 -704 16 ) ( ( 0.0625 0 -0 ) ( -0 0.0625 0 ) ) zombietextures_dev/tiles01_clip 0 0 0 ( 1024 -704 16 ) ( 1024 -768 16 ) ( 880 -704 16 ) ( ( 0.25 0 -0 ) ( -0 0.25 0 ) ) zombietextures_dev/tiles01_pink_clip 0 0 0
( 1024 -704 32 ) ( 880 -704 32 ) ( 1024 -704 0 ) ( ( 0.0625 0 -0 ) ( -0 0.0625 0 ) ) zombietextures_dev/tiles01_clip 0 0 0 ( 1024 -704 32 ) ( 880 -704 32 ) ( 1024 -704 0 ) ( ( 0.25 0 -0 ) ( -0 0.25 0 ) ) zombietextures_dev/tiles01_pink_clip 0 0 0
( 1024 -704 32 ) ( 1024 -704 0 ) ( 1024 -768 32 ) ( ( 0.0625 0 -0 ) ( -0 0.0625 0 ) ) zombietextures_dev/tiles01_clip 0 0 0 ( 1024 -704 32 ) ( 1024 -704 0 ) ( 1024 -768 32 ) ( ( 0.25 0 -0 ) ( -0 0.25 0 ) ) zombietextures_dev/tiles01_pink_clip 0 0 0
( 880 -768 0 ) ( 1024 -768 0 ) ( 880 -704 0 ) ( ( 0.0625 0 -0 ) ( -0 0.0625 0 ) ) zombietextures_dev/tiles01_clip 0 0 0 ( 880 -768 0 ) ( 1024 -768 0 ) ( 880 -704 0 ) ( ( 0.25 0 -0 ) ( -0 0.25 0 ) ) zombietextures_dev/tiles01_pink_clip 0 0 0
( 880 -768 0 ) ( 880 -768 32 ) ( 1024 -768 0 ) ( ( 0.0625 0 -0 ) ( -0 0.0625 0 ) ) zombietextures_dev/tiles01_clip 0 0 0 ( 880 -768 0 ) ( 880 -768 32 ) ( 1024 -768 0 ) ( ( 0.25 0 -0 ) ( -0 0.25 0 ) ) zombietextures_dev/tiles01_pink_clip 0 0 0
( 880 -768 0 ) ( 880 -704 0 ) ( 880 -768 32 ) ( ( 0.0625 0 -0 ) ( -0 0.0625 0 ) ) zombietextures_dev/tiles01_clip 0 0 0 ( 880 -768 0 ) ( 880 -704 0 ) ( 880 -768 32 ) ( ( 0.25 0 -0 ) ( -0 0.25 0 ) ) zombietextures_dev/tiles01_pink_clip 0 0 0
} }
} }
// brush 7 // brush 7
{ {
brushDef brushDef
{ {
( 1024 -320 16 ) ( 1024 -384 16 ) ( 880 -320 16 ) ( ( 0.0625 0 -0 ) ( -0 0.0625 0 ) ) zombietextures_dev/tiles01_clip 0 0 0 ( 1024 -320 16 ) ( 1024 -384 16 ) ( 880 -320 16 ) ( ( 0.25 0 -0 ) ( -0 0.25 0 ) ) zombietextures_dev/tiles01_pink_clip 0 0 0
( 1024 -320 32 ) ( 880 -320 32 ) ( 1024 -320 0 ) ( ( 0.0625 0 -0 ) ( -0 0.0625 0 ) ) zombietextures_dev/tiles01_clip 0 0 0 ( 1024 -320 32 ) ( 880 -320 32 ) ( 1024 -320 0 ) ( ( 0.25 0 -0 ) ( -0 0.25 0 ) ) zombietextures_dev/tiles01_pink_clip 0 0 0
( 1024 -320 32 ) ( 1024 -320 0 ) ( 1024 -384 32 ) ( ( 0.0625 0 -0 ) ( -0 0.0625 0 ) ) zombietextures_dev/tiles01_clip 0 0 0 ( 1024 -320 32 ) ( 1024 -320 0 ) ( 1024 -384 32 ) ( ( 0.25 0 -0 ) ( -0 0.25 0 ) ) zombietextures_dev/tiles01_pink_clip 0 0 0
( 880 -384 0 ) ( 1024 -384 0 ) ( 880 -320 0 ) ( ( 0.0625 0 -0 ) ( -0 0.0625 0 ) ) zombietextures_dev/tiles01_clip 0 0 0 ( 880 -384 0 ) ( 1024 -384 0 ) ( 880 -320 0 ) ( ( 0.25 0 -0 ) ( -0 0.25 0 ) ) zombietextures_dev/tiles01_pink_clip 0 0 0
( 880 -384 0 ) ( 880 -384 32 ) ( 1024 -384 0 ) ( ( 0.0625 0 -0 ) ( -0 0.0625 0 ) ) zombietextures_dev/tiles01_clip 0 0 0 ( 880 -384 0 ) ( 880 -384 32 ) ( 1024 -384 0 ) ( ( 0.25 0 -0 ) ( -0 0.25 0 ) ) zombietextures_dev/tiles01_pink_clip 0 0 0
( 880 -384 0 ) ( 880 -320 0 ) ( 880 -384 32 ) ( ( 0.0625 0 -0 ) ( -0 0.0625 0 ) ) zombietextures_dev/tiles01_clip 0 0 0 ( 880 -384 0 ) ( 880 -320 0 ) ( 880 -384 32 ) ( ( 0.25 0 -0 ) ( -0 0.25 0 ) ) zombietextures_dev/tiles01_pink_clip 0 0 0
} }
} }
// brush 8 // brush 8
{ {
brushDef brushDef
{ {
( 1024 640 16 ) ( 1024 576 16 ) ( 880 640 16 ) ( ( 0.0625 0 -0 ) ( -0 0.0625 0 ) ) zombietextures_dev/tiles01_clip 0 0 0 ( 1024 640 16 ) ( 1024 576 16 ) ( 880 640 16 ) ( ( 0.25 0 -0 ) ( -0 0.25 0 ) ) zombietextures_dev/tiles01_pink_clip 0 0 0
( 1024 640 32 ) ( 880 640 32 ) ( 1024 640 0 ) ( ( 0.0625 0 -0 ) ( -0 0.0625 0 ) ) zombietextures_dev/tiles01_clip 0 0 0 ( 1024 640 32 ) ( 880 640 32 ) ( 1024 640 0 ) ( ( 0.25 0 -0 ) ( -0 0.25 0 ) ) zombietextures_dev/tiles01_pink_clip 0 0 0
( 1024 640 32 ) ( 1024 640 0 ) ( 1024 576 32 ) ( ( 0.0625 0 -0 ) ( -0 0.0625 0 ) ) zombietextures_dev/tiles01_clip 0 0 0 ( 1024 640 32 ) ( 1024 640 0 ) ( 1024 576 32 ) ( ( 0.25 0 -0 ) ( -0 0.25 0 ) ) zombietextures_dev/tiles01_pink_clip 0 0 0
( 880 576 0 ) ( 1024 576 0 ) ( 880 640 0 ) ( ( 0.0625 0 -0 ) ( -0 0.0625 0 ) ) zombietextures_dev/tiles01_clip 0 0 0 ( 880 576 0 ) ( 1024 576 0 ) ( 880 640 0 ) ( ( 0.25 0 -0 ) ( -0 0.25 0 ) ) zombietextures_dev/tiles01_pink_clip 0 0 0
( 880 576 0 ) ( 880 576 32 ) ( 1024 576 0 ) ( ( 0.0625 0 -0 ) ( -0 0.0625 0 ) ) zombietextures_dev/tiles01_clip 0 0 0 ( 880 576 0 ) ( 880 576 32 ) ( 1024 576 0 ) ( ( 0.25 0 -0 ) ( -0 0.25 0 ) ) zombietextures_dev/tiles01_pink_clip 0 0 0
( 880 576 0 ) ( 880 640 0 ) ( 880 576 32 ) ( ( 0.0625 0 -0 ) ( -0 0.0625 0 ) ) zombietextures_dev/tiles01_clip 0 0 0 ( 880 576 0 ) ( 880 640 0 ) ( 880 576 32 ) ( ( 0.25 0 -0 ) ( -0 0.25 0 ) ) zombietextures_dev/tiles01_pink_clip 0 0 0
} }
} }
// brush 9 // brush 9
{ {
brushDef brushDef
{ {
( 1024 448 16 ) ( 1024 384 16 ) ( 880 448 16 ) ( ( 0.0625 0 -0 ) ( -0 0.0625 0 ) ) zombietextures_dev/tiles01_clip 0 0 0 ( 1024 448 16 ) ( 1024 384 16 ) ( 880 448 16 ) ( ( 0.25 0 -0 ) ( -0 0.25 0 ) ) zombietextures_dev/tiles01_pink_clip 0 0 0
( 1024 448 32 ) ( 880 448 32 ) ( 1024 448 0 ) ( ( 0.0625 0 -0 ) ( -0 0.0625 0 ) ) zombietextures_dev/tiles01_clip 0 0 0 ( 1024 448 32 ) ( 880 448 32 ) ( 1024 448 0 ) ( ( 0.25 0 -0 ) ( -0 0.25 0 ) ) zombietextures_dev/tiles01_pink_clip 0 0 0
( 1024 448 32 ) ( 1024 448 0 ) ( 1024 384 32 ) ( ( 0.0625 0 -0 ) ( -0 0.0625 0 ) ) zombietextures_dev/tiles01_clip 0 0 0 ( 1024 448 32 ) ( 1024 448 0 ) ( 1024 384 32 ) ( ( 0.25 0 -0 ) ( -0 0.25 0 ) ) zombietextures_dev/tiles01_pink_clip 0 0 0
( 880 384 0 ) ( 1024 384 0 ) ( 880 448 0 ) ( ( 0.0625 0 -0 ) ( -0 0.0625 0 ) ) zombietextures_dev/tiles01_clip 0 0 0 ( 880 384 0 ) ( 1024 384 0 ) ( 880 448 0 ) ( ( 0.25 0 -0 ) ( -0 0.25 0 ) ) zombietextures_dev/tiles01_pink_clip 0 0 0
( 880 384 0 ) ( 880 384 32 ) ( 1024 384 0 ) ( ( 0.0625 0 -0 ) ( -0 0.0625 0 ) ) zombietextures_dev/tiles01_clip 0 0 0 ( 880 384 0 ) ( 880 384 32 ) ( 1024 384 0 ) ( ( 0.25 0 -0 ) ( -0 0.25 0 ) ) zombietextures_dev/tiles01_pink_clip 0 0 0
( 880 384 0 ) ( 880 448 0 ) ( 880 384 32 ) ( ( 0.0625 0 -0 ) ( -0 0.0625 0 ) ) zombietextures_dev/tiles01_clip 0 0 0 ( 880 384 0 ) ( 880 448 0 ) ( 880 384 32 ) ( ( 0.25 0 -0 ) ( -0 0.25 0 ) ) zombietextures_dev/tiles01_pink_clip 0 0 0
} }
} }
// brush 10 // brush 10
{ {
brushDef brushDef
{ {
( 880 872 16 ) ( 880 808 16 ) ( 880 872 0 ) ( ( 0.0625 0 -0 ) ( -0 0.0625 0 ) ) zombietextures_dev/tiles01_clip 0 0 0 ( 880 872 16 ) ( 880 808 16 ) ( 880 872 0 ) ( ( 0.25 0 -0 ) ( -0 0.25 0 ) ) zombietextures_dev/tiles01_pink_clip 0 0 0
( 2736 960 0 ) ( 2736 1024 0 ) ( 2608 960 0 ) ( ( 0.0625 0 -0 ) ( -0 0.0625 0 ) ) zombietextures_dev/tiles01_clip 0 0 0 ( 2736 960 0 ) ( 2736 1024 0 ) ( 2608 960 0 ) ( ( 0.25 0 -0 ) ( -0 0.25 0 ) ) zombietextures_dev/tiles01_pink_clip 0 0 0
( 1024 888 0 ) ( 1024 888 16 ) ( 1024 952 0 ) ( ( 0.0625 0 -0 ) ( -0 0.0625 0 ) ) zombietextures_dev/tiles01_clip 0 0 0 ( 1024 888 0 ) ( 1024 888 16 ) ( 1024 952 0 ) ( ( 0.25 0 -0 ) ( -0 0.25 0 ) ) zombietextures_dev/tiles01_pink_clip 0 0 0
( 2736 960 0 ) ( 2608 960 0 ) ( 2736 960 16 ) ( ( 0.0625 0 -0 ) ( -0 0.0625 0 ) ) zombietextures_dev/tiles01_clip 0 0 0 ( 2736 960 0 ) ( 2608 960 0 ) ( 2736 960 16 ) ( ( 0.25 0 -0 ) ( -0 0.25 0 ) ) zombietextures_dev/tiles01_pink_clip 0 0 0
( 3504 960 16 ) ( 3504 1024 0 ) ( 3632 960 16 ) ( ( 0.0625 0 -0 ) ( -0 0.0625 0 ) ) zombietextures_dev/tiles01_clip 0 0 0 ( 3504 960 16 ) ( 3504 1024 0 ) ( 3632 960 16 ) ( ( 0.25 0 -0 ) ( -0 0.25 0 ) ) zombietextures_dev/tiles01_pink_clip 0 0 0
} }
} }
// brush 11 // brush 11
{ {
brushDef brushDef
{ {
( 880 -896 16 ) ( 816 -896 16 ) ( 880 -896 0 ) ( ( 0.0625 0 -0 ) ( -0 0.0625 0 ) ) zombietextures_dev/tiles01_clip 0 0 0 ( 880 -896 16 ) ( 816 -896 16 ) ( 880 -896 0 ) ( ( 0.25 0 -0 ) ( -0 0.25 0 ) ) zombietextures_dev/tiles01_pink_clip 0 0 0
( 880 -896 16 ) ( 880 -896 0 ) ( 880 -960 16 ) ( ( 0.0625 0 -0 ) ( -0 0.0625 0 ) ) zombietextures_dev/tiles01_clip 0 0 0 ( 880 -896 16 ) ( 880 -896 0 ) ( 880 -960 16 ) ( ( 0.25 0 -0 ) ( -0 0.25 0 ) ) zombietextures_dev/tiles01_pink_clip 0 0 0
( 816 -960 0 ) ( 880 -960 0 ) ( 816 -896 0 ) ( ( 0.0625 0 -0 ) ( -0 0.0625 0 ) ) zombietextures_dev/tiles01_clip 0 0 0 ( 816 -960 0 ) ( 880 -960 0 ) ( 816 -896 0 ) ( ( 0.25 0 -0 ) ( -0 0.25 0 ) ) zombietextures_dev/tiles01_pink_clip 0 0 0
( 816 -1664 0 ) ( 880 -1664 16 ) ( 816 -1792 0 ) ( ( 0.0625 0 -0 ) ( -0 0.0625 0 ) ) zombietextures_dev/tiles01_clip 0 0 0 ( 816 -1664 0 ) ( 880 -1664 16 ) ( 816 -1792 0 ) ( ( 0.25 0 -0 ) ( -0 0.25 0 ) ) zombietextures_dev/tiles01_pink_clip 0 0 0
( 496 -960 0 ) ( 496 -896 16 ) ( 624 -960 0 ) ( ( 0.0625 0 -0 ) ( -0 0.0625 0 ) ) zombietextures_dev/tiles01_clip 0 0 0 ( 496 -960 0 ) ( 496 -896 16 ) ( 624 -960 0 ) ( ( 0.25 0 -0 ) ( -0 0.25 0 ) ) zombietextures_dev/tiles01_pink_clip 0 0 0
} }
} }
// brush 12 // brush 12
{ {
brushDef brushDef
{ {
( 1024 -808 16 ) ( 1024 -744 16 ) ( 1024 -808 0 ) ( ( 0.0625 0 -0 ) ( -0 0.0625 0 ) ) zombietextures_dev/tiles01_clip 0 0 0 ( 1024 -808 16 ) ( 1024 -744 16 ) ( 1024 -808 0 ) ( ( 0.25 0 -0 ) ( -0 0.25 0 ) ) zombietextures_dev/tiles01_pink_clip 0 0 0
( -832 -896 0 ) ( -832 -960 0 ) ( -704 -896 0 ) ( ( 0.0625 0 -0 ) ( -0 0.0625 0 ) ) zombietextures_dev/tiles01_clip 0 0 0 ( -832 -896 0 ) ( -832 -960 0 ) ( -704 -896 0 ) ( ( 0.25 0 -0 ) ( -0 0.25 0 ) ) zombietextures_dev/tiles01_pink_clip 0 0 0
( 880 -824 0 ) ( 880 -824 16 ) ( 880 -888 0 ) ( ( 0.0625 0 -0 ) ( -0 0.0625 0 ) ) zombietextures_dev/tiles01_clip 0 0 0 ( 880 -824 0 ) ( 880 -824 16 ) ( 880 -888 0 ) ( ( 0.25 0 -0 ) ( -0 0.25 0 ) ) zombietextures_dev/tiles01_pink_clip 0 0 0
( -832 -896 0 ) ( -704 -896 0 ) ( -832 -896 16 ) ( ( 0.0625 0 -0 ) ( -0 0.0625 0 ) ) zombietextures_dev/tiles01_clip 0 0 0 ( -832 -896 0 ) ( -704 -896 0 ) ( -832 -896 16 ) ( ( 0.25 0 -0 ) ( -0 0.25 0 ) ) zombietextures_dev/tiles01_pink_clip 0 0 0
( -1600 -896 16 ) ( -1600 -960 0 ) ( -1728 -896 16 ) ( ( 0.0625 0 -0 ) ( -0 0.0625 0 ) ) zombietextures_dev/tiles01_clip 0 0 0 ( -1600 -896 16 ) ( -1600 -960 0 ) ( -1728 -896 16 ) ( ( 0.25 0 -0 ) ( -0 0.25 0 ) ) zombietextures_dev/tiles01_pink_clip 0 0 0
} }
} }
// brush 13 // brush 13
{ {
brushDef brushDef
{ {
( 968 -896 16 ) ( 1032 -896 16 ) ( 968 -896 0 ) ( ( 0.0625 0 -0 ) ( -0 0.0625 0 ) ) zombietextures_dev/tiles01_clip 0 0 0 ( 968 -896 16 ) ( 1032 -896 16 ) ( 968 -896 0 ) ( ( 0.25 0 -0 ) ( -0 0.25 0 ) ) zombietextures_dev/tiles01_pink_clip 0 0 0
( 880 960 0 ) ( 816 960 0 ) ( 880 832 0 ) ( ( 0.0625 0 -0 ) ( -0 0.0625 0 ) ) zombietextures_dev/tiles01_clip 0 0 0 ( 880 960 0 ) ( 816 960 0 ) ( 880 832 0 ) ( ( 0.25 0 -0 ) ( -0 0.25 0 ) ) zombietextures_dev/tiles01_pink_clip 0 0 0
( 880 960 0 ) ( 880 960 16 ) ( 816 960 0 ) ( ( 0.0625 0 -0 ) ( -0 0.0625 0 ) ) zombietextures_dev/tiles01_clip 0 0 0 ( 880 960 0 ) ( 880 960 16 ) ( 816 960 0 ) ( ( 0.25 0 -0 ) ( -0 0.25 0 ) ) zombietextures_dev/tiles01_pink_clip 0 0 0
( 880 960 0 ) ( 880 832 0 ) ( 880 960 16 ) ( ( 0.0625 0 -0 ) ( -0 0.0625 0 ) ) zombietextures_dev/tiles01_clip 0 0 0 ( 880 960 0 ) ( 880 832 0 ) ( 880 960 16 ) ( ( 0.25 0 -0 ) ( -0 0.25 0 ) ) zombietextures_dev/tiles01_pink_clip 0 0 0
( 880 1728 16 ) ( 816 1728 0 ) ( 880 1856 16 ) ( ( 0.0625 0 -0 ) ( -0 0.0625 0 ) ) zombietextures_dev/tiles01_clip 0 0 0 ( 880 1728 16 ) ( 816 1728 0 ) ( 880 1856 16 ) ( ( 0.25 0 -0 ) ( -0 0.25 0 ) ) zombietextures_dev/tiles01_pink_clip 0 0 0
} }
} }
} }

View file

@ -550,88 +550,88 @@ brushDef
{ {
brushDef brushDef
{ {
( -520 64 16 ) ( -520 128 16 ) ( -520 64 0 ) ( ( 0.0625 0 -0 ) ( -0 0.0625 0 ) ) zombietextures_dev/tiles01_clip 0 0 0 ( -520 64 16 ) ( -520 128 16 ) ( -520 64 0 ) ( ( 0.0625 0 -0 ) ( -0 0.0625 0 ) ) zombietextures_dev/tiles01_pink_clip 0 0 0
( -520 64 16 ) ( -520 64 0 ) ( -584 64 16 ) ( ( 0.0625 0 -0 ) ( -0 0.0625 0 ) ) zombietextures_dev/tiles01_clip 0 0 0 ( -520 64 16 ) ( -520 64 0 ) ( -584 64 16 ) ( ( 0.0625 0 -0 ) ( -0 0.0625 0 ) ) zombietextures_dev/tiles01_pink_clip 0 0 0
( -584 128 0 ) ( -584 64 0 ) ( -520 128 0 ) ( ( 0.0625 0 -0 ) ( -0 0.0625 0 ) ) zombietextures_dev/tiles01_clip 0 0 0 ( -584 128 0 ) ( -584 64 0 ) ( -520 128 0 ) ( ( 0.0625 0 -0 ) ( -0 0.0625 0 ) ) zombietextures_dev/tiles01_pink_clip 0 0 0
( -1288 128 -8 ) ( -1288 64 8 ) ( -1416 128 -8 ) ( ( 0.0625 0 -0 ) ( -0 0.0625 0 ) ) zombietextures_dev/tiles01_clip 0 0 0 ( -1288 128 -8 ) ( -1288 64 8 ) ( -1416 128 -8 ) ( ( 0.0625 0 -0 ) ( -0 0.0625 0 ) ) zombietextures_dev/tiles01_pink_clip 0 0 0
( -584 448 -8 ) ( -520 448 8 ) ( -584 320 -8 ) ( ( 0.0625 0 -0 ) ( -0 0.0625 0 ) ) zombietextures_dev/tiles01_clip 0 0 0 ( -584 448 -8 ) ( -520 448 8 ) ( -584 320 -8 ) ( ( 0.0625 0 -0 ) ( -0 0.0625 0 ) ) zombietextures_dev/tiles01_pink_clip 0 0 0
} }
} }
// brush 47 // brush 47
{ {
brushDef brushDef
{ {
( -520 -48 16 ) ( -520 -112 16 ) ( -520 -48 0 ) ( ( 0.0625 0 -0 ) ( -0 0.0625 0 ) ) zombietextures_dev/tiles01_clip 0 0 0 ( -520 -48 16 ) ( -520 -112 16 ) ( -520 -48 0 ) ( ( 0.0625 0 -0 ) ( -0 0.0625 0 ) ) zombietextures_dev/tiles01_pink_clip 0 0 0
( 1584 64 0 ) ( 1584 128 0 ) ( 1456 64 0 ) ( ( 0.0625 0 -0 ) ( -0 0.0625 0 ) ) zombietextures_dev/tiles01_clip 0 0 0 ( 1584 64 0 ) ( 1584 128 0 ) ( 1456 64 0 ) ( ( 0.0625 0 -0 ) ( -0 0.0625 0 ) ) zombietextures_dev/tiles01_pink_clip 0 0 0
( -128 -8 -8 ) ( -128 -8 8 ) ( -128 56 -8 ) ( ( 0.0625 0 -0 ) ( -0 0.0625 0 ) ) zombietextures_dev/tiles01_clip 0 0 0 ( -128 -8 -8 ) ( -128 -8 8 ) ( -128 56 -8 ) ( ( 0.0625 0 -0 ) ( -0 0.0625 0 ) ) zombietextures_dev/tiles01_pink_clip 0 0 0
( 1584 64 0 ) ( 1456 64 0 ) ( 1584 64 16 ) ( ( 0.0625 0 -0 ) ( -0 0.0625 0 ) ) zombietextures_dev/tiles01_clip 0 0 0 ( 1584 64 0 ) ( 1456 64 0 ) ( 1584 64 16 ) ( ( 0.0625 0 -0 ) ( -0 0.0625 0 ) ) zombietextures_dev/tiles01_pink_clip 0 0 0
( 2352 64 8 ) ( 2352 128 -8 ) ( 2480 64 8 ) ( ( 0.0625 0 -0 ) ( -0 0.0625 0 ) ) zombietextures_dev/tiles01_clip 0 0 0 ( 2352 64 8 ) ( 2352 128 -8 ) ( 2480 64 8 ) ( ( 0.0625 0 -0 ) ( -0 0.0625 0 ) ) zombietextures_dev/tiles01_pink_clip 0 0 0
} }
} }
// brush 48 // brush 48
{ {
brushDef brushDef
{ {
( -216 64 16 ) ( -280 64 16 ) ( -216 64 0 ) ( ( 0.0625 0 -0 ) ( -0 0.0625 0 ) ) zombietextures_dev/tiles01_clip 0 0 0 ( -216 64 16 ) ( -280 64 16 ) ( -216 64 0 ) ( ( 0.0625 0 -0 ) ( -0 0.0625 0 ) ) zombietextures_dev/tiles01_pink_clip 0 0 0
( -128 -1792 0 ) ( -64 -1792 0 ) ( -128 -1664 0 ) ( ( 0.0625 0 -0 ) ( -0 0.0625 0 ) ) zombietextures_dev/tiles01_clip 0 0 0 ( -128 -1792 0 ) ( -64 -1792 0 ) ( -128 -1664 0 ) ( ( 0.0625 0 -0 ) ( -0 0.0625 0 ) ) zombietextures_dev/tiles01_pink_clip 0 0 0
( -448 -320 0 ) ( -448 -320 16 ) ( -384 -320 0 ) ( ( 0.0625 0 -0 ) ( -0 0.0625 0 ) ) zombietextures_dev/tiles01_clip 0 0 0 ( -448 -320 0 ) ( -448 -320 16 ) ( -384 -320 0 ) ( ( 0.0625 0 -0 ) ( -0 0.0625 0 ) ) zombietextures_dev/tiles01_pink_clip 0 0 0
( -128 -1792 0 ) ( -128 -1664 0 ) ( -128 -1792 16 ) ( ( 0.0625 0 -0 ) ( -0 0.0625 0 ) ) zombietextures_dev/tiles01_clip 0 0 0 ( -128 -1792 0 ) ( -128 -1664 0 ) ( -128 -1792 16 ) ( ( 0.0625 0 -0 ) ( -0 0.0625 0 ) ) zombietextures_dev/tiles01_pink_clip 0 0 0
( -128 -2560 8 ) ( -64 -2560 -8 ) ( -128 -2688 8 ) ( ( 0.0625 0 -0 ) ( -0 0.0625 0 ) ) zombietextures_dev/tiles01_clip 0 0 0 ( -128 -2560 8 ) ( -64 -2560 -8 ) ( -128 -2688 8 ) ( ( 0.0625 0 -0 ) ( -0 0.0625 0 ) ) zombietextures_dev/tiles01_pink_clip 0 0 0
} }
} }
// brush 49 // brush 49
{ {
brushDef brushDef
{ {
( -520 -320 16 ) ( -584 -320 16 ) ( -520 -320 0 ) ( ( 0.0625 0 -0 ) ( -0 0.0625 0 ) ) zombietextures_dev/tiles01_clip 0 0 0 ( -520 -320 16 ) ( -584 -320 16 ) ( -520 -320 0 ) ( ( 0.0625 0 -0 ) ( -0 0.0625 0 ) ) zombietextures_dev/tiles01_pink_clip 0 0 0
( -520 -320 16 ) ( -520 -320 0 ) ( -520 -384 16 ) ( ( 0.0625 0 -0 ) ( -0 0.0625 0 ) ) zombietextures_dev/tiles01_clip 0 0 0 ( -520 -320 16 ) ( -520 -320 0 ) ( -520 -384 16 ) ( ( 0.0625 0 -0 ) ( -0 0.0625 0 ) ) zombietextures_dev/tiles01_pink_clip 0 0 0
( -584 -384 0 ) ( -520 -384 0 ) ( -584 -320 0 ) ( ( 0.0625 0 -0 ) ( -0 0.0625 0 ) ) zombietextures_dev/tiles01_clip 0 0 0 ( -584 -384 0 ) ( -520 -384 0 ) ( -584 -320 0 ) ( ( 0.0625 0 -0 ) ( -0 0.0625 0 ) ) zombietextures_dev/tiles01_pink_clip 0 0 0
( -584 -1088 -8 ) ( -520 -1088 8 ) ( -584 -1216 -8 ) ( ( 0.0625 0 -0 ) ( -0 0.0625 0 ) ) zombietextures_dev/tiles01_clip 0 0 0 ( -584 -1088 -8 ) ( -520 -1088 8 ) ( -584 -1216 -8 ) ( ( 0.0625 0 -0 ) ( -0 0.0625 0 ) ) zombietextures_dev/tiles01_pink_clip 0 0 0
( -904 -384 -8 ) ( -904 -320 8 ) ( -776 -384 -8 ) ( ( 0.0625 0 -0 ) ( -0 0.0625 0 ) ) zombietextures_dev/tiles01_clip 0 0 0 ( -904 -384 -8 ) ( -904 -320 8 ) ( -776 -384 -8 ) ( ( 0.0625 0 -0 ) ( -0 0.0625 0 ) ) zombietextures_dev/tiles01_pink_clip 0 0 0
} }
} }
// brush 50 // brush 50
{ {
brushDef brushDef
{ {
( -128 -208 8 ) ( -128 -144 8 ) ( -128 -208 -8 ) ( ( 0.0625 0 -0 ) ( -0 0.0625 0 ) ) zombietextures_dev/tiles01_clip 0 0 0 ( -128 -208 8 ) ( -128 -144 8 ) ( -128 -208 -8 ) ( ( 0.0625 0 -0 ) ( -0 0.0625 0 ) ) zombietextures_dev/tiles01_pink_clip 0 0 0
( -2232 -320 0 ) ( -2232 -384 0 ) ( -2104 -320 0 ) ( ( 0.0625 0 -0 ) ( -0 0.0625 0 ) ) zombietextures_dev/tiles01_clip 0 0 0 ( -2232 -320 0 ) ( -2232 -384 0 ) ( -2104 -320 0 ) ( ( 0.0625 0 -0 ) ( -0 0.0625 0 ) ) zombietextures_dev/tiles01_pink_clip 0 0 0
( -520 -248 0 ) ( -520 -248 16 ) ( -520 -312 0 ) ( ( 0.0625 0 -0 ) ( -0 0.0625 0 ) ) zombietextures_dev/tiles01_clip 0 0 0 ( -520 -248 0 ) ( -520 -248 16 ) ( -520 -312 0 ) ( ( 0.0625 0 -0 ) ( -0 0.0625 0 ) ) zombietextures_dev/tiles01_pink_clip 0 0 0
( -2232 -320 0 ) ( -2104 -320 0 ) ( -2232 -320 16 ) ( ( 0.0625 0 -0 ) ( -0 0.0625 0 ) ) zombietextures_dev/tiles01_clip 0 0 0 ( -2232 -320 0 ) ( -2104 -320 0 ) ( -2232 -320 16 ) ( ( 0.0625 0 -0 ) ( -0 0.0625 0 ) ) zombietextures_dev/tiles01_pink_clip 0 0 0
( -3000 -320 8 ) ( -3000 -384 -8 ) ( -3128 -320 8 ) ( ( 0.0625 0 -0 ) ( -0 0.0625 0 ) ) zombietextures_dev/tiles01_clip 0 0 0 ( -3000 -320 8 ) ( -3000 -384 -8 ) ( -3128 -320 8 ) ( ( 0.0625 0 -0 ) ( -0 0.0625 0 ) ) zombietextures_dev/tiles01_pink_clip 0 0 0
} }
} }
// brush 51 // brush 51
{ {
brushDef brushDef
{ {
( -432 -320 16 ) ( -368 -320 16 ) ( -432 -320 0 ) ( ( 0.0625 0 -0 ) ( -0 0.0625 0 ) ) zombietextures_dev/tiles01_clip 0 0 0 ( -432 -320 16 ) ( -368 -320 16 ) ( -432 -320 0 ) ( ( 0.0625 0 -0 ) ( -0 0.0625 0 ) ) zombietextures_dev/tiles01_pink_clip 0 0 0
( -520 1536 0 ) ( -584 1536 0 ) ( -520 1408 0 ) ( ( 0.0625 0 -0 ) ( -0 0.0625 0 ) ) zombietextures_dev/tiles01_clip 0 0 0 ( -520 1536 0 ) ( -584 1536 0 ) ( -520 1408 0 ) ( ( 0.0625 0 -0 ) ( -0 0.0625 0 ) ) zombietextures_dev/tiles01_pink_clip 0 0 0
( -200 64 0 ) ( -200 64 16 ) ( -264 64 0 ) ( ( 0.0625 0 -0 ) ( -0 0.0625 0 ) ) zombietextures_dev/tiles01_clip 0 0 0 ( -200 64 0 ) ( -200 64 16 ) ( -264 64 0 ) ( ( 0.0625 0 -0 ) ( -0 0.0625 0 ) ) zombietextures_dev/tiles01_pink_clip 0 0 0
( -520 1536 0 ) ( -520 1408 0 ) ( -520 1536 16 ) ( ( 0.0625 0 -0 ) ( -0 0.0625 0 ) ) zombietextures_dev/tiles01_clip 0 0 0 ( -520 1536 0 ) ( -520 1408 0 ) ( -520 1536 16 ) ( ( 0.0625 0 -0 ) ( -0 0.0625 0 ) ) zombietextures_dev/tiles01_pink_clip 0 0 0
( -520 2304 8 ) ( -584 2304 -8 ) ( -520 2432 8 ) ( ( 0.0625 0 -0 ) ( -0 0.0625 0 ) ) zombietextures_dev/tiles01_clip 0 0 0 ( -520 2304 8 ) ( -584 2304 -8 ) ( -520 2432 8 ) ( ( 0.0625 0 -0 ) ( -0 0.0625 0 ) ) zombietextures_dev/tiles01_pink_clip 0 0 0
} }
} }
// brush 52 // brush 52
{ {
brushDef brushDef
{ {
( -128 64 16 ) ( -64 64 16 ) ( -128 64 0 ) ( ( 0.0625 0 -0 ) ( -0 0.0625 0 ) ) zombietextures_dev/tiles01_clip 0 0 0 ( -128 64 16 ) ( -64 64 16 ) ( -128 64 0 ) ( ( 0.0625 0 -0 ) ( -0 0.0625 0 ) ) zombietextures_dev/tiles01_pink_clip 0 0 0
( -128 64 8 ) ( -128 64 -8 ) ( -128 128 8 ) ( ( 0.0625 0 -0 ) ( -0 0.0625 0 ) ) zombietextures_dev/tiles01_clip 0 0 0 ( -128 64 8 ) ( -128 64 -8 ) ( -128 128 8 ) ( ( 0.0625 0 -0 ) ( -0 0.0625 0 ) ) zombietextures_dev/tiles01_pink_clip 0 0 0
( -64 128 0 ) ( -128 128 0 ) ( -64 64 0 ) ( ( 0.0625 0 -0 ) ( -0 0.0625 0 ) ) zombietextures_dev/tiles01_clip 0 0 0 ( -64 128 0 ) ( -128 128 0 ) ( -64 64 0 ) ( ( 0.0625 0 -0 ) ( -0 0.0625 0 ) ) zombietextures_dev/tiles01_pink_clip 0 0 0
( -64 832 -8 ) ( -128 832 8 ) ( -64 960 -8 ) ( ( 0.0625 0 -0 ) ( -0 0.0625 0 ) ) zombietextures_dev/tiles01_clip 0 0 0 ( -64 832 -8 ) ( -128 832 8 ) ( -64 960 -8 ) ( ( 0.0625 0 -0 ) ( -0 0.0625 0 ) ) zombietextures_dev/tiles01_pink_clip 0 0 0
( 256 128 -8 ) ( 256 64 8 ) ( 128 128 -8 ) ( ( 0.0625 0 -0 ) ( -0 0.0625 0 ) ) zombietextures_dev/tiles01_clip 0 0 0 ( 256 128 -8 ) ( 256 64 8 ) ( 128 128 -8 ) ( ( 0.0625 0 -0 ) ( -0 0.0625 0 ) ) zombietextures_dev/tiles01_pink_clip 0 0 0
} }
} }
// brush 53 // brush 53
{ {
brushDef brushDef
{ {
( -128 -320 8 ) ( -128 -384 8 ) ( -128 -320 -8 ) ( ( 0.0625 0 -0 ) ( -0 0.0625 0 ) ) zombietextures_dev/tiles01_clip 0 0 0 ( -128 -320 8 ) ( -128 -384 8 ) ( -128 -320 -8 ) ( ( 0.0625 0 -0 ) ( -0 0.0625 0 ) ) zombietextures_dev/tiles01_pink_clip 0 0 0
( -128 -320 16 ) ( -128 -320 0 ) ( -64 -320 16 ) ( ( 0.0625 0 -0 ) ( -0 0.0625 0 ) ) zombietextures_dev/tiles01_clip 0 0 0 ( -128 -320 16 ) ( -128 -320 0 ) ( -64 -320 16 ) ( ( 0.0625 0 -0 ) ( -0 0.0625 0 ) ) zombietextures_dev/tiles01_pink_clip 0 0 0
( -64 -384 0 ) ( -64 -320 0 ) ( -128 -384 0 ) ( ( 0.0625 0 -0 ) ( -0 0.0625 0 ) ) zombietextures_dev/tiles01_clip 0 0 0 ( -64 -384 0 ) ( -64 -320 0 ) ( -128 -384 0 ) ( ( 0.0625 0 -0 ) ( -0 0.0625 0 ) ) zombietextures_dev/tiles01_pink_clip 0 0 0
( 640 -384 -8 ) ( 640 -320 8 ) ( 768 -384 -8 ) ( ( 0.0625 0 -0 ) ( -0 0.0625 0 ) ) zombietextures_dev/tiles01_clip 0 0 0 ( 640 -384 -8 ) ( 640 -320 8 ) ( 768 -384 -8 ) ( ( 0.0625 0 -0 ) ( -0 0.0625 0 ) ) zombietextures_dev/tiles01_pink_clip 0 0 0
( -64 -704 -8 ) ( -128 -704 8 ) ( -64 -576 -8 ) ( ( 0.0625 0 -0 ) ( -0 0.0625 0 ) ) zombietextures_dev/tiles01_clip 0 0 0 ( -64 -704 -8 ) ( -128 -704 8 ) ( -64 -576 -8 ) ( ( 0.0625 0 -0 ) ( -0 0.0625 0 ) ) zombietextures_dev/tiles01_pink_clip 0 0 0
} }
} }
} }
@ -642,163 +642,163 @@ brushDef
{ {
brushDef brushDef
{ {
( 880 960 16 ) ( 880 1024 16 ) ( 880 960 0 ) ( ( 0.0625 0 -0 ) ( -0 0.0625 0 ) ) zombietextures_dev/tiles01_clip 0 0 0 ( 880 960 16 ) ( 880 1024 16 ) ( 880 960 0 ) ( ( 0.0625 0 -0 ) ( -0 0.0625 0 ) ) zombietextures_dev/tiles01_pink_clip 0 0 0
( 880 960 16 ) ( 880 960 0 ) ( 816 960 16 ) ( ( 0.0625 0 -0 ) ( -0 0.0625 0 ) ) zombietextures_dev/tiles01_clip 0 0 0 ( 880 960 16 ) ( 880 960 0 ) ( 816 960 16 ) ( ( 0.0625 0 -0 ) ( -0 0.0625 0 ) ) zombietextures_dev/tiles01_pink_clip 0 0 0
( 816 1024 0 ) ( 816 960 0 ) ( 880 1024 0 ) ( ( 0.0625 0 -0 ) ( -0 0.0625 0 ) ) zombietextures_dev/tiles01_clip 0 0 0 ( 816 1024 0 ) ( 816 960 0 ) ( 880 1024 0 ) ( ( 0.0625 0 -0 ) ( -0 0.0625 0 ) ) zombietextures_dev/tiles01_pink_clip 0 0 0
( 112 1024 0 ) ( 112 960 16 ) ( -16 1024 0 ) ( ( 0.0625 0 -0 ) ( -0 0.0625 0 ) ) zombietextures_dev/tiles01_clip 0 0 0 ( 112 1024 0 ) ( 112 960 16 ) ( -16 1024 0 ) ( ( 0.0625 0 -0 ) ( -0 0.0625 0 ) ) zombietextures_dev/tiles01_pink_clip 0 0 0
( 816 1344 0 ) ( 880 1344 16 ) ( 816 1216 0 ) ( ( 0.0625 0 -0 ) ( -0 0.0625 0 ) ) zombietextures_dev/tiles01_clip 0 0 0 ( 816 1344 0 ) ( 880 1344 16 ) ( 816 1216 0 ) ( ( 0.0625 0 -0 ) ( -0 0.0625 0 ) ) zombietextures_dev/tiles01_pink_clip 0 0 0
} }
} }
// brush 1 // brush 1
{ {
brushDef brushDef
{ {
( 1024 832 16 ) ( 1024 768 16 ) ( 880 832 16 ) ( ( 0.0625 0 -0 ) ( -0 0.0625 0 ) ) zombietextures_dev/tiles01_clip 0 0 0 ( 1024 832 16 ) ( 1024 768 16 ) ( 880 832 16 ) ( ( 0.0625 0 -0 ) ( -0 0.0625 0 ) ) zombietextures_dev/tiles01_pink_clip 0 0 0
( 1024 832 32 ) ( 880 832 32 ) ( 1024 832 0 ) ( ( 0.0625 0 -0 ) ( -0 0.0625 0 ) ) zombietextures_dev/tiles01_clip 0 0 0 ( 1024 832 32 ) ( 880 832 32 ) ( 1024 832 0 ) ( ( 0.0625 0 -0 ) ( -0 0.0625 0 ) ) zombietextures_dev/tiles01_pink_clip 0 0 0
( 1024 832 32 ) ( 1024 832 0 ) ( 1024 768 32 ) ( ( 0.0625 0 -0 ) ( -0 0.0625 0 ) ) zombietextures_dev/tiles01_clip 0 0 0 ( 1024 832 32 ) ( 1024 832 0 ) ( 1024 768 32 ) ( ( 0.0625 0 -0 ) ( -0 0.0625 0 ) ) zombietextures_dev/tiles01_pink_clip 0 0 0
( 880 768 0 ) ( 1024 768 0 ) ( 880 832 0 ) ( ( 0.0625 0 -0 ) ( -0 0.0625 0 ) ) zombietextures_dev/tiles01_clip 0 0 0 ( 880 768 0 ) ( 1024 768 0 ) ( 880 832 0 ) ( ( 0.0625 0 -0 ) ( -0 0.0625 0 ) ) zombietextures_dev/tiles01_pink_clip 0 0 0
( 880 768 0 ) ( 880 768 32 ) ( 1024 768 0 ) ( ( 0.0625 0 -0 ) ( -0 0.0625 0 ) ) zombietextures_dev/tiles01_clip 0 0 0 ( 880 768 0 ) ( 880 768 32 ) ( 1024 768 0 ) ( ( 0.0625 0 -0 ) ( -0 0.0625 0 ) ) zombietextures_dev/tiles01_pink_clip 0 0 0
( 880 768 0 ) ( 880 832 0 ) ( 880 768 32 ) ( ( 0.0625 0 -0 ) ( -0 0.0625 0 ) ) zombietextures_dev/tiles01_clip 0 0 0 ( 880 768 0 ) ( 880 832 0 ) ( 880 768 32 ) ( ( 0.0625 0 -0 ) ( -0 0.0625 0 ) ) zombietextures_dev/tiles01_pink_clip 0 0 0
} }
} }
// brush 2 // brush 2
{ {
brushDef brushDef
{ {
( 1024 256 16 ) ( 1024 192 16 ) ( 880 256 16 ) ( ( 0.0625 0 -0 ) ( -0 0.0625 0 ) ) zombietextures_dev/tiles01_clip 0 0 0 ( 1024 256 16 ) ( 1024 192 16 ) ( 880 256 16 ) ( ( 0.0625 0 -0 ) ( -0 0.0625 0 ) ) zombietextures_dev/tiles01_pink_clip 0 0 0
( 1024 256 32 ) ( 880 256 32 ) ( 1024 256 0 ) ( ( 0.0625 0 -0 ) ( -0 0.0625 0 ) ) zombietextures_dev/tiles01_clip 0 0 0 ( 1024 256 32 ) ( 880 256 32 ) ( 1024 256 0 ) ( ( 0.0625 0 -0 ) ( -0 0.0625 0 ) ) zombietextures_dev/tiles01_pink_clip 0 0 0
( 1024 256 32 ) ( 1024 256 0 ) ( 1024 192 32 ) ( ( 0.0625 0 -0 ) ( -0 0.0625 0 ) ) zombietextures_dev/tiles01_clip 0 0 0 ( 1024 256 32 ) ( 1024 256 0 ) ( 1024 192 32 ) ( ( 0.0625 0 -0 ) ( -0 0.0625 0 ) ) zombietextures_dev/tiles01_pink_clip 0 0 0
( 880 192 0 ) ( 1024 192 0 ) ( 880 256 0 ) ( ( 0.0625 0 -0 ) ( -0 0.0625 0 ) ) zombietextures_dev/tiles01_clip 0 0 0 ( 880 192 0 ) ( 1024 192 0 ) ( 880 256 0 ) ( ( 0.0625 0 -0 ) ( -0 0.0625 0 ) ) zombietextures_dev/tiles01_pink_clip 0 0 0
( 880 192 0 ) ( 880 192 32 ) ( 1024 192 0 ) ( ( 0.0625 0 -0 ) ( -0 0.0625 0 ) ) zombietextures_dev/tiles01_clip 0 0 0 ( 880 192 0 ) ( 880 192 32 ) ( 1024 192 0 ) ( ( 0.0625 0 -0 ) ( -0 0.0625 0 ) ) zombietextures_dev/tiles01_pink_clip 0 0 0
( 880 192 0 ) ( 880 256 0 ) ( 880 192 32 ) ( ( 0.0625 0 -0 ) ( -0 0.0625 0 ) ) zombietextures_dev/tiles01_clip 0 0 0 ( 880 192 0 ) ( 880 256 0 ) ( 880 192 32 ) ( ( 0.0625 0 -0 ) ( -0 0.0625 0 ) ) zombietextures_dev/tiles01_pink_clip 0 0 0
} }
} }
// brush 3 // brush 3
{ {
brushDef brushDef
{ {
( 1024 64 16 ) ( 1024 0 16 ) ( 880 64 16 ) ( ( 0.0625 0 -0 ) ( -0 0.0625 0 ) ) zombietextures_dev/tiles01_clip 0 0 0 ( 1024 64 16 ) ( 1024 0 16 ) ( 880 64 16 ) ( ( 0.0625 0 -0 ) ( -0 0.0625 0 ) ) zombietextures_dev/tiles01_pink_clip 0 0 0
( 1024 64 32 ) ( 880 64 32 ) ( 1024 64 0 ) ( ( 0.0625 0 -0 ) ( -0 0.0625 0 ) ) zombietextures_dev/tiles01_clip 0 0 0 ( 1024 64 32 ) ( 880 64 32 ) ( 1024 64 0 ) ( ( 0.0625 0 -0 ) ( -0 0.0625 0 ) ) zombietextures_dev/tiles01_pink_clip 0 0 0
( 1024 64 32 ) ( 1024 64 0 ) ( 1024 0 32 ) ( ( 0.0625 0 -0 ) ( -0 0.0625 0 ) ) zombietextures_dev/tiles01_clip 0 0 0 ( 1024 64 32 ) ( 1024 64 0 ) ( 1024 0 32 ) ( ( 0.0625 0 -0 ) ( -0 0.0625 0 ) ) zombietextures_dev/tiles01_pink_clip 0 0 0
( 880 0 0 ) ( 1024 0 0 ) ( 880 64 0 ) ( ( 0.0625 0 -0 ) ( -0 0.0625 0 ) ) zombietextures_dev/tiles01_clip 0 0 0 ( 880 0 0 ) ( 1024 0 0 ) ( 880 64 0 ) ( ( 0.0625 0 -0 ) ( -0 0.0625 0 ) ) zombietextures_dev/tiles01_pink_clip 0 0 0
( 880 0 0 ) ( 880 0 32 ) ( 1024 0 0 ) ( ( 0.0625 0 -0 ) ( -0 0.0625 0 ) ) zombietextures_dev/tiles01_clip 0 0 0 ( 880 0 0 ) ( 880 0 32 ) ( 1024 0 0 ) ( ( 0.0625 0 -0 ) ( -0 0.0625 0 ) ) zombietextures_dev/tiles01_pink_clip 0 0 0
( 880 0 0 ) ( 880 64 0 ) ( 880 0 32 ) ( ( 0.0625 0 -0 ) ( -0 0.0625 0 ) ) zombietextures_dev/tiles01_clip 0 0 0 ( 880 0 0 ) ( 880 64 0 ) ( 880 0 32 ) ( ( 0.0625 0 -0 ) ( -0 0.0625 0 ) ) zombietextures_dev/tiles01_pink_clip 0 0 0
} }
} }
// brush 4 // brush 4
{ {
brushDef brushDef
{ {
( 1024 -512 16 ) ( 1024 -576 16 ) ( 880 -512 16 ) ( ( 0.0625 0 -0 ) ( -0 0.0625 0 ) ) zombietextures_dev/tiles01_clip 0 0 0 ( 1024 -512 16 ) ( 1024 -576 16 ) ( 880 -512 16 ) ( ( 0.0625 0 -0 ) ( -0 0.0625 0 ) ) zombietextures_dev/tiles01_pink_clip 0 0 0
( 1024 -512 32 ) ( 880 -512 32 ) ( 1024 -512 0 ) ( ( 0.0625 0 -0 ) ( -0 0.0625 0 ) ) zombietextures_dev/tiles01_clip 0 0 0 ( 1024 -512 32 ) ( 880 -512 32 ) ( 1024 -512 0 ) ( ( 0.0625 0 -0 ) ( -0 0.0625 0 ) ) zombietextures_dev/tiles01_pink_clip 0 0 0
( 1024 -512 32 ) ( 1024 -512 0 ) ( 1024 -576 32 ) ( ( 0.0625 0 -0 ) ( -0 0.0625 0 ) ) zombietextures_dev/tiles01_clip 0 0 0 ( 1024 -512 32 ) ( 1024 -512 0 ) ( 1024 -576 32 ) ( ( 0.0625 0 -0 ) ( -0 0.0625 0 ) ) zombietextures_dev/tiles01_pink_clip 0 0 0
( 880 -576 0 ) ( 1024 -576 0 ) ( 880 -512 0 ) ( ( 0.0625 0 -0 ) ( -0 0.0625 0 ) ) zombietextures_dev/tiles01_clip 0 0 0 ( 880 -576 0 ) ( 1024 -576 0 ) ( 880 -512 0 ) ( ( 0.0625 0 -0 ) ( -0 0.0625 0 ) ) zombietextures_dev/tiles01_pink_clip 0 0 0
( 880 -576 0 ) ( 880 -576 32 ) ( 1024 -576 0 ) ( ( 0.0625 0 -0 ) ( -0 0.0625 0 ) ) zombietextures_dev/tiles01_clip 0 0 0 ( 880 -576 0 ) ( 880 -576 32 ) ( 1024 -576 0 ) ( ( 0.0625 0 -0 ) ( -0 0.0625 0 ) ) zombietextures_dev/tiles01_pink_clip 0 0 0
( 880 -576 0 ) ( 880 -512 0 ) ( 880 -576 32 ) ( ( 0.0625 0 -0 ) ( -0 0.0625 0 ) ) zombietextures_dev/tiles01_clip 0 0 0 ( 880 -576 0 ) ( 880 -512 0 ) ( 880 -576 32 ) ( ( 0.0625 0 -0 ) ( -0 0.0625 0 ) ) zombietextures_dev/tiles01_pink_clip 0 0 0
} }
} }
// brush 5 // brush 5
{ {
brushDef brushDef
{ {
( 1024 -128 16 ) ( 1024 -192 16 ) ( 880 -128 16 ) ( ( 0.0625 0 -0 ) ( -0 0.0625 0 ) ) zombietextures_dev/tiles01_clip 0 0 0 ( 1024 -128 16 ) ( 1024 -192 16 ) ( 880 -128 16 ) ( ( 0.0625 0 -0 ) ( -0 0.0625 0 ) ) zombietextures_dev/tiles01_pink_clip 0 0 0
( 1024 -128 32 ) ( 880 -128 32 ) ( 1024 -128 0 ) ( ( 0.0625 0 -0 ) ( -0 0.0625 0 ) ) zombietextures_dev/tiles01_clip 0 0 0 ( 1024 -128 32 ) ( 880 -128 32 ) ( 1024 -128 0 ) ( ( 0.0625 0 -0 ) ( -0 0.0625 0 ) ) zombietextures_dev/tiles01_pink_clip 0 0 0
( 1024 -128 32 ) ( 1024 -128 0 ) ( 1024 -192 32 ) ( ( 0.0625 0 -0 ) ( -0 0.0625 0 ) ) zombietextures_dev/tiles01_clip 0 0 0 ( 1024 -128 32 ) ( 1024 -128 0 ) ( 1024 -192 32 ) ( ( 0.0625 0 -0 ) ( -0 0.0625 0 ) ) zombietextures_dev/tiles01_pink_clip 0 0 0
( 880 -192 0 ) ( 1024 -192 0 ) ( 880 -128 0 ) ( ( 0.0625 0 -0 ) ( -0 0.0625 0 ) ) zombietextures_dev/tiles01_clip 0 0 0 ( 880 -192 0 ) ( 1024 -192 0 ) ( 880 -128 0 ) ( ( 0.0625 0 -0 ) ( -0 0.0625 0 ) ) zombietextures_dev/tiles01_pink_clip 0 0 0
( 880 -192 0 ) ( 880 -192 32 ) ( 1024 -192 0 ) ( ( 0.0625 0 -0 ) ( -0 0.0625 0 ) ) zombietextures_dev/tiles01_clip 0 0 0 ( 880 -192 0 ) ( 880 -192 32 ) ( 1024 -192 0 ) ( ( 0.0625 0 -0 ) ( -0 0.0625 0 ) ) zombietextures_dev/tiles01_pink_clip 0 0 0
( 880 -192 0 ) ( 880 -128 0 ) ( 880 -192 32 ) ( ( 0.0625 0 -0 ) ( -0 0.0625 0 ) ) zombietextures_dev/tiles01_clip 0 0 0 ( 880 -192 0 ) ( 880 -128 0 ) ( 880 -192 32 ) ( ( 0.0625 0 -0 ) ( -0 0.0625 0 ) ) zombietextures_dev/tiles01_pink_clip 0 0 0
} }
} }
// brush 6 // brush 6
{ {
brushDef brushDef
{ {
( 1024 -704 16 ) ( 1024 -768 16 ) ( 880 -704 16 ) ( ( 0.0625 0 -0 ) ( -0 0.0625 0 ) ) zombietextures_dev/tiles01_clip 0 0 0 ( 1024 -704 16 ) ( 1024 -768 16 ) ( 880 -704 16 ) ( ( 0.0625 0 -0 ) ( -0 0.0625 0 ) ) zombietextures_dev/tiles01_pink_clip 0 0 0
( 1024 -704 32 ) ( 880 -704 32 ) ( 1024 -704 0 ) ( ( 0.0625 0 -0 ) ( -0 0.0625 0 ) ) zombietextures_dev/tiles01_clip 0 0 0 ( 1024 -704 32 ) ( 880 -704 32 ) ( 1024 -704 0 ) ( ( 0.0625 0 -0 ) ( -0 0.0625 0 ) ) zombietextures_dev/tiles01_pink_clip 0 0 0
( 1024 -704 32 ) ( 1024 -704 0 ) ( 1024 -768 32 ) ( ( 0.0625 0 -0 ) ( -0 0.0625 0 ) ) zombietextures_dev/tiles01_clip 0 0 0 ( 1024 -704 32 ) ( 1024 -704 0 ) ( 1024 -768 32 ) ( ( 0.0625 0 -0 ) ( -0 0.0625 0 ) ) zombietextures_dev/tiles01_pink_clip 0 0 0
( 880 -768 0 ) ( 1024 -768 0 ) ( 880 -704 0 ) ( ( 0.0625 0 -0 ) ( -0 0.0625 0 ) ) zombietextures_dev/tiles01_clip 0 0 0 ( 880 -768 0 ) ( 1024 -768 0 ) ( 880 -704 0 ) ( ( 0.0625 0 -0 ) ( -0 0.0625 0 ) ) zombietextures_dev/tiles01_pink_clip 0 0 0
( 880 -768 0 ) ( 880 -768 32 ) ( 1024 -768 0 ) ( ( 0.0625 0 -0 ) ( -0 0.0625 0 ) ) zombietextures_dev/tiles01_clip 0 0 0 ( 880 -768 0 ) ( 880 -768 32 ) ( 1024 -768 0 ) ( ( 0.0625 0 -0 ) ( -0 0.0625 0 ) ) zombietextures_dev/tiles01_pink_clip 0 0 0
( 880 -768 0 ) ( 880 -704 0 ) ( 880 -768 32 ) ( ( 0.0625 0 -0 ) ( -0 0.0625 0 ) ) zombietextures_dev/tiles01_clip 0 0 0 ( 880 -768 0 ) ( 880 -704 0 ) ( 880 -768 32 ) ( ( 0.0625 0 -0 ) ( -0 0.0625 0 ) ) zombietextures_dev/tiles01_pink_clip 0 0 0
} }
} }
// brush 7 // brush 7
{ {
brushDef brushDef
{ {
( 1024 -320 16 ) ( 1024 -384 16 ) ( 880 -320 16 ) ( ( 0.0625 0 -0 ) ( -0 0.0625 0 ) ) zombietextures_dev/tiles01_clip 0 0 0 ( 1024 -320 16 ) ( 1024 -384 16 ) ( 880 -320 16 ) ( ( 0.0625 0 -0 ) ( -0 0.0625 0 ) ) zombietextures_dev/tiles01_pink_clip 0 0 0
( 1024 -320 32 ) ( 880 -320 32 ) ( 1024 -320 0 ) ( ( 0.0625 0 -0 ) ( -0 0.0625 0 ) ) zombietextures_dev/tiles01_clip 0 0 0 ( 1024 -320 32 ) ( 880 -320 32 ) ( 1024 -320 0 ) ( ( 0.0625 0 -0 ) ( -0 0.0625 0 ) ) zombietextures_dev/tiles01_pink_clip 0 0 0
( 1024 -320 32 ) ( 1024 -320 0 ) ( 1024 -384 32 ) ( ( 0.0625 0 -0 ) ( -0 0.0625 0 ) ) zombietextures_dev/tiles01_clip 0 0 0 ( 1024 -320 32 ) ( 1024 -320 0 ) ( 1024 -384 32 ) ( ( 0.0625 0 -0 ) ( -0 0.0625 0 ) ) zombietextures_dev/tiles01_pink_clip 0 0 0
( 880 -384 0 ) ( 1024 -384 0 ) ( 880 -320 0 ) ( ( 0.0625 0 -0 ) ( -0 0.0625 0 ) ) zombietextures_dev/tiles01_clip 0 0 0 ( 880 -384 0 ) ( 1024 -384 0 ) ( 880 -320 0 ) ( ( 0.0625 0 -0 ) ( -0 0.0625 0 ) ) zombietextures_dev/tiles01_pink_clip 0 0 0
( 880 -384 0 ) ( 880 -384 32 ) ( 1024 -384 0 ) ( ( 0.0625 0 -0 ) ( -0 0.0625 0 ) ) zombietextures_dev/tiles01_clip 0 0 0 ( 880 -384 0 ) ( 880 -384 32 ) ( 1024 -384 0 ) ( ( 0.0625 0 -0 ) ( -0 0.0625 0 ) ) zombietextures_dev/tiles01_pink_clip 0 0 0
( 880 -384 0 ) ( 880 -320 0 ) ( 880 -384 32 ) ( ( 0.0625 0 -0 ) ( -0 0.0625 0 ) ) zombietextures_dev/tiles01_clip 0 0 0 ( 880 -384 0 ) ( 880 -320 0 ) ( 880 -384 32 ) ( ( 0.0625 0 -0 ) ( -0 0.0625 0 ) ) zombietextures_dev/tiles01_pink_clip 0 0 0
} }
} }
// brush 8 // brush 8
{ {
brushDef brushDef
{ {
( 1024 640 16 ) ( 1024 576 16 ) ( 880 640 16 ) ( ( 0.0625 0 -0 ) ( -0 0.0625 0 ) ) zombietextures_dev/tiles01_clip 0 0 0 ( 1024 640 16 ) ( 1024 576 16 ) ( 880 640 16 ) ( ( 0.0625 0 -0 ) ( -0 0.0625 0 ) ) zombietextures_dev/tiles01_pink_clip 0 0 0
( 1024 640 32 ) ( 880 640 32 ) ( 1024 640 0 ) ( ( 0.0625 0 -0 ) ( -0 0.0625 0 ) ) zombietextures_dev/tiles01_clip 0 0 0 ( 1024 640 32 ) ( 880 640 32 ) ( 1024 640 0 ) ( ( 0.0625 0 -0 ) ( -0 0.0625 0 ) ) zombietextures_dev/tiles01_pink_clip 0 0 0
( 1024 640 32 ) ( 1024 640 0 ) ( 1024 576 32 ) ( ( 0.0625 0 -0 ) ( -0 0.0625 0 ) ) zombietextures_dev/tiles01_clip 0 0 0 ( 1024 640 32 ) ( 1024 640 0 ) ( 1024 576 32 ) ( ( 0.0625 0 -0 ) ( -0 0.0625 0 ) ) zombietextures_dev/tiles01_pink_clip 0 0 0
( 880 576 0 ) ( 1024 576 0 ) ( 880 640 0 ) ( ( 0.0625 0 -0 ) ( -0 0.0625 0 ) ) zombietextures_dev/tiles01_clip 0 0 0 ( 880 576 0 ) ( 1024 576 0 ) ( 880 640 0 ) ( ( 0.0625 0 -0 ) ( -0 0.0625 0 ) ) zombietextures_dev/tiles01_pink_clip 0 0 0
( 880 576 0 ) ( 880 576 32 ) ( 1024 576 0 ) ( ( 0.0625 0 -0 ) ( -0 0.0625 0 ) ) zombietextures_dev/tiles01_clip 0 0 0 ( 880 576 0 ) ( 880 576 32 ) ( 1024 576 0 ) ( ( 0.0625 0 -0 ) ( -0 0.0625 0 ) ) zombietextures_dev/tiles01_pink_clip 0 0 0
( 880 576 0 ) ( 880 640 0 ) ( 880 576 32 ) ( ( 0.0625 0 -0 ) ( -0 0.0625 0 ) ) zombietextures_dev/tiles01_clip 0 0 0 ( 880 576 0 ) ( 880 640 0 ) ( 880 576 32 ) ( ( 0.0625 0 -0 ) ( -0 0.0625 0 ) ) zombietextures_dev/tiles01_pink_clip 0 0 0
} }
} }
// brush 9 // brush 9
{ {
brushDef brushDef
{ {
( 1024 448 16 ) ( 1024 384 16 ) ( 880 448 16 ) ( ( 0.0625 0 -0 ) ( -0 0.0625 0 ) ) zombietextures_dev/tiles01_clip 0 0 0 ( 1024 448 16 ) ( 1024 384 16 ) ( 880 448 16 ) ( ( 0.0625 0 -0 ) ( -0 0.0625 0 ) ) zombietextures_dev/tiles01_pink_clip 0 0 0
( 1024 448 32 ) ( 880 448 32 ) ( 1024 448 0 ) ( ( 0.0625 0 -0 ) ( -0 0.0625 0 ) ) zombietextures_dev/tiles01_clip 0 0 0 ( 1024 448 32 ) ( 880 448 32 ) ( 1024 448 0 ) ( ( 0.0625 0 -0 ) ( -0 0.0625 0 ) ) zombietextures_dev/tiles01_pink_clip 0 0 0
( 1024 448 32 ) ( 1024 448 0 ) ( 1024 384 32 ) ( ( 0.0625 0 -0 ) ( -0 0.0625 0 ) ) zombietextures_dev/tiles01_clip 0 0 0 ( 1024 448 32 ) ( 1024 448 0 ) ( 1024 384 32 ) ( ( 0.0625 0 -0 ) ( -0 0.0625 0 ) ) zombietextures_dev/tiles01_pink_clip 0 0 0
( 880 384 0 ) ( 1024 384 0 ) ( 880 448 0 ) ( ( 0.0625 0 -0 ) ( -0 0.0625 0 ) ) zombietextures_dev/tiles01_clip 0 0 0 ( 880 384 0 ) ( 1024 384 0 ) ( 880 448 0 ) ( ( 0.0625 0 -0 ) ( -0 0.0625 0 ) ) zombietextures_dev/tiles01_pink_clip 0 0 0
( 880 384 0 ) ( 880 384 32 ) ( 1024 384 0 ) ( ( 0.0625 0 -0 ) ( -0 0.0625 0 ) ) zombietextures_dev/tiles01_clip 0 0 0 ( 880 384 0 ) ( 880 384 32 ) ( 1024 384 0 ) ( ( 0.0625 0 -0 ) ( -0 0.0625 0 ) ) zombietextures_dev/tiles01_pink_clip 0 0 0
( 880 384 0 ) ( 880 448 0 ) ( 880 384 32 ) ( ( 0.0625 0 -0 ) ( -0 0.0625 0 ) ) zombietextures_dev/tiles01_clip 0 0 0 ( 880 384 0 ) ( 880 448 0 ) ( 880 384 32 ) ( ( 0.0625 0 -0 ) ( -0 0.0625 0 ) ) zombietextures_dev/tiles01_pink_clip 0 0 0
} }
} }
// brush 10 // brush 10
{ {
brushDef brushDef
{ {
( 880 872 16 ) ( 880 808 16 ) ( 880 872 0 ) ( ( 0.0625 0 -0 ) ( -0 0.0625 0 ) ) zombietextures_dev/tiles01_clip 0 0 0 ( 880 872 16 ) ( 880 808 16 ) ( 880 872 0 ) ( ( 0.0625 0 -0 ) ( -0 0.0625 0 ) ) zombietextures_dev/tiles01_pink_clip 0 0 0
( 2736 960 0 ) ( 2736 1024 0 ) ( 2608 960 0 ) ( ( 0.0625 0 -0 ) ( -0 0.0625 0 ) ) zombietextures_dev/tiles01_clip 0 0 0 ( 2736 960 0 ) ( 2736 1024 0 ) ( 2608 960 0 ) ( ( 0.0625 0 -0 ) ( -0 0.0625 0 ) ) zombietextures_dev/tiles01_pink_clip 0 0 0
( 1024 888 0 ) ( 1024 888 16 ) ( 1024 952 0 ) ( ( 0.0625 0 -0 ) ( -0 0.0625 0 ) ) zombietextures_dev/tiles01_clip 0 0 0 ( 1024 888 0 ) ( 1024 888 16 ) ( 1024 952 0 ) ( ( 0.0625 0 -0 ) ( -0 0.0625 0 ) ) zombietextures_dev/tiles01_pink_clip 0 0 0
( 2736 960 0 ) ( 2608 960 0 ) ( 2736 960 16 ) ( ( 0.0625 0 -0 ) ( -0 0.0625 0 ) ) zombietextures_dev/tiles01_clip 0 0 0 ( 2736 960 0 ) ( 2608 960 0 ) ( 2736 960 16 ) ( ( 0.0625 0 -0 ) ( -0 0.0625 0 ) ) zombietextures_dev/tiles01_pink_clip 0 0 0
( 3504 960 16 ) ( 3504 1024 0 ) ( 3632 960 16 ) ( ( 0.0625 0 -0 ) ( -0 0.0625 0 ) ) zombietextures_dev/tiles01_clip 0 0 0 ( 3504 960 16 ) ( 3504 1024 0 ) ( 3632 960 16 ) ( ( 0.0625 0 -0 ) ( -0 0.0625 0 ) ) zombietextures_dev/tiles01_pink_clip 0 0 0
} }
} }
// brush 11 // brush 11
{ {
brushDef brushDef
{ {
( 880 -896 16 ) ( 816 -896 16 ) ( 880 -896 0 ) ( ( 0.0625 0 -0 ) ( -0 0.0625 0 ) ) zombietextures_dev/tiles01_clip 0 0 0 ( 880 -896 16 ) ( 816 -896 16 ) ( 880 -896 0 ) ( ( 0.0625 0 -0 ) ( -0 0.0625 0 ) ) zombietextures_dev/tiles01_pink_clip 0 0 0
( 880 -896 16 ) ( 880 -896 0 ) ( 880 -960 16 ) ( ( 0.0625 0 -0 ) ( -0 0.0625 0 ) ) zombietextures_dev/tiles01_clip 0 0 0 ( 880 -896 16 ) ( 880 -896 0 ) ( 880 -960 16 ) ( ( 0.0625 0 -0 ) ( -0 0.0625 0 ) ) zombietextures_dev/tiles01_pink_clip 0 0 0
( 816 -960 0 ) ( 880 -960 0 ) ( 816 -896 0 ) ( ( 0.0625 0 -0 ) ( -0 0.0625 0 ) ) zombietextures_dev/tiles01_clip 0 0 0 ( 816 -960 0 ) ( 880 -960 0 ) ( 816 -896 0 ) ( ( 0.0625 0 -0 ) ( -0 0.0625 0 ) ) zombietextures_dev/tiles01_pink_clip 0 0 0
( 816 -1664 0 ) ( 880 -1664 16 ) ( 816 -1792 0 ) ( ( 0.0625 0 -0 ) ( -0 0.0625 0 ) ) zombietextures_dev/tiles01_clip 0 0 0 ( 816 -1664 0 ) ( 880 -1664 16 ) ( 816 -1792 0 ) ( ( 0.0625 0 -0 ) ( -0 0.0625 0 ) ) zombietextures_dev/tiles01_pink_clip 0 0 0
( 496 -960 0 ) ( 496 -896 16 ) ( 624 -960 0 ) ( ( 0.0625 0 -0 ) ( -0 0.0625 0 ) ) zombietextures_dev/tiles01_clip 0 0 0 ( 496 -960 0 ) ( 496 -896 16 ) ( 624 -960 0 ) ( ( 0.0625 0 -0 ) ( -0 0.0625 0 ) ) zombietextures_dev/tiles01_pink_clip 0 0 0
} }
} }
// brush 12 // brush 12
{ {
brushDef brushDef
{ {
( 1024 -808 16 ) ( 1024 -744 16 ) ( 1024 -808 0 ) ( ( 0.0625 0 -0 ) ( -0 0.0625 0 ) ) zombietextures_dev/tiles01_clip 0 0 0 ( 1024 -808 16 ) ( 1024 -744 16 ) ( 1024 -808 0 ) ( ( 0.0625 0 -0 ) ( -0 0.0625 0 ) ) zombietextures_dev/tiles01_pink_clip 0 0 0
( -832 -896 0 ) ( -832 -960 0 ) ( -704 -896 0 ) ( ( 0.0625 0 -0 ) ( -0 0.0625 0 ) ) zombietextures_dev/tiles01_clip 0 0 0 ( -832 -896 0 ) ( -832 -960 0 ) ( -704 -896 0 ) ( ( 0.0625 0 -0 ) ( -0 0.0625 0 ) ) zombietextures_dev/tiles01_pink_clip 0 0 0
( 880 -824 0 ) ( 880 -824 16 ) ( 880 -888 0 ) ( ( 0.0625 0 -0 ) ( -0 0.0625 0 ) ) zombietextures_dev/tiles01_clip 0 0 0 ( 880 -824 0 ) ( 880 -824 16 ) ( 880 -888 0 ) ( ( 0.0625 0 -0 ) ( -0 0.0625 0 ) ) zombietextures_dev/tiles01_pink_clip 0 0 0
( -832 -896 0 ) ( -704 -896 0 ) ( -832 -896 16 ) ( ( 0.0625 0 -0 ) ( -0 0.0625 0 ) ) zombietextures_dev/tiles01_clip 0 0 0 ( -832 -896 0 ) ( -704 -896 0 ) ( -832 -896 16 ) ( ( 0.0625 0 -0 ) ( -0 0.0625 0 ) ) zombietextures_dev/tiles01_pink_clip 0 0 0
( -1600 -896 16 ) ( -1600 -960 0 ) ( -1728 -896 16 ) ( ( 0.0625 0 -0 ) ( -0 0.0625 0 ) ) zombietextures_dev/tiles01_clip 0 0 0 ( -1600 -896 16 ) ( -1600 -960 0 ) ( -1728 -896 16 ) ( ( 0.0625 0 -0 ) ( -0 0.0625 0 ) ) zombietextures_dev/tiles01_pink_clip 0 0 0
} }
} }
// brush 13 // brush 13
{ {
brushDef brushDef
{ {
( 968 -896 16 ) ( 1032 -896 16 ) ( 968 -896 0 ) ( ( 0.0625 0 -0 ) ( -0 0.0625 0 ) ) zombietextures_dev/tiles01_clip 0 0 0 ( 968 -896 16 ) ( 1032 -896 16 ) ( 968 -896 0 ) ( ( 0.0625 0 -0 ) ( -0 0.0625 0 ) ) zombietextures_dev/tiles01_pink_clip 0 0 0
( 880 960 0 ) ( 816 960 0 ) ( 880 832 0 ) ( ( 0.0625 0 -0 ) ( -0 0.0625 0 ) ) zombietextures_dev/tiles01_clip 0 0 0 ( 880 960 0 ) ( 816 960 0 ) ( 880 832 0 ) ( ( 0.0625 0 -0 ) ( -0 0.0625 0 ) ) zombietextures_dev/tiles01_pink_clip 0 0 0
( 880 960 0 ) ( 880 960 16 ) ( 816 960 0 ) ( ( 0.0625 0 -0 ) ( -0 0.0625 0 ) ) zombietextures_dev/tiles01_clip 0 0 0 ( 880 960 0 ) ( 880 960 16 ) ( 816 960 0 ) ( ( 0.0625 0 -0 ) ( -0 0.0625 0 ) ) zombietextures_dev/tiles01_pink_clip 0 0 0
( 880 960 0 ) ( 880 832 0 ) ( 880 960 16 ) ( ( 0.0625 0 -0 ) ( -0 0.0625 0 ) ) zombietextures_dev/tiles01_clip 0 0 0 ( 880 960 0 ) ( 880 832 0 ) ( 880 960 16 ) ( ( 0.0625 0 -0 ) ( -0 0.0625 0 ) ) zombietextures_dev/tiles01_pink_clip 0 0 0
( 880 1728 16 ) ( 816 1728 0 ) ( 880 1856 16 ) ( ( 0.0625 0 -0 ) ( -0 0.0625 0 ) ) zombietextures_dev/tiles01_clip 0 0 0 ( 880 1728 16 ) ( 816 1728 0 ) ( 880 1856 16 ) ( ( 0.0625 0 -0 ) ( -0 0.0625 0 ) ) zombietextures_dev/tiles01_pink_clip 0 0 0
} }
} }
} }

21
devworld.obj.import Normal file
View file

@ -0,0 +1,21 @@
[remap]
importer="wavefront_obj"
importer_version=1
type="Mesh"
uid="uid://dsmi3hnomxsni"
path="res://.godot/imported/devworld.obj-3ca89ffe55391070ab28650db7dfa58e.mesh"
[deps]
files=["res://.godot/imported/devworld.obj-3ca89ffe55391070ab28650db7dfa58e.mesh"]
source_file="res://assets/devworld.obj"
dest_files=["res://.godot/imported/devworld.obj-3ca89ffe55391070ab28650db7dfa58e.mesh", "res://.godot/imported/devworld.obj-3ca89ffe55391070ab28650db7dfa58e.mesh"]
[params]
generate_tangents=true
scale_mesh=Vector3(1, 1, 1)
offset_mesh=Vector3(0, 0, 0)
optimize_mesh=true

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

View file

@ -5,18 +5,6 @@
{ {
brushDef brushDef
{ {
( 544 240 160 ) ( 544 -144 160 ) ( 528 240 160 ) ( ( 0.0091081019 0.0034962732 -0.1121951193 ) ( -0.0034962732 0.0091081019 0 ) ) zombietextures_dev/tiles05_door 0 0 0
( 592 96 256 ) ( 576 96 256 ) ( 592 96 48 ) ( ( 0.0091081019 0.0034962732 -0.1121951193 ) ( -0.0034962732 0.0091081019 0 ) ) zombietextures_dev/tiles05_door 0 0 0
( 172 224 256 ) ( 172 224 48 ) ( 172 -160 256 ) ( ( 0.0091081019 0.0034962732 -0.1121951193 ) ( -0.0034962732 0.0091081019 0 ) ) zombietextures_dev/tiles05_door 0 0 0
( 544 -144 32 ) ( 560 -144 32 ) ( 544 240 32 ) ( ( 0.0091081019 0.0034962732 -0.1121951193 ) ( -0.0034962732 0.0091081019 0 ) ) zombietextures_dev/tiles05_door 0 0 0
( 576 0 48 ) ( 576 0 256 ) ( 592 0 48 ) ( ( 0.0091081019 0.0034962732 -0.1121951193 ) ( -0.0034962732 0.0091081019 0 ) ) zombietextures_dev/tiles05_door 0 0 0
( 164 -192 48 ) ( 164 192 48 ) ( 164 -192 256 ) ( ( 0.0091081019 0.0034962732 -0.1121951193 ) ( -0.0034962732 0.0091081019 0 ) ) zombietextures_dev/tiles05_door 0 0 0
}
}
// brush 1
{
brushDef
{
( -432 52 164 ) ( -432 48 164 ) ( -464 52 164 ) ( ( 0.0097560985 0.0168980584 -0.1121951193 ) ( -0.0168980584 0.0097560985 0 ) ) zombietextures_dev/tiles05_player 0 0 0 ( -432 52 164 ) ( -432 48 164 ) ( -464 52 164 ) ( ( 0.0097560985 0.0168980584 -0.1121951193 ) ( -0.0168980584 0.0097560985 0 ) ) zombietextures_dev/tiles05_player 0 0 0
( -432 64 164 ) ( -464 64 164 ) ( -432 64 96 ) ( ( 0.0097560985 0.0168980584 -0.1121951193 ) ( -0.0168980584 0.0097560985 0 ) ) zombietextures_dev/tiles05_player 0 0 0 ( -432 64 164 ) ( -464 64 164 ) ( -432 64 96 ) ( ( 0.0097560985 0.0168980584 -0.1121951193 ) ( -0.0168980584 0.0097560985 0 ) ) zombietextures_dev/tiles05_player 0 0 0
( -432 52 164 ) ( -432 52 96 ) ( -432 48 164 ) ( ( 0.0097560985 0.0168980584 -0.1121951193 ) ( -0.0168980584 0.0097560985 0 ) ) zombietextures_dev/tiles05_player 0 0 0 ( -432 52 164 ) ( -432 52 96 ) ( -432 48 164 ) ( ( 0.0097560985 0.0168980584 -0.1121951193 ) ( -0.0168980584 0.0097560985 0 ) ) zombietextures_dev/tiles05_player 0 0 0
@ -25,28 +13,40 @@ brushDef
( -464 48 96 ) ( -464 52 96 ) ( -464 48 164 ) ( ( 0.0097560985 0.0168980584 -0.1121951193 ) ( -0.0168980584 0.0097560985 0 ) ) zombietextures_dev/tiles05_player 0 0 0 ( -464 48 96 ) ( -464 52 96 ) ( -464 48 164 ) ( ( 0.0097560985 0.0168980584 -0.1121951193 ) ( -0.0168980584 0.0097560985 0 ) ) zombietextures_dev/tiles05_player 0 0 0
} }
} }
// brush 1
{
brushDef
{
( 544 240 160 ) ( 544 -144 160 ) ( 528 240 160 ) ( ( 0.0091081019 0.0034962732 -0.1121951193 ) ( -0.0034962732 0.0091081019 0 ) ) zombietextures_dev/tiles05_door 0 0 0
( 592 96 256 ) ( 576 96 256 ) ( 592 96 48 ) ( ( 0.0091081019 0.0034962732 -0.1121951193 ) ( -0.0034962732 0.0091081019 0 ) ) zombietextures_dev/tiles05_door 0 0 0
( 172 224 256 ) ( 172 224 48 ) ( 172 -160 256 ) ( ( 0.0091081019 0.0034962732 -0.1121951193 ) ( -0.0034962732 0.0091081019 0 ) ) zombietextures_dev/tiles05_door 0 0 0
( 544 -144 32 ) ( 560 -144 32 ) ( 544 240 32 ) ( ( 0.0091081019 0.0034962732 -0.1121951193 ) ( -0.0034962732 0.0091081019 0 ) ) zombietextures_dev/tiles05_door 0 0 0
( 576 0 48 ) ( 576 0 256 ) ( 592 0 48 ) ( ( 0.0091081019 0.0034962732 -0.1121951193 ) ( -0.0034962732 0.0091081019 0 ) ) zombietextures_dev/tiles05_door 0 0 0
( 164 -192 48 ) ( 164 192 48 ) ( 164 -192 256 ) ( ( 0.0091081019 0.0034962732 -0.1121951193 ) ( -0.0034962732 0.0091081019 0 ) ) zombietextures_dev/tiles05_door 0 0 0
}
}
// brush 2 // brush 2
{ {
brushDef brushDef
{ {
( 816 144 128 ) ( 816 -48 128 ) ( 800 144 128 ) ( ( 0.0097560976 -0 -0.1121951193 ) ( 0 0.0097560976 0 ) ) zombietextures_dev/tiles05_door 0 0 0 ( -2512 2004 100 ) ( -2512 2000 100 ) ( -2544 2004 100 ) ( ( 0.0097560985 0.0168980584 -0.1121951193 ) ( -0.0168980584 0.0097560985 0 ) ) zombietextures_dev/tiles05_player 0 0 0
( 816 144 128 ) ( 800 144 128 ) ( 816 144 0 ) ( ( 0.0097560976 -0 -0.1121951193 ) ( 0 0.0097560976 0 ) ) zombietextures_dev/tiles05_door 0 0 0 ( -2512 2016 100 ) ( -2544 2016 100 ) ( -2512 2016 32 ) ( ( 0.0097560985 0.0168980584 -0.1121951193 ) ( -0.0168980584 0.0097560985 0 ) ) zombietextures_dev/tiles05_player 0 0 0
( 816 144 128 ) ( 816 144 0 ) ( 816 -48 128 ) ( ( 0.0097560976 -0 -0.1121951193 ) ( 0 0.0097560976 0 ) ) zombietextures_dev/tiles05_door 0 0 0 ( -2512 2004 100 ) ( -2512 2004 32 ) ( -2512 2000 100 ) ( ( 0.0097560985 0.0168980584 -0.1121951193 ) ( -0.0168980584 0.0097560985 0 ) ) zombietextures_dev/tiles05_player 0 0 0
( 800 -48 0 ) ( 816 -48 0 ) ( 800 144 0 ) ( ( 0.0097560976 -0 -0.1121951193 ) ( 0 0.0097560976 0 ) ) zombietextures_dev/tiles05_door 0 0 0 ( -2544 2000 32 ) ( -2512 2000 32 ) ( -2544 2004 32 ) ( ( 0.0097560985 0.0168980584 -0.1121951193 ) ( -0.0168980584 0.0097560985 0 ) ) zombietextures_dev/tiles05_player 0 0 0
( 816 -48 0 ) ( 816 -48 128 ) ( 832 -48 0 ) ( ( 0.0097560976 -0 -0.1121951193 ) ( 0 0.0097560976 0 ) ) zombietextures_dev/tiles05_door 0 0 0 ( -2544 1984 32 ) ( -2544 1984 100 ) ( -2512 1984 32 ) ( ( 0.0097560985 0.0168980584 -0.1121951193 ) ( -0.0168980584 0.0097560985 0 ) ) zombietextures_dev/tiles05_player 0 0 0
( 800 -48 0 ) ( 800 144 0 ) ( 800 -48 128 ) ( ( 0.0097560976 -0 -0.1121951193 ) ( 0 0.0097560976 0 ) ) zombietextures_dev/tiles05_door 0 0 0 ( -2544 2000 32 ) ( -2544 2004 32 ) ( -2544 2000 100 ) ( ( 0.0097560985 0.0168980584 -0.1121951193 ) ( -0.0168980584 0.0097560985 0 ) ) zombietextures_dev/tiles05_player 0 0 0
} }
} }
// brush 3 // brush 3
{ {
brushDef brushDef
{ {
( -56 108 100 ) ( -56 104 100 ) ( -88 108 100 ) ( ( 0.0097560985 0.0168980584 -0.1121951193 ) ( -0.0168980584 0.0097560985 0 ) ) zombietextures_dev/tiles05_player 0 0 0 ( -4976 628 100 ) ( -4976 624 100 ) ( -5008 628 100 ) ( ( 0.0625 0 -0 ) ( -0 0.0625 0 ) ) zombietextures_dev/tiles01_player 0 0 0
( -56 120 100 ) ( -88 120 100 ) ( -56 120 32 ) ( ( 0.0097560985 0.0168980584 -0.1121951193 ) ( -0.0168980584 0.0097560985 0 ) ) zombietextures_dev/tiles05_player 0 0 0 ( -4976 640 100 ) ( -5008 640 100 ) ( -4976 640 32 ) ( ( 0.0625 0 -0 ) ( -0 0.0625 0 ) ) zombietextures_dev/tiles01_player 0 0 0
( -56 108 100 ) ( -56 108 32 ) ( -56 104 100 ) ( ( 0.0097560985 0.0168980584 -0.1121951193 ) ( -0.0168980584 0.0097560985 0 ) ) zombietextures_dev/tiles05_player 0 0 0 ( -4976 628 100 ) ( -4976 628 32 ) ( -4976 624 100 ) ( ( 0.0625 0 -0 ) ( -0 0.0625 0 ) ) zombietextures_dev/tiles01_player 0 0 0
( -88 104 32 ) ( -56 104 32 ) ( -88 108 32 ) ( ( 0.0097560985 0.0168980584 -0.1121951193 ) ( -0.0168980584 0.0097560985 0 ) ) zombietextures_dev/tiles05_player 0 0 0 ( -5008 624 32 ) ( -4976 624 32 ) ( -5008 628 32 ) ( ( 0.0625 0 -0 ) ( -0 0.0625 0 ) ) zombietextures_dev/tiles01_player 0 0 0
( -88 88 32 ) ( -88 88 100 ) ( -56 88 32 ) ( ( 0.0097560985 0.0168980584 -0.1121951193 ) ( -0.0168980584 0.0097560985 0 ) ) zombietextures_dev/tiles05_player 0 0 0 ( -5008 608 32 ) ( -5008 608 100 ) ( -4976 608 32 ) ( ( 0.0625 0 -0 ) ( -0 0.0625 0 ) ) zombietextures_dev/tiles01_player 0 0 0
( -88 104 32 ) ( -88 108 32 ) ( -88 104 100 ) ( ( 0.0097560985 0.0168980584 -0.1121951193 ) ( -0.0168980584 0.0097560985 0 ) ) zombietextures_dev/tiles05_player 0 0 0 ( -5008 624 32 ) ( -5008 628 32 ) ( -5008 624 100 ) ( ( 0.0625 0 -0 ) ( -0 0.0625 0 ) ) zombietextures_dev/tiles01_player 0 0 0
} }
} }
// brush 4 // brush 4
@ -77,42 +77,6 @@ brushDef
{ {
brushDef brushDef
{ {
( -1008 84 160 ) ( -1008 80 160 ) ( -1040 84 160 ) ( ( 0.0097560985 0.0168980584 -0.1121951193 ) ( -0.0168980584 0.0097560985 0 ) ) zombietextures_dev/tiles05_door 0 0 0
( -1008 96 100 ) ( -1040 96 100 ) ( -1008 96 32 ) ( ( 0.0097560985 0.0168980584 -0.1121951193 ) ( -0.0168980584 0.0097560985 0 ) ) zombietextures_dev/tiles05_door 0 0 0
( -1028 20 100 ) ( -1028 20 32 ) ( -1028 16 100 ) ( ( 0.0097560985 0.0168980584 -0.1121951193 ) ( -0.0168980584 0.0097560985 0 ) ) zombietextures_dev/tiles05_door 0 0 0
( -1040 80 32 ) ( -1008 80 32 ) ( -1040 84 32 ) ( ( 0.0097560985 0.0168980584 -0.1121951193 ) ( -0.0168980584 0.0097560985 0 ) ) zombietextures_dev/tiles05_door 0 0 0
( -1056 0 32 ) ( -1056 0 100 ) ( -1024 0 32 ) ( ( 0.0097560985 0.0168980584 -0.1121951193 ) ( -0.0168980584 0.0097560985 0 ) ) zombietextures_dev/tiles05_door 0 0 0
( -1036 80 32 ) ( -1036 84 32 ) ( -1036 80 100 ) ( ( 0.0097560985 0.0168980584 -0.1121951193 ) ( -0.0168980584 0.0097560985 0 ) ) zombietextures_dev/tiles05_door 0 0 0
}
}
// brush 7
{
brushDef
{
( -2928 2724 100 ) ( -2928 2720 100 ) ( -2960 2724 100 ) ( ( 0.0097560985 0.0168980584 -0.1121951193 ) ( -0.0168980584 0.0097560985 0 ) ) zombietextures_dev/tiles05_player 0 0 0
( -2928 2736 100 ) ( -2960 2736 100 ) ( -2928 2736 32 ) ( ( 0.0097560985 0.0168980584 -0.1121951193 ) ( -0.0168980584 0.0097560985 0 ) ) zombietextures_dev/tiles05_player 0 0 0
( -2928 2724 100 ) ( -2928 2724 32 ) ( -2928 2720 100 ) ( ( 0.0097560985 0.0168980584 -0.1121951193 ) ( -0.0168980584 0.0097560985 0 ) ) zombietextures_dev/tiles05_player 0 0 0
( -2960 2720 32 ) ( -2928 2720 32 ) ( -2960 2724 32 ) ( ( 0.0097560985 0.0168980584 -0.1121951193 ) ( -0.0168980584 0.0097560985 0 ) ) zombietextures_dev/tiles05_player 0 0 0
( -2960 2704 32 ) ( -2960 2704 100 ) ( -2928 2704 32 ) ( ( 0.0097560985 0.0168980584 -0.1121951193 ) ( -0.0168980584 0.0097560985 0 ) ) zombietextures_dev/tiles05_player 0 0 0
( -2960 2720 32 ) ( -2960 2724 32 ) ( -2960 2720 100 ) ( ( 0.0097560985 0.0168980584 -0.1121951193 ) ( -0.0168980584 0.0097560985 0 ) ) zombietextures_dev/tiles05_player 0 0 0
}
}
// brush 8
{
brushDef
{
( 388 80 136 ) ( 388 16 136 ) ( 324 80 136 ) ( ( 0.0064005763 0.0073630214 -0.3736585379 ) ( -0.0073630214 0.0064005763 0.0214634147 ) ) zombietextures_dev/tiles05_cardboard 0 0 0
( 384 80 56 ) ( 320 80 56 ) ( 384 80 32 ) ( ( 0.0064005763 0.0073630214 -0.3736585379 ) ( -0.0073630214 0.0064005763 0.0214634147 ) ) zombietextures_dev/tiles05_cardboard 0 0 0
( 354 80 56 ) ( 354 80 32 ) ( 354 16 56 ) ( ( 0.0064005763 0.0073630214 -0.3736585379 ) ( -0.0073630214 0.0064005763 0.0214634147 ) ) zombietextures_dev/tiles05_cardboard 0 0 0
( 320 16 32 ) ( 384 16 32 ) ( 320 80 32 ) ( ( 0.0064005763 0.0073630214 -0.3736585379 ) ( -0.0073630214 0.0064005763 0.0214634147 ) ) zombietextures_dev/tiles05_cardboard 0 0 0
( 320 16 32 ) ( 320 16 56 ) ( 384 16 32 ) ( ( 0.0064005763 0.0073630214 -0.3736585379 ) ( -0.0073630214 0.0064005763 0.0214634147 ) ) zombietextures_dev/tiles05_cardboard 0 0 0
( 350 16 32 ) ( 350 80 32 ) ( 350 16 56 ) ( ( 0.0064005763 0.0073630214 -0.3736585379 ) ( -0.0073630214 0.0064005763 0.0214634147 ) ) zombietextures_dev/tiles05_cardboard 0 0 0
}
}
// brush 9
{
brushDef
{
( -832 52 100 ) ( -832 48 100 ) ( -864 52 100 ) ( ( 0.0097560985 0.0168980584 -0.1121951193 ) ( -0.0168980584 0.0097560985 0 ) ) zombietextures_dev/tiles05_player 0 0 0 ( -832 52 100 ) ( -832 48 100 ) ( -864 52 100 ) ( ( 0.0097560985 0.0168980584 -0.1121951193 ) ( -0.0168980584 0.0097560985 0 ) ) zombietextures_dev/tiles05_player 0 0 0
( -832 64 100 ) ( -864 64 100 ) ( -832 64 32 ) ( ( 0.0097560985 0.0168980584 -0.1121951193 ) ( -0.0168980584 0.0097560985 0 ) ) zombietextures_dev/tiles05_player 0 0 0 ( -832 64 100 ) ( -864 64 100 ) ( -832 64 32 ) ( ( 0.0097560985 0.0168980584 -0.1121951193 ) ( -0.0168980584 0.0097560985 0 ) ) zombietextures_dev/tiles05_player 0 0 0
( -832 52 100 ) ( -832 52 32 ) ( -832 48 100 ) ( ( 0.0097560985 0.0168980584 -0.1121951193 ) ( -0.0168980584 0.0097560985 0 ) ) zombietextures_dev/tiles05_player 0 0 0 ( -832 52 100 ) ( -832 52 32 ) ( -832 48 100 ) ( ( 0.0097560985 0.0168980584 -0.1121951193 ) ( -0.0168980584 0.0097560985 0 ) ) zombietextures_dev/tiles05_player 0 0 0
@ -121,7 +85,7 @@ brushDef
( -864 48 32 ) ( -864 52 32 ) ( -864 48 100 ) ( ( 0.0097560985 0.0168980584 -0.1121951193 ) ( -0.0168980584 0.0097560985 0 ) ) zombietextures_dev/tiles05_player 0 0 0 ( -864 48 32 ) ( -864 52 32 ) ( -864 48 100 ) ( ( 0.0097560985 0.0168980584 -0.1121951193 ) ( -0.0168980584 0.0097560985 0 ) ) zombietextures_dev/tiles05_player 0 0 0
} }
} }
// brush 10 // brush 7
{ {
brushDef brushDef
{ {
@ -133,16 +97,159 @@ brushDef
( -2816 1200 32 ) ( -2816 1204 32 ) ( -2816 1200 100 ) ( ( 0.0097560985 0.0168980584 -0.1121951193 ) ( -0.0168980584 0.0097560985 0 ) ) zombietextures_dev/tiles05_player 0 0 0 ( -2816 1200 32 ) ( -2816 1204 32 ) ( -2816 1200 100 ) ( ( 0.0097560985 0.0168980584 -0.1121951193 ) ( -0.0168980584 0.0097560985 0 ) ) zombietextures_dev/tiles05_player 0 0 0
} }
} }
// brush 8
{
brushDef
{
( -3536 3028 196 ) ( -3536 3024 196 ) ( -3568 3028 196 ) ( ( 0.0097560985 0.0168980584 -0.1121951193 ) ( -0.0168980584 0.0097560985 0 ) ) zombietextures_dev/tiles05_player 0 0 0
( -3536 3040 196 ) ( -3568 3040 196 ) ( -3536 3040 128 ) ( ( 0.0097560985 0.0168980584 -0.1121951193 ) ( -0.0168980584 0.0097560985 0 ) ) zombietextures_dev/tiles05_player 0 0 0
( -3536 3028 196 ) ( -3536 3028 128 ) ( -3536 3024 196 ) ( ( 0.0097560985 0.0168980584 -0.1121951193 ) ( -0.0168980584 0.0097560985 0 ) ) zombietextures_dev/tiles05_player 0 0 0
( -3568 3024 128 ) ( -3536 3024 128 ) ( -3568 3028 128 ) ( ( 0.0097560985 0.0168980584 -0.1121951193 ) ( -0.0168980584 0.0097560985 0 ) ) zombietextures_dev/tiles05_player 0 0 0
( -3568 3008 128 ) ( -3568 3008 196 ) ( -3536 3008 128 ) ( ( 0.0097560985 0.0168980584 -0.1121951193 ) ( -0.0168980584 0.0097560985 0 ) ) zombietextures_dev/tiles05_player 0 0 0
( -3568 3024 128 ) ( -3568 3028 128 ) ( -3568 3024 196 ) ( ( 0.0097560985 0.0168980584 -0.1121951193 ) ( -0.0168980584 0.0097560985 0 ) ) zombietextures_dev/tiles05_player 0 0 0
}
}
// brush 9
{
brushDef
{
( -2928 2724 100 ) ( -2928 2720 100 ) ( -2960 2724 100 ) ( ( 0.0097560985 0.0168980584 -0.1121951193 ) ( -0.0168980584 0.0097560985 0 ) ) zombietextures_dev/tiles05_player 0 0 0
( -2928 2736 100 ) ( -2960 2736 100 ) ( -2928 2736 32 ) ( ( 0.0097560985 0.0168980584 -0.1121951193 ) ( -0.0168980584 0.0097560985 0 ) ) zombietextures_dev/tiles05_player 0 0 0
( -2928 2724 100 ) ( -2928 2724 32 ) ( -2928 2720 100 ) ( ( 0.0097560985 0.0168980584 -0.1121951193 ) ( -0.0168980584 0.0097560985 0 ) ) zombietextures_dev/tiles05_player 0 0 0
( -2960 2720 32 ) ( -2928 2720 32 ) ( -2960 2724 32 ) ( ( 0.0097560985 0.0168980584 -0.1121951193 ) ( -0.0168980584 0.0097560985 0 ) ) zombietextures_dev/tiles05_player 0 0 0
( -2960 2704 32 ) ( -2960 2704 100 ) ( -2928 2704 32 ) ( ( 0.0097560985 0.0168980584 -0.1121951193 ) ( -0.0168980584 0.0097560985 0 ) ) zombietextures_dev/tiles05_player 0 0 0
( -2960 2720 32 ) ( -2960 2724 32 ) ( -2960 2720 100 ) ( ( 0.0097560985 0.0168980584 -0.1121951193 ) ( -0.0168980584 0.0097560985 0 ) ) zombietextures_dev/tiles05_player 0 0 0
}
}
// brush 10
{
brushDef
{
( 388 80 136 ) ( 388 16 136 ) ( 324 80 136 ) ( ( 0.0064005763 0.0073630214 -0.3736585379 ) ( -0.0073630214 0.0064005763 0.0214634147 ) ) zombietextures_dev/tiles05_cardboard 0 0 0
( 384 80 56 ) ( 320 80 56 ) ( 384 80 32 ) ( ( 0.0064005763 0.0073630214 -0.3736585379 ) ( -0.0073630214 0.0064005763 0.0214634147 ) ) zombietextures_dev/tiles05_cardboard 0 0 0
( 354 80 56 ) ( 354 80 32 ) ( 354 16 56 ) ( ( 0.0064005763 0.0073630214 -0.3736585379 ) ( -0.0073630214 0.0064005763 0.0214634147 ) ) zombietextures_dev/tiles05_cardboard 0 0 0
( 320 16 32 ) ( 384 16 32 ) ( 320 80 32 ) ( ( 0.0064005763 0.0073630214 -0.3736585379 ) ( -0.0073630214 0.0064005763 0.0214634147 ) ) zombietextures_dev/tiles05_cardboard 0 0 0
( 320 16 32 ) ( 320 16 56 ) ( 384 16 32 ) ( ( 0.0064005763 0.0073630214 -0.3736585379 ) ( -0.0073630214 0.0064005763 0.0214634147 ) ) zombietextures_dev/tiles05_cardboard 0 0 0
( 350 16 32 ) ( 350 80 32 ) ( 350 16 56 ) ( ( 0.0064005763 0.0073630214 -0.3736585379 ) ( -0.0073630214 0.0064005763 0.0214634147 ) ) zombietextures_dev/tiles05_cardboard 0 0 0
}
}
// brush 11 // brush 11
{ {
brushDef brushDef
{ {
( -2512 2004 100 ) ( -2512 2000 100 ) ( -2544 2004 100 ) ( ( 0.0097560985 0.0168980584 -0.1121951193 ) ( -0.0168980584 0.0097560985 0 ) ) zombietextures_dev/tiles05_player 0 0 0 ( -1008 84 160 ) ( -1008 80 160 ) ( -1040 84 160 ) ( ( 0.0097560985 0.0168980584 -0.1121951193 ) ( -0.0168980584 0.0097560985 0 ) ) zombietextures_dev/tiles05_door 0 0 0
( -2512 2016 100 ) ( -2544 2016 100 ) ( -2512 2016 32 ) ( ( 0.0097560985 0.0168980584 -0.1121951193 ) ( -0.0168980584 0.0097560985 0 ) ) zombietextures_dev/tiles05_player 0 0 0 ( -1008 96 100 ) ( -1040 96 100 ) ( -1008 96 32 ) ( ( 0.0097560985 0.0168980584 -0.1121951193 ) ( -0.0168980584 0.0097560985 0 ) ) zombietextures_dev/tiles05_door 0 0 0
( -2512 2004 100 ) ( -2512 2004 32 ) ( -2512 2000 100 ) ( ( 0.0097560985 0.0168980584 -0.1121951193 ) ( -0.0168980584 0.0097560985 0 ) ) zombietextures_dev/tiles05_player 0 0 0 ( -1028 20 100 ) ( -1028 20 32 ) ( -1028 16 100 ) ( ( 0.0097560985 0.0168980584 -0.1121951193 ) ( -0.0168980584 0.0097560985 0 ) ) zombietextures_dev/tiles05_door 0 0 0
( -2544 2000 32 ) ( -2512 2000 32 ) ( -2544 2004 32 ) ( ( 0.0097560985 0.0168980584 -0.1121951193 ) ( -0.0168980584 0.0097560985 0 ) ) zombietextures_dev/tiles05_player 0 0 0 ( -1040 80 32 ) ( -1008 80 32 ) ( -1040 84 32 ) ( ( 0.0097560985 0.0168980584 -0.1121951193 ) ( -0.0168980584 0.0097560985 0 ) ) zombietextures_dev/tiles05_door 0 0 0
( -2544 1984 32 ) ( -2544 1984 100 ) ( -2512 1984 32 ) ( ( 0.0097560985 0.0168980584 -0.1121951193 ) ( -0.0168980584 0.0097560985 0 ) ) zombietextures_dev/tiles05_player 0 0 0 ( -1056 0 32 ) ( -1056 0 100 ) ( -1024 0 32 ) ( ( 0.0097560985 0.0168980584 -0.1121951193 ) ( -0.0168980584 0.0097560985 0 ) ) zombietextures_dev/tiles05_door 0 0 0
( -2544 2000 32 ) ( -2544 2004 32 ) ( -2544 2000 100 ) ( ( 0.0097560985 0.0168980584 -0.1121951193 ) ( -0.0168980584 0.0097560985 0 ) ) zombietextures_dev/tiles05_player 0 0 0 ( -1036 80 32 ) ( -1036 84 32 ) ( -1036 80 100 ) ( ( 0.0097560985 0.0168980584 -0.1121951193 ) ( -0.0168980584 0.0097560985 0 ) ) zombietextures_dev/tiles05_door 0 0 0
}
}
// brush 12
{
brushDef
{
( 816 144 128 ) ( 816 -48 128 ) ( 800 144 128 ) ( ( 0.0097560976 -0 -0.1121951193 ) ( 0 0.0097560976 0 ) ) zombietextures_dev/tiles05_door 0 0 0
( 816 144 128 ) ( 800 144 128 ) ( 816 144 0 ) ( ( 0.0097560976 -0 -0.1121951193 ) ( 0 0.0097560976 0 ) ) zombietextures_dev/tiles05_door 0 0 0
( 816 144 128 ) ( 816 144 0 ) ( 816 -48 128 ) ( ( 0.0097560976 -0 -0.1121951193 ) ( 0 0.0097560976 0 ) ) zombietextures_dev/tiles05_door 0 0 0
( 800 -48 0 ) ( 816 -48 0 ) ( 800 144 0 ) ( ( 0.0097560976 -0 -0.1121951193 ) ( 0 0.0097560976 0 ) ) zombietextures_dev/tiles05_door 0 0 0
( 816 -48 0 ) ( 816 -48 128 ) ( 832 -48 0 ) ( ( 0.0097560976 -0 -0.1121951193 ) ( 0 0.0097560976 0 ) ) zombietextures_dev/tiles05_door 0 0 0
( 800 -48 0 ) ( 800 144 0 ) ( 800 -48 128 ) ( ( 0.0097560976 -0 -0.1121951193 ) ( 0 0.0097560976 0 ) ) zombietextures_dev/tiles05_door 0 0 0
}
}
// brush 13
{
brushDef
{
( -56 108 100 ) ( -56 104 100 ) ( -88 108 100 ) ( ( 0.0097560985 0.0168980584 -0.1121951193 ) ( -0.0168980584 0.0097560985 0 ) ) zombietextures_dev/tiles05_player 0 0 0
( -56 120 100 ) ( -88 120 100 ) ( -56 120 32 ) ( ( 0.0097560985 0.0168980584 -0.1121951193 ) ( -0.0168980584 0.0097560985 0 ) ) zombietextures_dev/tiles05_player 0 0 0
( -56 108 100 ) ( -56 108 32 ) ( -56 104 100 ) ( ( 0.0097560985 0.0168980584 -0.1121951193 ) ( -0.0168980584 0.0097560985 0 ) ) zombietextures_dev/tiles05_player 0 0 0
( -88 104 32 ) ( -56 104 32 ) ( -88 108 32 ) ( ( 0.0097560985 0.0168980584 -0.1121951193 ) ( -0.0168980584 0.0097560985 0 ) ) zombietextures_dev/tiles05_player 0 0 0
( -88 88 32 ) ( -88 88 100 ) ( -56 88 32 ) ( ( 0.0097560985 0.0168980584 -0.1121951193 ) ( -0.0168980584 0.0097560985 0 ) ) zombietextures_dev/tiles05_player 0 0 0
( -88 104 32 ) ( -88 108 32 ) ( -88 104 100 ) ( ( 0.0097560985 0.0168980584 -0.1121951193 ) ( -0.0168980584 0.0097560985 0 ) ) zombietextures_dev/tiles05_player 0 0 0
}
}
// brush 14
{
brushDef
{
( -4544 1200 32 ) ( -4544 1168 32 ) ( -4640 1200 32 ) ( ( 0.010416667 0 51.1666641235 ) ( 0 0.010416667 48.6666679382 ) ) zombietextures_dev/tiles01_physicsobject 0 0 0
( -4560 1328 0 ) ( -4656 1328 0 ) ( -4560 1328 -64 ) ( ( 0.010416667 0 16.3333358765 ) ( 0 0.010416667 0.3333333433 ) ) zombietextures_dev/tiles01_physicsobject 0 0 0
( -4576 1280 0 ) ( -4576 1280 -64 ) ( -4576 1248 0 ) ( ( 0.010416667 0 51.1666641235 ) ( 0 0.010416667 0.3333333433 ) ) zombietextures_dev/tiles01_physicsobject 0 0 0
( -4656 1168 -64 ) ( -4560 1168 -64 ) ( -4656 1200 -64 ) ( ( 0.010416667 0 51.1666641235 ) ( -0 0.010416667 16.3333358765 ) ) zombietextures_dev/tiles01_physicsobject 0 0 0
( -4736 1232 -64 ) ( -4736 1232 0 ) ( -4640 1232 -64 ) ( ( 0.010416667 0 48.6666679382 ) ( 0 0.010416667 0.3333333433 ) ) zombietextures_dev/tiles01_physicsobject 0 0 0
( -4672 1168 -64 ) ( -4672 1200 -64 ) ( -4672 1168 0 ) ( ( 0.010416667 0 13.8333330154 ) ( 0 0.010416667 0.3333333433 ) ) zombietextures_dev/tiles01_physicsobject 0 0 0
}
}
// brush 15
{
brushDef
{
( -4832 1984 96 ) ( -4832 1952 96 ) ( -4928 1984 96 ) ( ( 0.015625 0 33.5 ) ( 0 0.015625 13 ) ) zombietextures_dev/tiles01_physicsobject 0 0 0
( -4832 2016 96 ) ( -4928 2016 96 ) ( -4832 2016 32 ) ( ( 0.015625 0 52 ) ( 0 0.015625 1.5 ) ) zombietextures_dev/tiles01_physicsobject 0 0 0
( -4864 1984 96 ) ( -4864 1984 32 ) ( -4864 1952 96 ) ( ( 0.015625 0 33.5 ) ( 0 0.015625 1.5 ) ) zombietextures_dev/tiles01_physicsobject 0 0 0
( -4928 1952 32 ) ( -4832 1952 32 ) ( -4928 1984 32 ) ( ( 0.015625 0 33.5 ) ( -0 0.015625 52 ) ) zombietextures_dev/tiles01_physicsobject 0 0 0
( -4928 1952 32 ) ( -4928 1952 96 ) ( -4832 1952 32 ) ( ( 0.015625 0 13 ) ( 0 0.015625 1.5 ) ) zombietextures_dev/tiles01_physicsobject 0 0 0
( -4928 1952 32 ) ( -4928 1984 32 ) ( -4928 1952 96 ) ( ( 0.015625 0 31.5 ) ( 0 0.015625 1.5 ) ) zombietextures_dev/tiles01_physicsobject 0 0 0
}
}
// brush 16
{
brushDef
{
( -4976 1088 64 ) ( -4976 1088 0 ) ( -4976 1056 64 ) ( ( 0.0625 0 -0 ) ( -0 0.0625 0 ) ) zombietextures_dev/tiles01_physicsobject 0 0 0
( -5024 1120 -64 ) ( -4928 1120 -64 ) ( -5024 1152 -64 ) ( ( 0.0625 0 -0 ) ( -0 0.0625 0 ) ) zombietextures_dev/tiles01_physicsobject 0 0 0
( -5008 1136 0 ) ( -5008 1136 64 ) ( -4912 1136 0 ) ( ( 0.0625 0 -0 ) ( -0 0.0625 0 ) ) zombietextures_dev/tiles01_physicsobject 0 0 0
( -5024 1120 0 ) ( -5024 1152 0 ) ( -5024 1120 64 ) ( ( 0.0625 0 -0 ) ( -0 0.0625 0 ) ) zombietextures_dev/tiles01_physicsobject 0 0 0
( -64 1136 -16 ) ( -64 1184 -64 ) ( 64 1136 -16 ) ( ( 0.0625 0 -0 ) ( -0 0.0625 0 ) ) zombietextures_dev/tiles01_physicsobject 0 0 0
}
}
// brush 17
{
brushDef
{
( -4784 1104 16 ) ( -4784 1072 16 ) ( -4880 1104 16 ) ( ( 0.0625 0 -0 ) ( -0 0.0625 0 ) ) zombietextures_dev/tiles01_physicsobject 0 0 0
( -4896 1136 64 ) ( -4992 1136 64 ) ( -4896 1136 0 ) ( ( 0.0625 0 -0 ) ( -0 0.0625 0 ) ) zombietextures_dev/tiles01_physicsobject 0 0 0
( -4800 1008 64 ) ( -4800 1008 0 ) ( -4800 976 64 ) ( ( 0.0625 0 -0 ) ( -0 0.0625 0 ) ) zombietextures_dev/tiles01_physicsobject 0 0 0
( -4896 1072 -64 ) ( -4800 1072 -64 ) ( -4896 1104 -64 ) ( ( 0.0625 0 -0 ) ( -0 0.0625 0 ) ) zombietextures_dev/tiles01_physicsobject 0 0 0
( -4848 1040 0 ) ( -4848 1040 64 ) ( -4752 1040 0 ) ( ( 0.0625 0 -0 ) ( -0 0.0625 0 ) ) zombietextures_dev/tiles01_physicsobject 0 0 0
( -4896 1072 0 ) ( -4896 1104 0 ) ( -4896 1072 64 ) ( ( 0.0625 0 -0 ) ( -0 0.0625 0 ) ) zombietextures_dev/tiles01_physicsobject 0 0 0
}
}
// brush 18
{
brushDef
{
( -4952 976 48 ) ( -4952 944 48 ) ( -5048 976 48 ) ( ( 0.0625 0 -0 ) ( -0 0.0625 0 ) ) zombietextures_dev/tiles01_physicsobject 0 0 0
( -5064 1008 64 ) ( -5160 1008 64 ) ( -5064 1008 0 ) ( ( 0.0625 0 -0 ) ( -0 0.0625 0 ) ) zombietextures_dev/tiles01_physicsobject 0 0 0
( -4984 912 64 ) ( -4984 912 0 ) ( -4984 880 64 ) ( ( 0.0625 0 -0 ) ( -0 0.0625 0 ) ) zombietextures_dev/tiles01_physicsobject 0 0 0
( -5064 944 -64 ) ( -4968 944 -64 ) ( -5064 976 -64 ) ( ( 0.0625 0 -0 ) ( -0 0.0625 0 ) ) zombietextures_dev/tiles01_physicsobject 0 0 0
( -5048 896 0 ) ( -5048 896 64 ) ( -4952 896 0 ) ( ( 0.0625 0 -0 ) ( -0 0.0625 0 ) ) zombietextures_dev/tiles01_physicsobject 0 0 0
( -5096 960 0 ) ( -5096 992 0 ) ( -5096 960 64 ) ( ( 0.0625 0 -0 ) ( -0 0.0625 0 ) ) zombietextures_dev/tiles01_physicsobject 0 0 0
}
}
// brush 19
{
brushDef
{
( -4944 1216 -16 ) ( -4944 1184 -16 ) ( -5040 1216 -16 ) ( ( 0.0625 0 -0 ) ( -0 0.0625 0 ) ) zombietextures_dev/tiles01_physicsobject 0 0 0
( -5056 1248 64 ) ( -5152 1248 64 ) ( -5056 1248 0 ) ( ( 0.0625 0 -0 ) ( -0 0.0625 0 ) ) zombietextures_dev/tiles01_physicsobject 0 0 0
( -5008 1152 64 ) ( -5008 1152 0 ) ( -5008 1120 64 ) ( ( 0.0625 0 -0 ) ( -0 0.0625 0 ) ) zombietextures_dev/tiles01_physicsobject 0 0 0
( -5056 1184 -64 ) ( -4960 1184 -64 ) ( -5056 1216 -64 ) ( ( 0.0625 0 -0 ) ( -0 0.0625 0 ) ) zombietextures_dev/tiles01_physicsobject 0 0 0
( -5040 1200 0 ) ( -5040 1200 64 ) ( -4944 1200 0 ) ( ( 0.0625 0 -0 ) ( -0 0.0625 0 ) ) zombietextures_dev/tiles01_physicsobject 0 0 0
( -5056 1184 0 ) ( -5056 1216 0 ) ( -5056 1184 64 ) ( ( 0.0625 0 -0 ) ( -0 0.0625 0 ) ) zombietextures_dev/tiles01_physicsobject 0 0 0
}
}
// brush 20
{
brushDef
{
( -4864 1828 100 ) ( -4864 1824 100 ) ( -4896 1828 100 ) ( ( 0.0625 0 -0 ) ( -0 0.0625 0 ) ) zombietextures_dev/tiles01_player 0 0 0
( -4864 1840 100 ) ( -4896 1840 100 ) ( -4864 1840 32 ) ( ( 0.0625 0 -0 ) ( -0 0.0625 0 ) ) zombietextures_dev/tiles01_player 0 0 0
( -4864 1828 100 ) ( -4864 1828 32 ) ( -4864 1824 100 ) ( ( 0.0625 0 -0 ) ( -0 0.0625 0 ) ) zombietextures_dev/tiles01_player 0 0 0
( -4896 1824 32 ) ( -4864 1824 32 ) ( -4896 1828 32 ) ( ( 0.0625 0 -0 ) ( -0 0.0625 0 ) ) zombietextures_dev/tiles01_player 0 0 0
( -4896 1808 32 ) ( -4896 1808 100 ) ( -4864 1808 32 ) ( ( 0.0625 0 -0 ) ( -0 0.0625 0 ) ) zombietextures_dev/tiles01_player 0 0 0
( -4896 1824 32 ) ( -4896 1828 32 ) ( -4896 1824 100 ) ( ( 0.0625 0 -0 ) ( -0 0.0625 0 ) ) zombietextures_dev/tiles01_player 0 0 0
} }
} }
} }

View file

@ -20,7 +20,7 @@ map_Kd ../textures/zombietextures_brick/bricks07.jpg
newmtl textures/zombietextures_concrete/asphalt12 newmtl textures/zombietextures_concrete/asphalt12
Kd 0.891177 0.928859 1.000000 Kd 0.891177 0.928859 1.000000
map_Kd ../textures/zombietextures_concrete/asphalt12.png map_Kd ../textures/zombietextures_concrete/asphalt12.png
newmtl textures/zombietextures_dev/tiles01_clip newmtl textures/zombietextures_dev/tiles01_pink_clip
d 0.0 d 0.0
Kd 1.000000 0.323502 0.323502 Kd 1.000000 0.323502 0.323502
map_Kd ../textures/zombietextures_dev/tiles01_clip.png map_Kd ../textures/zombietextures_dev/tiles01_pink_clip.png

View file

@ -5276,7 +5276,7 @@ f 1051/1051/1051 1053/1053/1053 1052/1052/1052
f 1053/1053/1053 1054/1054/1054 1052/1052/1052 f 1053/1053/1053 1054/1054/1054 1052/1052/1052
g mat7model0surf263 g mat7model0surf263
# SURFACETYPE MST_PLANAR # SURFACETYPE MST_PLANAR
usemtl textures/zombietextures_dev/tiles01_clip usemtl textures/zombietextures_dev/tiles01_pink_clip
# vertex 1055 # vertex 1055
v -96.000000 64.000000 0.000000 v -96.000000 64.000000 0.000000
vn 0.000000 -1.000000 0.000000 vn 0.000000 -1.000000 0.000000

View file

@ -2,13 +2,93 @@
newmtl textures/zombietextures_dev/tiles05_gray newmtl textures/zombietextures_dev/tiles05_gray
Kd 1.000000 1.000000 1.000000 Kd 1.000000 1.000000 1.000000
map_Kd ../textures/zombietextures_dev/tiles05_gray.png map_Kd ../textures/zombietextures_dev/tiles05_gray.png
newmtl textures/zombietextures_tnhl/pipe01
Kd 1.000000 0.288427 0.288427
map_Kd ../textures/zombietextures_tnhl/pipe01.png
newmtl textures/zombietextures_tnhl/light02
Kd 0.999779 0.999794 1.000000
map_Kd ../textures/zombietextures_tnhl/light02.png
newmtl textures/zombietextures_tnhl/light02_fixture
Kd 1.000000 1.000000 1.000000
map_Kd ../textures/zombietextures_tnhl/light02_fixture.png
newmtl textures/zombietextures_tnhl/blueglow
Kd 0.210869 0.398523 1.000000
map_Kd ../textures/zombietextures_tnhl/blueglow.png
newmtl textures/zombietextures_tnhl/step01
Kd 0.990233 0.991517 1.000000
map_Kd ../textures/zombietextures_tnhl/step01.png
newmtl textures/zombietextures_tnhl/rust03
Kd 1.000000 0.750030 0.536498
map_Kd ../textures/zombietextures_tnhl/rust03.png
newmtl textures/zombietextures_tnhl/fence01
d 0.9
Kd 0.960261 0.999482 1.000000
map_Kd ../textures/zombietextures_tnhl/fence01.png
newmtl textures/zombietextures_tnhl/grate01
d 0.9
Kd 0.970930 0.994186 1.000000
map_Kd ../textures/zombietextures_tnhl/grate01.png
newmtl textures/zombietextures_dev/tiles01_green
Kd 0.217465 1.000000 0.167195
map_Kd ../textures/zombietextures_dev/tiles01_green.png
newmtl textures/zombietextures_dev/tiles05_green
Kd 0.328503 1.000000 0.591605
map_Kd ../textures/zombietextures_dev/tiles05_green.png
newmtl textures/zombietextures_dev/tiles05_gray newmtl textures/zombietextures_dev/tiles05_gray
Kd 1.000000 1.000000 1.000000 Kd 1.000000 1.000000 1.000000
map_Kd ../textures/zombietextures_dev/tiles05_gray.png map_Kd ../textures/zombietextures_dev/tiles05_gray.png
newmtl textures/zombietextures_tnhl/pipe01
Kd 1.000000 0.288427 0.288427
map_Kd ../textures/zombietextures_tnhl/pipe01.png
newmtl textures/zombietextures_tnhl/grate02
d 0.9
Kd 1.000000 0.780729 0.663637
map_Kd ../textures/zombietextures_tnhl/grate02.png
newmtl textures/zombietextures_tnhl/rail01
d 0.9
Kd 1.000000 0.094109 0.094109
map_Kd ../textures/zombietextures_tnhl/rail01.png
newmtl textures/zombietextures_tnhl/hazardstripes
Kd 1.000000 0.834951 0.142035
map_Kd ../textures/zombietextures_tnhl/hazardstripes.png
newmtl textures/zombietextures_tnhl/tilesvertical01_pipe
Kd 0.975037 0.974664 1.000000
map_Kd ../textures/zombietextures_tnhl/tilesvertical01_pipe.png
newmtl textures/zombietextures_tnhl/stripes01
Kd 1.000000 1.000000 1.000000
map_Kd ../textures/zombietextures_tnhl/stripes01.png
newmtl textures/zombietextures_tnhl/grate03
d 0.9
Kd 0.970930 0.994186 1.000000
map_Kd ../textures/zombietextures_tnhl/grate03.png
newmtl textures/zombietextures_tnhl/tiles02
Kd 0.984063 0.975073 1.000000
map_Kd ../textures/zombietextures_tnhl/tiles02.png
newmtl textures/zombietextures_tnhl/rust01
Kd 1.000000 0.779732 0.661476
map_Kd ../textures/zombietextures_tnhl/rust01.png
newmtl textures/zombietextures_tnhl/bricks01
Kd 0.972955 0.972702 1.000000
map_Kd ../textures/zombietextures_tnhl/bricks01.png
newmtl textures/zombietextures_dev/tiles05_orange newmtl textures/zombietextures_dev/tiles05_orange
Kd 1.000000 0.578380 0.004485 Kd 1.000000 0.578380 0.004485
map_Kd ../textures/zombietextures_dev/tiles05_orange.png map_Kd ../textures/zombietextures_dev/tiles05_orange.png
newmtl textures/zombietextures_dev/tiles01_clip newmtl textures/zombietextures_tnhl/ceiling01
Kd 0.950023 0.938003 1.000000
map_Kd ../textures/zombietextures_tnhl/ceiling01.png
newmtl textures/zombietextures_tnhl/tilesvertical01
Kd 0.973661 0.973280 1.000000
map_Kd ../textures/zombietextures_tnhl/tilesvertical01.png
newmtl textures/zombietextures_tnhl/tiles01
Kd 0.968859 0.956029 1.000000
map_Kd ../textures/zombietextures_tnhl/tiles01.png
newmtl textures/zombietextures_tnhl/rust02
Kd 1.000000 0.717076 0.130035
map_Kd ../textures/zombietextures_tnhl/rust02.png
newmtl textures/zombietextures_dev/tiles01_pink_clip
d 0.0 d 0.0
Kd 1.000000 0.323502 0.323502 Kd 1.000000 0.323502 0.323502
map_Kd ../textures/zombietextures_dev/tiles01_clip.png map_Kd ../textures/zombietextures_dev/tiles01_pink_clip.png
newmtl textures/zombietextures_tnhl/light01
Kd 0.997733 0.998091 1.000000
map_Kd ../textures/zombietextures_tnhl/light01.png

File diff suppressed because it is too large Load diff

View file

@ -1,10 +1,16 @@
# Generated by Q3Map2 (ydnar) -convert -format obj # Generated by Q3Map2 (ydnar) -convert -format obj
newmtl textures/zombietextures_dev/tiles01_physicsobject
Kd 0.213779 1.000000 0.163728
map_Kd ../textures/zombietextures_dev/tiles01_physicsobject.png
newmtl textures/zombietextures_dev/tiles05_cardboard newmtl textures/zombietextures_dev/tiles05_cardboard
Kd 0.328765 1.000000 0.592359 Kd 0.328765 1.000000 0.592359
map_Kd ../textures/zombietextures_dev/tiles05_cardboard.png map_Kd ../textures/zombietextures_dev/tiles05_cardboard.png
newmtl textures/zombietextures_dev/tiles05_player newmtl textures/zombietextures_dev/tiles01_player
Kd 0.329148 1.000000 0.593025 Kd 0.215219 1.000000 0.165055
map_Kd ../textures/zombietextures_dev/tiles05_player.png map_Kd ../textures/zombietextures_dev/tiles01_player.png
newmtl textures/zombietextures_dev/tiles05_door newmtl textures/zombietextures_dev/tiles05_door
Kd 0.328579 1.000000 0.592535 Kd 0.328579 1.000000 0.592535
map_Kd ../textures/zombietextures_dev/tiles05_door.png map_Kd ../textures/zombietextures_dev/tiles05_door.png
newmtl textures/zombietextures_dev/tiles05_player
Kd 0.329148 1.000000 0.593025
map_Kd ../textures/zombietextures_dev/tiles05_player.png

File diff suppressed because it is too large Load diff

Binary file not shown.

Binary file not shown.

Binary file not shown.

View file

@ -0,0 +1,32 @@
[remap]
importer="scene"
importer_version=1
type="PackedScene"
uid="uid://b2qqn4hoo0l0r"
path="res://.godot/imported/cheese.glb-10c71dc49c3af7ffdb6750c06bacc651.scn"
[deps]
source_file="res://assets/models/commentarynode/cheese.glb"
dest_files=["res://.godot/imported/cheese.glb-10c71dc49c3af7ffdb6750c06bacc651.scn"]
[params]
nodes/root_type="Node3D"
nodes/root_name="Scene Root"
nodes/apply_root_scale=true
nodes/root_scale=1.0
meshes/ensure_tangents=true
meshes/generate_lods=true
meshes/create_shadow_meshes=true
meshes/light_baking=1
meshes/lightmap_texel_size=0.2
skins/use_named_skins=true
animation/import=true
animation/fps=30
animation/trimming=false
animation/remove_immutable_tracks=true
import_script/path=""
_subresources={}
gltf/embedded_image_handling=1

Binary file not shown.

After

Width:  |  Height:  |  Size: 11 KiB

View file

@ -0,0 +1,36 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://rnbs5enk0b7r"
path.s3tc="res://.godot/imported/cheese_rust02.png-7de7f5133fd7c10307166d7692931e2c.s3tc.ctex"
metadata={
"imported_formats": ["s3tc_bptc"],
"vram_texture": true
}
generator_parameters={}
[deps]
source_file="res://assets/models/commentarynode/cheese_rust02.png"
dest_files=["res://.godot/imported/cheese_rust02.png-7de7f5133fd7c10307166d7692931e2c.s3tc.ctex"]
[params]
compress/mode=2
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

Binary file not shown.

Binary file not shown.

Binary file not shown.

View file

@ -0,0 +1,32 @@
[remap]
importer="scene"
importer_version=1
type="PackedScene"
uid="uid://bd1y61xvsjc4o"
path="res://.godot/imported/commentarynode.glb-0c61ea87d34f3a2dfab68373867c0196.scn"
[deps]
source_file="res://assets/models/commentarynode/commentarynode.glb"
dest_files=["res://.godot/imported/commentarynode.glb-0c61ea87d34f3a2dfab68373867c0196.scn"]
[params]
nodes/root_type="Node3D"
nodes/root_name="Scene Root"
nodes/apply_root_scale=true
nodes/root_scale=1.0
meshes/ensure_tangents=true
meshes/generate_lods=true
meshes/create_shadow_meshes=true
meshes/light_baking=1
meshes/lightmap_texel_size=0.2
skins/use_named_skins=true
animation/import=true
animation/fps=30
animation/trimming=false
animation/remove_immutable_tracks=true
import_script/path=""
_subresources={}
gltf/embedded_image_handling=1

Binary file not shown.

After

Width:  |  Height:  |  Size: 22 KiB

View file

@ -0,0 +1,36 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://dbo0u0jpjwxhu"
path.s3tc="res://.godot/imported/commentarynode_commentarynode.png-8eee9cd79917c591b237cdfb83675cf8.s3tc.ctex"
metadata={
"imported_formats": ["s3tc_bptc"],
"vram_texture": true
}
generator_parameters={}
[deps]
source_file="res://assets/models/commentarynode/commentarynode_commentarynode.png"
dest_files=["res://.godot/imported/commentarynode_commentarynode.png-8eee9cd79917c591b237cdfb83675cf8.s3tc.ctex"]
[params]
compress/mode=2
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

Binary file not shown.

Binary file not shown.

Binary file not shown.

View file

@ -0,0 +1,32 @@
[remap]
importer="scene"
importer_version=1
type="PackedScene"
uid="uid://boqqqoactwoe7"
path="res://.godot/imported/wizardhat.glb-c644a26a03723536c468a2b8f8496bf3.scn"
[deps]
source_file="res://assets/models/commentarynode/wizardhat.glb"
dest_files=["res://.godot/imported/wizardhat.glb-c644a26a03723536c468a2b8f8496bf3.scn"]
[params]
nodes/root_type="Node3D"
nodes/root_name="Scene Root"
nodes/apply_root_scale=true
nodes/root_scale=1.0
meshes/ensure_tangents=true
meshes/generate_lods=true
meshes/create_shadow_meshes=true
meshes/light_baking=1
meshes/lightmap_texel_size=0.2
skins/use_named_skins=true
animation/import=true
animation/fps=30
animation/trimming=false
animation/remove_immutable_tracks=true
import_script/path=""
_subresources={}
gltf/embedded_image_handling=1

Binary file not shown.

After

Width:  |  Height:  |  Size: 21 KiB

View file

@ -0,0 +1,36 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://csi45nf8tyhwo"
path.s3tc="res://.godot/imported/wizardhat_wizardhat.png-5296c956e4e61543af1e3cd4032e11aa.s3tc.ctex"
metadata={
"imported_formats": ["s3tc_bptc"],
"vram_texture": true
}
generator_parameters={}
[deps]
source_file="res://assets/models/commentarynode/wizardhat_wizardhat.png"
dest_files=["res://.godot/imported/wizardhat_wizardhat.png-5296c956e4e61543af1e3cd4032e11aa.s3tc.ctex"]
[params]
compress/mode=2
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

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View file

@ -0,0 +1,32 @@
[remap]
importer="scene"
importer_version=1
type="PackedScene"
uid="uid://d0nva4smo8dam"
path="res://.godot/imported/officeroom.glb-f59a60aa30527b6626931134fccaba7e.scn"
[deps]
source_file="res://assets/models/office/officeroom.glb"
dest_files=["res://.godot/imported/officeroom.glb-f59a60aa30527b6626931134fccaba7e.scn"]
[params]
nodes/root_type="Node3D"
nodes/root_name="Scene Root"
nodes/apply_root_scale=true
nodes/root_scale=1.0
meshes/ensure_tangents=true
meshes/generate_lods=true
meshes/create_shadow_meshes=true
meshes/light_baking=1
meshes/lightmap_texel_size=0.2
skins/use_named_skins=true
animation/import=true
animation/fps=30
animation/trimming=false
animation/remove_immutable_tracks=true
import_script/path=""
_subresources={}
gltf/embedded_image_handling=1

Binary file not shown.

After

Width:  |  Height:  |  Size: 34 KiB

View file

@ -0,0 +1,36 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://bduq4t75aicnx"
path.s3tc="res://.godot/imported/officeroom_roundtable.png-045a6e4f51e127929629b975da09ef09.s3tc.ctex"
metadata={
"imported_formats": ["s3tc_bptc"],
"vram_texture": true
}
generator_parameters={}
[deps]
source_file="res://assets/models/office/officeroom_roundtable.png"
dest_files=["res://.godot/imported/officeroom_roundtable.png-045a6e4f51e127929629b975da09ef09.s3tc.ctex"]
[params]
compress/mode=2
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

Binary file not shown.

After

Width:  |  Height:  |  Size: 21 KiB

View file

@ -0,0 +1,36 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://dgerukdmtlao0"
path.s3tc="res://.godot/imported/officeroom_wizardhat.png-8408c05a80fd8c89aa74064cf3269116.s3tc.ctex"
metadata={
"imported_formats": ["s3tc_bptc"],
"vram_texture": true
}
generator_parameters={}
[deps]
source_file="res://assets/models/office/officeroom_wizardhat.png"
dest_files=["res://.godot/imported/officeroom_wizardhat.png-8408c05a80fd8c89aa74064cf3269116.s3tc.ctex"]
[params]
compress/mode=2
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

Binary file not shown.

Binary file not shown.

BIN
models/refrences/mirror.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 63 KiB

Binary file not shown.

Binary file not shown.

Binary file not shown.

View file

@ -0,0 +1,32 @@
[remap]
importer="scene"
importer_version=1
type="PackedScene"
uid="uid://cbnus18l8rui"
path="res://.godot/imported/car.glb-50888523c4913a931ca31da8da294855.scn"
[deps]
source_file="res://assets/models/zombietextures_general/car.glb"
dest_files=["res://.godot/imported/car.glb-50888523c4913a931ca31da8da294855.scn"]
[params]
nodes/root_type="Node3D"
nodes/root_name="Scene Root"
nodes/apply_root_scale=true
nodes/root_scale=1.0
meshes/ensure_tangents=true
meshes/generate_lods=true
meshes/create_shadow_meshes=true
meshes/light_baking=1
meshes/lightmap_texel_size=0.2
skins/use_named_skins=true
animation/import=true
animation/fps=30
animation/trimming=false
animation/remove_immutable_tracks=true
import_script/path=""
_subresources={}
gltf/embedded_image_handling=1

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.2 KiB

View file

@ -0,0 +1,36 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://bqh3x4n0ti0ho"
path.s3tc="res://.godot/imported/car_car.png-f5010cb25cd34743970c983c1f43af28.s3tc.ctex"
metadata={
"imported_formats": ["s3tc_bptc"],
"vram_texture": true
}
generator_parameters={}
[deps]
source_file="res://assets/models/zombietextures_general/car_car.png"
dest_files=["res://.godot/imported/car_car.png-f5010cb25cd34743970c983c1f43af28.s3tc.ctex"]
[params]
compress/mode=2
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

Binary file not shown.

Binary file not shown.

Binary file not shown.

View file

@ -0,0 +1,32 @@
[remap]
importer="scene"
importer_version=1
type="PackedScene"
uid="uid://c6hxycumncyv4"
path="res://.godot/imported/fursuit.glb-3a11480bd17b3108217a995aa83ea1a6.scn"
[deps]
source_file="res://assets/models/zombietextures_general/fursuit.glb"
dest_files=["res://.godot/imported/fursuit.glb-3a11480bd17b3108217a995aa83ea1a6.scn"]
[params]
nodes/root_type="Node3D"
nodes/root_name="Scene Root"
nodes/apply_root_scale=true
nodes/root_scale=1.0
meshes/ensure_tangents=true
meshes/generate_lods=true
meshes/create_shadow_meshes=true
meshes/light_baking=1
meshes/lightmap_texel_size=0.2
skins/use_named_skins=true
animation/import=true
animation/fps=30
animation/trimming=false
animation/remove_immutable_tracks=true
import_script/path=""
_subresources={}
gltf/embedded_image_handling=1

View file

@ -0,0 +1,36 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://bqu6f2eqkjjq0"
path.s3tc="res://.godot/imported/fursuit_fursuit.png-4e58df08187a6e6e8d2b52dd4a6676de.s3tc.ctex"
metadata={
"imported_formats": ["s3tc_bptc"],
"vram_texture": true
}
generator_parameters={}
[deps]
source_file="res://assets/models/zombietextures_general/fursuit_fursuit.png"
dest_files=["res://.godot/imported/fursuit_fursuit.png-4e58df08187a6e6e8d2b52dd4a6676de.s3tc.ctex"]
[params]
compress/mode=2
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

Binary file not shown.

Binary file not shown.

Binary file not shown.

View file

@ -0,0 +1,32 @@
[remap]
importer="scene"
importer_version=1
type="PackedScene"
uid="uid://bvrjhvfxwlvue"
path="res://.godot/imported/kreb.glb-e7fed257cbfe74208d17bbc89874f2d3.scn"
[deps]
source_file="res://assets/models/zombietextures_general/kreb.glb"
dest_files=["res://.godot/imported/kreb.glb-e7fed257cbfe74208d17bbc89874f2d3.scn"]
[params]
nodes/root_type="Node3D"
nodes/root_name="Scene Root"
nodes/apply_root_scale=true
nodes/root_scale=1.0
meshes/ensure_tangents=true
meshes/generate_lods=true
meshes/create_shadow_meshes=true
meshes/light_baking=1
meshes/lightmap_texel_size=0.2
skins/use_named_skins=true
animation/import=true
animation/fps=30
animation/trimming=false
animation/remove_immutable_tracks=true
import_script/path=""
_subresources={}
gltf/embedded_image_handling=1

Binary file not shown.

After

Width:  |  Height:  |  Size: 39 KiB

View file

@ -0,0 +1,34 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://0xlo4jnjv7v0"
path="res://.godot/imported/krebhead.png-7b1b698afb5f061cbfa7e2006b7aa21a.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://assets/models/zombietextures_general/krebhead.png"
dest_files=["res://.godot/imported/krebhead.png-7b1b698afb5f061cbfa7e2006b7aa21a.ctex"]
[params]
compress/mode=0
compress/high_quality=false
compress/lossy_quality=0.7
compress/hdr_compression=1
compress/normal_map=0
compress/channel_pack=0
mipmaps/generate=false
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=1

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View file

@ -9,4 +9,4 @@ Ke 0.000000 0.000000 0.000000
Ni 1.450000 Ni 1.450000
d 1.000000 d 1.000000
illum 2 illum 2
map_Kd textures/zombietextures_models/monitor01.png map_Kd ../../textures/zombietextures_models/monitor01.png

Binary file not shown.

Binary file not shown.

Binary file not shown.

View file

@ -0,0 +1,12 @@
# Blender 3.6.4 MTL File: 'None'
# www.blender.org
newmtl SVGMat.001
Ns 360.000000
Ka 1.000000 1.000000 1.000000
Kd 0.973445 0.149960 0.001214
Ks 0.500000 0.500000 0.500000
Ke 0.000000 0.000000 0.000000
Ni 1.000000
d 1.000000
illum 2

File diff suppressed because it is too large Load diff

View file

@ -0,0 +1,21 @@
[remap]
importer="wavefront_obj"
importer_version=1
type="Mesh"
uid="uid://cawcjsar224o0"
path="res://.godot/imported/qtechlogo.obj-f3980c76a233bc01ad516e71760edb97.mesh"
[deps]
files=["res://.godot/imported/qtechlogo.obj-f3980c76a233bc01ad516e71760edb97.mesh"]
source_file="res://assets/models/zombietextures_general/qtechlogo.obj"
dest_files=["res://.godot/imported/qtechlogo.obj-f3980c76a233bc01ad516e71760edb97.mesh", "res://.godot/imported/qtechlogo.obj-f3980c76a233bc01ad516e71760edb97.mesh"]
[params]
generate_tangents=true
scale_mesh=Vector3(1, 1, 1)
offset_mesh=Vector3(0, 0, 0)
optimize_mesh=true

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

After

Width:  |  Height:  |  Size: 13 KiB

View file

@ -0,0 +1,34 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://dgp652cljekav"
path="res://.godot/imported/ufzrust.png-7151f67ca9f551ec89da2a981f6a1fff.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://assets/models/zombietextures_general/ufzrust.png"
dest_files=["res://.godot/imported/ufzrust.png-7151f67ca9f551ec89da2a981f6a1fff.ctex"]
[params]
compress/mode=0
compress/high_quality=false
compress/lossy_quality=0.7
compress/hdr_compression=1
compress/normal_map=0
compress/channel_pack=0
mipmaps/generate=false
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=1

Binary file not shown.

View file

@ -0,0 +1,22 @@
# Blender 3.6.4 MTL File: 'weirdthing.blend'
# www.blender.org
newmtl Material
Ns 250.000000
Ka 1.000000 1.000000 1.000000
Kd 0.800000 0.800000 0.800000
Ks 0.500000 0.500000 0.500000
Ke 0.000000 0.000000 0.000000
Ni 1.450000
d 1.000000
illum 2
newmtl Material.001
Ns 250.000000
Ka 1.000000 1.000000 1.000000
Ks 0.500000 0.500000 0.500000
Ke 0.000000 0.000000 0.000000
Ni 1.450000
d 1.000000
illum 2
map_Kd ufzrust.png

View file

@ -0,0 +1,557 @@
# Blender 3.6.4
# www.blender.org
mtllib weirdthing.mtl
o Cube
v 0.100000 1.500000 -1.800000
v 0.100000 -1.100000 -1.800000
v 0.100000 1.500000 1.800000
v 0.100000 -1.100000 1.800000
v -0.100000 1.500000 -1.800000
v -0.100000 -1.100000 -1.800000
v -0.100000 1.500000 1.800000
v -0.100000 -1.100000 1.800000
v -0.100000 0.800000 1.600000
v -0.100000 -0.200000 1.600000
v -0.100000 0.000000 1.400000
v -0.100000 0.000000 1.400000
v -0.100000 -0.200000 1.400000
v -0.100000 0.800000 1.400000
v -0.100000 -0.200000 1.000000
v -0.100000 -0.200000 0.800000
v -0.100000 0.800000 0.500000
v -0.100000 0.800000 0.800000
v -0.100000 0.800000 1.000000
v -0.100000 0.000000 1.000000
v -0.100000 0.200000 0.300000
v -0.100000 0.200000 0.300000
v -0.100000 0.400000 0.300000
v -0.100000 0.400000 0.300000
v -0.100000 0.400000 -0.100000
v -0.100000 0.600000 -0.300000
v -0.100000 0.800000 -0.500000
v -0.100000 0.600000 -0.500000
v -0.100000 0.800000 -0.300000
v -0.100000 0.600000 0.300000
v -0.100000 0.800000 0.300000
v -0.100000 -0.200000 0.500000
v -0.100000 0.200000 -0.100000
v -0.100000 -0.200000 0.300000
v -0.100000 -0.200000 -0.500000
v -0.100000 -0.200000 -0.700000
v -0.100000 0.000000 -0.500000
v -0.100000 0.000000 -0.700000
v -0.100000 0.600000 -1.300000
v -0.100000 0.800000 -1.300000
v -0.100000 0.600000 -1.500000
v -0.100000 0.800000 -1.500000
v -0.100000 -0.200000 -1.500000
v -0.100000 -0.000000 -1.500000
v 0.100000 0.800000 0.500000
v 0.100000 0.800000 0.800000
v 0.100000 0.800000 0.300000
v 0.100000 0.600000 0.300000
v 0.100000 0.400000 -0.100000
v 0.100000 0.600000 -0.300000
v 0.100000 0.800000 -0.300000
v 0.100000 0.200000 -0.100000
v 0.100000 0.000000 -0.700000
v 0.100000 -0.200000 -0.700000
v 0.100000 0.000000 -0.500000
v 0.100000 0.600000 -0.500000
v 0.100000 0.800000 -0.500000
v 0.100000 0.800000 -1.300000
v 0.100000 0.600000 -1.300000
v 0.100000 0.800000 -1.500000
v 0.100000 -0.000000 -1.500000
v 0.100000 0.600000 -1.500000
v 0.100000 -0.200000 -1.500000
v 0.100000 -0.200000 1.600000
v 0.100000 0.800000 1.600000
v 0.100000 0.000000 1.400000
v 0.100000 0.000000 1.400000
v 0.100000 -0.200000 1.400000
v 0.100000 -0.200000 1.000000
v 0.100000 0.000000 1.000000
v 0.100000 0.800000 1.000000
v 0.100000 0.800000 1.400000
v 0.100000 -0.200000 0.500000
v 0.100000 -0.200000 0.800000
v 0.100000 0.400000 0.300000
v 0.100000 0.200000 0.300000
v 0.100000 -0.200000 -0.500000
v 0.100000 -0.200000 0.300000
v 0.100000 0.200000 0.300000
v 0.100000 0.400000 0.300000
vn -0.0000 1.0000 -0.0000
vn -0.0000 -0.0000 1.0000
vn -1.0000 -0.0000 -0.0000
vn -0.0000 -1.0000 -0.0000
vn 1.0000 -0.0000 -0.0000
vn -0.0000 -0.0000 -1.0000
vn -0.0000 -0.8000 -0.6000
vn -0.0000 0.8000 0.6000
vt 0.159647 0.040353
vt 0.159647 0.159647
vt 0.040353 0.159647
vt 0.040353 0.040353
vt 0.359647 0.040353
vt 0.359647 0.159647
vt 0.240353 0.159647
vt 0.240353 0.040353
vt 0.481647 0.109941
vt 0.481647 0.090059
vt 0.472471 0.090059
vt 0.472471 0.083431
vt 0.481647 0.083431
vt 0.481647 0.056922
vt 0.509176 0.083431
vt 0.518353 0.083431
vt 0.518353 0.076804
vt 0.518353 0.050294
vt 0.509176 0.050294
vt 0.509176 0.076804
vt 0.481647 0.050294
vt 0.472471 0.050294
vt 0.440353 0.040353
vt 0.559647 0.040353
vt 0.559647 0.159647
vt 0.440353 0.159647
vt 0.472471 0.153019
vt 0.518353 0.153019
vt 0.518353 0.146392
vt 0.518353 0.133137
vt 0.518353 0.126510
vt 0.472471 0.126510
vt 0.472471 0.116569
vt 0.518353 0.116569
vt 0.518353 0.109941
vt 0.500000 0.109941
vt 0.500000 0.096686
vt 0.490824 0.096686
vt 0.490824 0.109941
vt 0.159647 0.240353
vt 0.159647 0.359647
vt 0.040353 0.359647
vt 0.040353 0.240353
vt 0.472471 0.316569
vt 0.472471 0.309941
vt 0.481647 0.309941
vt 0.481647 0.290059
vt 0.490824 0.290059
vt 0.490824 0.303314
vt 0.500000 0.303314
vt 0.500000 0.290059
vt 0.518353 0.290059
vt 0.518353 0.283431
vt 0.472471 0.283431
vt 0.472471 0.273490
vt 0.518353 0.273490
vt 0.518353 0.266863
vt 0.518353 0.253608
vt 0.518353 0.246981
vt 0.472471 0.246981
vt 0.440353 0.240353
vt 0.559647 0.240353
vt 0.559647 0.359647
vt 0.440353 0.359647
vt 0.472471 0.349706
vt 0.481647 0.349706
vt 0.509176 0.323196
vt 0.509176 0.349706
vt 0.518353 0.349706
vt 0.518353 0.323196
vt 0.518353 0.316569
vt 0.509176 0.316569
vt 0.481647 0.343078
vt 0.481647 0.316569
vt 0.472471 0.266863
vt 0.472471 0.290059
vt 0.472471 0.343078
vt 0.472471 0.253608
vt 0.509176 0.253608
vt 0.509176 0.266863
vt 0.359647 0.359647
vt 0.240353 0.359647
vt 0.240353 0.240353
vt 0.359647 0.240353
vt 0.399217 0.759647
vt 0.392589 0.759647
vt 0.392589 0.640353
vt 0.399217 0.640353
vt 0.228276 0.840353
vt 0.237452 0.840353
vt 0.237452 0.959647
vt 0.228276 0.959647
vt 0.456824 0.559647
vt 0.447648 0.559647
vt 0.447648 0.440353
vt 0.456824 0.440353
vt 0.425726 0.759647
vt 0.425726 0.640353
vt 0.759647 0.281295
vt 0.640353 0.281295
vt 0.640353 0.254785
vt 0.759647 0.254785
vt 0.086235 0.440353
vt 0.086235 0.559647
vt 0.040353 0.559647
vt 0.040353 0.440353
vt 0.157765 0.640353
vt 0.194471 0.640353
vt 0.194471 0.759647
vt 0.157765 0.759647
vt 0.840353 0.040353
vt 0.959647 0.040353
vt 0.959647 0.046981
vt 0.840353 0.046981
vt 0.640353 0.682120
vt 0.759647 0.682120
vt 0.640353 0.668865
vt 0.759647 0.668865
vt 0.166942 0.559647
vt 0.166942 0.440353
vt 0.212824 0.440353
vt 0.212824 0.559647
vt 0.840353 0.127687
vt 0.959647 0.127687
vt 0.959647 0.134314
vt 0.840353 0.134314
vt 0.759647 0.060235
vt 0.640353 0.060235
vt 0.640353 0.040353
vt 0.759647 0.040353
vt 0.759647 0.469217
vt 0.759647 0.489100
vt 0.640353 0.489100
vt 0.640353 0.469217
vt 0.318158 0.840353
vt 0.327335 0.840353
vt 0.327335 0.959647
vt 0.318158 0.959647
vt 0.293530 0.559647
vt 0.293530 0.440353
vt 0.339412 0.440353
vt 0.339412 0.559647
vt 0.684317 0.959647
vt 0.677689 0.959647
vt 0.677689 0.840353
vt 0.684317 0.840353
vt 0.759647 0.066863
vt 0.640353 0.066863
vt 0.040353 0.840353
vt 0.053608 0.840353
vt 0.053608 0.959647
vt 0.040353 0.959647
vt 0.040353 0.959647
vt 0.040353 0.840353
vt 0.147569 0.959647
vt 0.134314 0.959647
vt 0.134314 0.840353
vt 0.147569 0.840353
vt 0.408041 0.840353
vt 0.417217 0.840353
vt 0.417217 0.959647
vt 0.408041 0.959647
vt 0.506433 0.759647
vt 0.506433 0.640353
vt 0.532942 0.640353
vt 0.532942 0.759647
vt 0.759647 0.362001
vt 0.759647 0.388511
vt 0.640353 0.388511
vt 0.640353 0.362001
vt 0.077059 0.759647
vt 0.067882 0.759647
vt 0.067882 0.640353
vt 0.077059 0.640353
vt 0.497924 0.959647
vt 0.497924 0.840353
vt 0.507100 0.840353
vt 0.507100 0.959647
vt 0.539570 0.640353
vt 0.539570 0.759647
vt 0.420119 0.559647
vt 0.420119 0.440353
vt 0.040353 0.759647
vt 0.040353 0.640353
vt 0.587807 0.840353
vt 0.596983 0.840353
vt 0.596983 0.959647
vt 0.587807 0.959647
vt 0.640353 0.588159
vt 0.640353 0.569806
vt 0.759647 0.569806
vt 0.759647 0.588159
vt 0.640353 0.154197
vt 0.640353 0.147569
vt 0.759647 0.147569
vt 0.759647 0.154197
vt 0.640353 0.167451
vt 0.759647 0.167452
vt 0.640353 0.174079
vt 0.759647 0.174079
vt 0.311883 0.759647
vt 0.275177 0.759647
vt 0.275177 0.640353
vt 0.311883 0.640353
vt 0.472471 0.146392
vt 0.472471 0.056922
vt 0.472471 0.109941
vt 0.472471 0.133137
vt 0.509176 0.133137
vt 0.509176 0.146392
s 0
usemtl Material
f 1/1/1 5/2/1 7/3/1 3/4/1
f 4/5/2 3/6/2 7/7/2 8/8/2
f 30/9/3 26/10/3 29/11/3 27/12/3 28/13/3 39/14/3 37/15/3 35/16/3 36/17/3 43/18/3 44/19/3 38/20/3 41/21/3 42/22/3 5/23/3 6/24/3 8/25/3 7/26/3 9/27/3 10/28/3 13/29/3 15/30/3 16/31/3 18/32/3 17/33/3 32/34/3 34/35/3 21/36/3 33/37/3 25/38/3 24/39/3
f 6/40/4 2/41/4 4/42/4 8/43/4
f 57/44/5 51/45/5 50/46/5 48/47/5 80/48/5 49/49/5 52/50/5 79/51/5 78/52/5 73/53/5 45/54/5 46/55/5 74/56/5 69/57/5 68/58/5 64/59/5 65/60/5 3/61/5 4/62/5 2/63/5 1/64/5 60/65/5 62/66/5 53/67/5 61/68/5 63/69/5 54/70/5 77/71/5 55/72/5 59/73/5 56/74/5
f 71/75/5 46/55/5 45/54/5 47/76/5 51/45/5 57/44/5 58/77/5 60/65/5 1/64/5 3/61/5 65/60/5 72/78/5 67/79/5 70/80/5
f 6/81/6 5/82/6 1/83/6 2/84/6
f 20/201/6 19/202/6 71/203/6 70/204/6
f 14/205/3 9/27/3 7/26/3 5/23/3 42/22/3 40/206/3 27/12/3 29/11/3 31/207/3 17/33/3 18/32/3 19/208/3 20/209/3 12/210/3
usemtl
f 36/85/1 35/86/1 77/87/1 54/88/1
f 44/89/2 43/90/2 63/91/2 61/92/2
f 35/93/6 37/94/6 55/95/6 77/96/6
f 43/97/1 36/85/1 54/88/1 63/98/1
f 53/99/4 38/100/4 44/101/4 61/102/4
f 64/103/6 10/104/6 9/105/6 65/106/6
f 14/107/2 12/108/2 67/109/2 72/110/2
f 14/111/4 72/112/4 65/113/4 9/114/4
f 12/115/4 67/116/4 66/116/4 11/115/4
f 20/117/4 70/118/4 67/116/4 12/115/4
f 46/119/2 18/120/2 16/121/2 74/122/2
f 18/123/4 46/124/4 71/125/4 19/126/4
f 47/127/4 31/128/4 29/129/4 51/130/4
f 26/131/1 30/132/1 48/133/1 50/134/1
f 29/135/2 26/136/2 50/137/2 51/138/2
f 17/139/6 45/140/6 73/141/6 32/142/6
f 34/143/1 32/144/1 73/145/1 78/146/1
f 31/128/4 47/127/4 45/147/4 17/148/4
f 24/149/4 25/150/4 49/151/4 80/152/4
f 24/149/4 80/152/4 75/153/4 23/154/4
f 33/155/1 21/156/1 79/157/1 52/158/1
f 21/156/1 22/156/1 76/157/1 79/157/1
f 25/159/2 33/160/2 52/161/2 49/162/2
f 57/163/4 27/164/4 40/165/4 58/166/4
f 39/167/1 28/168/1 56/169/1 59/170/1
f 42/171/2 41/172/2 62/173/2 60/174/2
f 27/175/6 57/176/6 56/177/6 28/178/6
f 58/166/4 40/165/4 42/179/4 60/180/4
f 39/181/7 59/182/7 55/95/7 37/94/7
f 41/172/8 38/183/8 53/184/8 62/173/8
f 30/185/2 24/186/2 80/187/2 48/188/2
f 21/189/2 34/190/2 78/191/2 79/192/2
f 13/193/1 10/194/1 64/195/1 68/196/1
f 15/197/1 13/193/1 68/196/1 69/198/1
f 16/199/1 15/197/1 69/198/1 74/200/1
o Cube.001
v -0.100000 -0.200000 -1.500000
v -0.100000 -0.200000 -0.500000
v -0.100000 -0.000000 -1.500000
v -0.100000 -0.000000 -0.500000
v 0.100000 -0.200000 -1.500000
v 0.100000 -0.200000 -0.500000
v 0.100000 -0.000000 -1.500000
v -0.100000 -0.200000 -0.700000
v -0.100000 -0.000000 -0.700000
v 0.100000 -0.200000 -0.700000
v 0.100000 0.800000 1.400000
v 0.100000 -0.200000 1.600000
v 0.100000 0.800000 1.600000
v -0.100000 -0.200000 1.400000
v -0.100000 0.800000 1.400000
v -0.100000 -0.200000 1.600000
v -0.100000 0.800000 1.600000
v -0.100000 0.000000 1.400000
v -0.100000 0.000000 1.000000
v 0.100000 0.000000 1.400000
v 0.100000 0.000000 1.000000
v 0.100000 -0.200000 1.400000
v 0.100000 -0.200000 1.000000
v 0.100000 -0.200000 0.800000
v 0.100000 0.800000 0.800000
v 0.100000 0.800000 1.000000
v -0.100000 -0.200000 0.800000
v -0.100000 0.800000 0.800000
v -0.100000 -0.200000 1.000000
v -0.100000 0.800000 1.000000
v -0.100000 0.600000 -0.300000
v -0.100000 0.600000 0.300000
v -0.100000 0.800000 -0.300000
v 0.100000 0.600000 -0.300000
v 0.100000 0.600000 0.300000
v 0.100000 0.800000 -0.300000
v 0.100000 0.800000 0.300000
v -0.100000 -0.200000 0.500000
v -0.100000 0.800000 0.500000
v -0.100000 -0.200000 0.300000
v -0.100000 0.800000 0.300000
v 0.100000 -0.200000 0.500000
v 0.100000 0.800000 0.500000
v 0.100000 -0.200000 0.300000
v -0.100000 0.200000 -0.100000
v -0.100000 0.200000 0.300000
v -0.100000 0.400000 -0.100000
v -0.100000 0.400000 0.300000
v 0.100000 0.200000 -0.100000
v 0.100000 0.200000 0.300000
v 0.100000 0.400000 -0.100000
v 0.100000 0.400000 0.300000
v -0.100000 0.600000 -1.500000
v -0.100000 0.600000 -0.500000
v -0.100000 0.800000 -1.500000
v -0.100000 0.800000 -0.500000
v 0.100000 0.600000 -1.500000
v 0.100000 0.600000 -0.500000
v 0.100000 0.800000 -1.500000
v 0.100000 0.800000 -0.500000
v -0.100000 0.600000 -1.300000
v -0.100000 0.800000 -1.300000
v 0.100000 0.800000 -1.300000
v 0.100000 0.600000 -1.300000
v 0.100000 0.000000 -0.700000
v 0.100000 0.000000 -0.500000
v 0.100000 0.000000 1.400000
v -0.100000 -0.200000 1.200000
v 0.100000 -0.200000 1.266666
v 0.100000 -0.200000 1.000000
v -0.100000 0.400000 0.300000
v 0.100000 0.400000 0.300000
v 0.100000 0.200000 0.300000
v -0.100000 0.200000 0.300000
v -0.100000 -0.200000 1.400000
v -0.000000 0.700000 0.300000
vn -1.0000 -0.0000 -0.0000
vn 1.0000 -0.0000 -0.0000
vn -0.0000 -1.0000 -0.0000
vn -0.0000 -0.0000 -1.0000
vn -0.0000 -0.0000 1.0000
vn -0.0000 1.0000 -0.0000
vn -0.0000 0.8000 0.6000
vn -0.0000 -0.8000 -0.6000
vn 0.9288 -0.3706 -0.0000
vt 0.575000 0.000000
vt 0.625000 0.000000
vt 0.625000 0.250000
vt 0.575000 0.250000
vt 0.575000 0.500000
vt 0.625000 0.500000
vt 0.625000 0.750000
vt 0.575000 0.750000
vt 0.575000 1.000000
vt 0.125000 0.750000
vt 0.375000 0.500000
vt 0.875000 0.500000
vt 0.375000 0.750000
vt 0.375000 1.000000
vt 0.375000 0.250000
vt 0.375000 0.000000
vt 0.625000 1.000000
vt 0.425000 1.000000
vt 0.875000 0.500000
vt 0.000000 0.000000
vt 0.575000 0.250000
vt 0.525000 0.250000
vt 0.475000 0.250000
vt 0.525000 0.500000
vt 0.475000 0.500000
vt 0.625000 0.000000
vt 0.625000 0.250000
vt 0.625000 0.500000
vt 0.625000 0.750000
vt 0.425000 0.000000
vt 0.425000 0.250000
vt 0.425000 0.500000
vt 0.425000 0.750000
vt 0.575000 0.500000
vt 0.125000 0.500000
vt 0.725000 0.500000
vt 0.650000 0.500000
vt 0.375000 0.812500
vt 0.375000 0.687500
vt 0.375000 0.562500
vt 0.375000 0.250000
s 0
usemtl
f 88/211/9 82/212/9 84/213/9 89/214/9
f 145/215/10 146/216/10 86/217/10 90/218/10
f 90/218/11 86/218/11 82/219/11 88/219/11
f 83/220/12 87/221/12 85/221/12 81/220/12
f 146/217/13 84/222/13 82/222/13 86/217/13
f 85/223/11 90/223/11 88/224/11 81/224/11
f 87/221/10 145/215/10 90/218/10 85/223/10
f 83/225/14 89/225/14 145/221/14 87/221/14
f 81/226/9 88/211/9 89/214/9 83/225/9
f 102/226/10 91/212/10 93/213/10 92/225/10
f 92/225/13 93/225/13 97/221/13 96/221/13
f 96/221/9 97/216/9 95/217/9 94/223/9
f 95/223/12 91/227/12 102/227/12 147/227/12 98/223/12 94/223/12
f 94/223/12 98/223/12 147/228/12 102/228/12 155/223/12
f 97/217/14 93/222/14 91/229/14 95/217/14
f 98/230/9 99/230/9 109/230/9 148/230/9 94/230/9
f 98/230/14 100/230/14 147/230/14
f 101/230/14 99/230/14 98/230/14 147/230/14
f 100/230/9 147/230/9 102/230/9
f 147/230/9 101/230/9 150/230/9 149/230/9 102/230/9
f 149/230/9 150/230/9 103/230/9
f 150/225/10 103/225/10 104/226/10
f 106/213/10 150/225/10 104/226/10 105/212/10
f 103/225/13 150/225/13 109/221/13
f 150/225/13 106/225/13 110/221/13 109/221/13
f 109/221/9 110/216/9 108/217/9 107/223/9
f 107/223/12 108/223/12 105/224/12 104/224/12
f 110/217/14 106/222/14 105/229/14 108/217/14
f 111/226/9 112/212/9 121/213/9 113/225/9
f 113/225/14 121/225/14 117/221/14 116/221/14
f 116/221/10 117/216/10 115/217/10 114/223/10
f 112/227/11 111/227/11 114/217/11 115/217/11
f 113/220/12 116/221/12 114/221/12 111/220/12
f 112/231/9 151/232/9 128/232/9 126/233/9 154/233/9 120/225/9 118/226/9 119/212/9 121/213/9
f 126/233/9 128/232/9 151/232/9 154/233/9
f 152/234/10 115/215/10 117/216/10 123/217/10 122/223/10 124/221/10 153/235/10 130/235/10 132/234/10
f 152/234/10 132/234/10 130/235/10 153/235/10
f 122/223/13 123/223/13 119/224/13 118/224/13
f 120/220/11 124/221/11 122/221/11 118/220/11
f 117/217/14 121/222/14 119/222/14 123/217/14
f 126/236/9 128/237/9 151/237/9 154/236/9
f 151/237/9 127/225/9 125/226/9 154/236/9
f 131/238/14 127/225/14 151/225/14 152/238/14
f 128/237/14 132/238/14 152/238/14 151/237/14
f 153/239/10 129/223/10 131/221/10 152/238/10
f 152/238/10 132/238/10 130/239/10 153/239/10
f 154/227/11 125/227/11 129/239/11 153/239/11
f 153/239/11 130/239/11 126/227/11 154/227/11
f 127/220/12 131/221/12 129/221/12 125/220/12
f 141/240/9 134/212/9 136/213/9 142/241/9
f 142/241/14 136/241/14 140/242/14 143/242/14
f 143/242/10 140/216/10 138/217/10 144/243/10
f 144/243/11 138/243/11 134/228/11 141/228/11
f 135/220/12 139/221/12 137/221/12 133/220/12
f 140/217/13 136/222/13 134/222/13 138/217/13
f 139/221/10 143/242/10 144/243/10 137/223/10
f 135/225/14 142/225/14 143/221/14 139/221/14
f 133/226/9 141/240/9 142/241/9 135/225/9
f 137/223/10 144/243/10 146/243/10 145/223/10
f 141/228/9 133/224/9 89/224/9 84/228/9
f 144/243/15 141/228/15 84/228/15 146/243/15
f 133/224/16 137/223/16 145/223/16 89/224/16
f 112/244/12 115/215/12 152/215/12 151/244/12
f 124/235/12 120/245/12 154/245/12 153/235/12
f 151/242/12 152/234/12 153/234/12 154/242/12
f 121/246/12 156/247/12 112/246/12
f 117/215/12 115/215/12 112/246/12 156/247/12 121/246/12
f 102/248/11 92/248/11 96/249/11 155/249/11
f 148/249/11 109/249/11 150/248/11 149/248/11 102/248/11 155/249/11
f 92/248/11 102/248/11 149/248/11
f 149/250/11 150/248/11 104/224/11 92/225/11
f 109/249/11 107/249/11 104/248/11 150/248/11
f 148/249/17 107/223/17 109/249/17
f 121/230/13 112/230/13 156/230/13
f 112/230/13 115/230/13 117/230/13 121/230/13 156/230/13
f 126/213/13 130/239/13 132/217/13 128/237/13
f 94/230/12 98/230/12 100/230/12 102/230/12 155/230/12
f 150/225/13 101/251/13 99/230/13 109/230/13
f 103/225/13 150/225/13 109/230/13

View file

@ -0,0 +1,21 @@
[remap]
importer="wavefront_obj"
importer_version=1
type="Mesh"
uid="uid://c1wnd1xyku06b"
path="res://.godot/imported/weirdthing.obj-70cc9613e908485b1fc7e196d86472da.mesh"
[deps]
files=["res://.godot/imported/weirdthing.obj-70cc9613e908485b1fc7e196d86472da.mesh"]
source_file="res://assets/models/zombietextures_general/weirdthing.obj"
dest_files=["res://.godot/imported/weirdthing.obj-70cc9613e908485b1fc7e196d86472da.mesh", "res://.godot/imported/weirdthing.obj-70cc9613e908485b1fc7e196d86472da.mesh"]
[params]
generate_tangents=true
scale_mesh=Vector3(1, 1, 1)
offset_mesh=Vector3(0, 0, 0)
optimize_mesh=true

View file

@ -1,9 +1,9 @@
textures/zombietextures_dev/tiles01_clip textures/zombietextures_dev/tiles01_pink_clip
{ {
qer_editorImage textures/zombietextures_dev/tiles01_clip.png qer_editorImage textures/zombietextures_dev/tiles01_pink_clip.png
qer_trans 0.5 qer_trans 0.5
{ {
map textures/zombietextures_dev/tiles01_clip.png map textures/zombietextures_dev/tiles01_pink_clip.png
blendfunc blend blendfunc blend
rgbGen identity rgbGen identity
} }

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View file

@ -0,0 +1,19 @@
[remap]
importer="oggvorbisstr"
type="AudioStreamOggVorbis"
uid="uid://j0rk0tkyat27"
path="res://.godot/imported/cheese_rust.ogg-1ae928d96571908fc66d1855afa64e7c.oggvorbisstr"
[deps]
source_file="res://assets/sounds/commentarynodes/cheese_rust.ogg"
dest_files=["res://.godot/imported/cheese_rust.ogg-1ae928d96571908fc66d1855afa64e7c.oggvorbisstr"]
[params]
loop=false
loop_offset=0
bpm=0
beat_count=0
bar_beats=4

Binary file not shown.

Before

Width:  |  Height:  |  Size: 11 KiB

After

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.9 KiB

View file

@ -0,0 +1,35 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://dedlxatrg3p1p"
path.s3tc="res://.godot/imported/tiles01_elevator.png-b97d48bf46772ed69ab9419d3738c430.s3tc.ctex"
metadata={
"imported_formats": ["s3tc_bptc"],
"vram_texture": true
}
[deps]
source_file="res://assets/textures/zombietextures_dev/tiles01_elevator.png"
dest_files=["res://.godot/imported/tiles01_elevator.png-b97d48bf46772ed69ab9419d3738c430.s3tc.ctex"]
[params]
compress/mode=2
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

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.9 KiB

View file

@ -0,0 +1,35 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://6cyj12i37k83"
path.s3tc="res://.godot/imported/tiles01_green.png-ed9d7fe183f99c5502f0fa0fe2da916a.s3tc.ctex"
metadata={
"imported_formats": ["s3tc_bptc"],
"vram_texture": true
}
[deps]
source_file="res://assets/textures/zombietextures_dev/tiles01_green.png"
dest_files=["res://.godot/imported/tiles01_green.png-ed9d7fe183f99c5502f0fa0fe2da916a.s3tc.ctex"]
[params]
compress/mode=2
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

Some files were not shown because too many files have changed in this diff Show more