From a0f26d0407a2e514e9dcfd2baeef5ccd98f7b3dd Mon Sep 17 00:00:00 2001 From: Charles Date: Sat, 1 Feb 2020 12:33:55 +0100 Subject: texture selector, collision detection --- textures/brick.xpm | 114 ----------------------------------------------------- 1 file changed, 114 deletions(-) delete mode 100644 textures/brick.xpm (limited to 'textures/brick.xpm') diff --git a/textures/brick.xpm b/textures/brick.xpm deleted file mode 100644 index 691f4c0..0000000 --- a/textures/brick.xpm +++ /dev/null @@ -1,114 +0,0 @@ -/* XPM */ -static char *_z63a_fwq0i[] = { -/* columns rows colors chars-per-pixel */ -"32 32 76 1 ", -" c #280C0C", -". c #2A0C0C", -"X c #2B0D0D", -"o c #2D0D0D", -"O c #2F0D0D", -"+ c #300E0E", -"@ c #320E0E", -"# c #330F0F", -"$ c #350F0F", -"% c #361010", -"& c #481414", -"* c #491515", -"= c #4B1515", -"- c #4C1616", -"; c #4E1616", -": c #501616", -"> c #511717", -", c #531717", -"< c #541818", -"1 c #561818", -"2 c #571919", -"3 c #561B19", -"4 c #561C1A", -"5 c #591919", -"6 c #581C1A", -"7 c #591D1B", -"8 c #5B1D1B", -"9 c #5D1D1B", -"0 c #5E1E1C", -"q c #601E1C", -"w c #611F1D", -"e c #621F1D", -"r c #64231F", -"t c #652320", -"y c #672320", -"u c #692320", -"i c #6A2421", -"p c #6B2421", -"a c #6E2623", -"s c #752A25", -"d c gray40", -"f c #686868", -"g c #6F6F6F", -"h c gray44", -"j c #717171", -"k c gray48", -"l c #7C7C7C", -"z c gray49", -"x c #7E7E7E", -"c c #808080", -"v c #818181", -"b c gray52", -"n c gray53", -"m c #8B8B8B", -"M c #8D8D8D", -"N c gray56", -"B c #909090", -"V c #929292", -"C c #939393", -"Z c gray58", -"A c #959595", -"S c gray59", -"D c #979797", -"F c #989898", -"G c gray60", -"H c #9B9B9B", -"J c gray61", -"K c #9D9D9D", -"L c #A2A2A2", -"P c #A4A4A4", -"I c #A5A5A5", -"U c gray65", -"Y c #AFAFAF", -"T c #B1B1B1", -"R c #B4B4B4", -"E c gray71", -/* pixels */ -"kbMFDDJKNBNNNBBBNNNBNBNYETLIPDmn", -".sypuuyuurtq09w778qw439979q7687f", -"Ou8e9904940w*--->11,=:<=*<:*:;,d", -"$i4*,:,<:;11<<;-=1&->;,=;>-==-*:,12,,-=;>::<=;<-,>-=*h", -"+a<>:,2<&><>11:=,-->,,<1->:,*=,x", -"@0>:&>*<>;1-;;<::2:=<-;-<>;1<:1l", -"oe=-<>*,<>,-<,:&>-<:;:1,1=><>2=Z", -"#,=;=-:>-*:,,-::>&=1,;2-=>:>,>:V", -"O;*,--:>1;>;2,22-1<=,:=,-15-><:A", -"+;=;;;<=;,<=:,,>--*5;>;1;;>>-*>C", -"#:*-2<:>:-2,<<1><:><;-:>*>>:,21C", -"$;,<<>;>2-:->&:;=;;&:-,=&-<:>=;A", -"+&;;-:,=,*112>=:>1;*1,>;*1<,;;:S", -"@;=>=:**>:>1==,,;,>1,,-;,>&>-;:l", -"O+O+o+@oXOO o++X+X$O@.%+#X@ooo+z", -"PPIPILLUJHHGcGcfjcvvIREYETJHJKKl", -"8qw439979q7687Xdsypuuyuurtq09w77", -"11,=:<=*<:*:;,Xgu8e9904940w*--->", -"1&->;,=;>-==-<+hi4*,:,<:;11<<;-=", -";>::<=;<-,>-=*+xy0::;->*:,12,,-=", -"-->,,<1->:,*=,@la<>:,2<&><>11:=,", -"2:=<-;-<>;1<:1$Z0>:&>*<>;1-;;<::", -"-<:;:1,1=><>2=oVe=-<>*,<>,-<,:&>", -"&=1,;2-=>:>,>:oA,=;=-:>-*:,,-::>", -"1<=,:=,-15-><:OC;*,--:>1;>;2,22-", -"-*5;>;1;;>>-*>.C;=;;;<=;,<=:,,>-", -":><;-:>*>>:,21%A:*-2<:>:-2,<<1><", -";;&:-,=&-<:>=;oS;,<<>;>2-:->&:;=", -"1;*1,>;*1<,;;:%l&;;-:,=,*112>=:>", -",>1,,-;,>&>-;:+z;=>=:**>:>1==,,;", -"X$O@.%+#X@ooo+Xl+O+o+@oXOO o++X+" -}; -- cgit