Pushing from the vogsphere to the github
This commit is contained in:
parent
d9986a5674
commit
c86fe1ad3d
33 changed files with 2093 additions and 0 deletions
52
textures/coins.xpm
Normal file
52
textures/coins.xpm
Normal file
|
|
@ -0,0 +1,52 @@
|
|||
/* XPM */
|
||||
static char * coins_xpm[] = {
|
||||
"32 32 17 1",
|
||||
" c #7F7F7F",
|
||||
". c #747474",
|
||||
"+ c #8F8F8F",
|
||||
"@ c #B0B0B0",
|
||||
"# c #A8A8A8",
|
||||
"$ c #A3A3A3",
|
||||
"% c #9D9D9D",
|
||||
"& c #11727A",
|
||||
"* c #D5FFF6",
|
||||
"= c #FFFFFF",
|
||||
"- c #A1FBE8",
|
||||
"; c #4AEDD9",
|
||||
"> c #145E53",
|
||||
", c #2CE0D8",
|
||||
"' c #20C5B5",
|
||||
") c #1AAAA7",
|
||||
"! c #1C919A",
|
||||
" .. . ..++. +++ . ++ .. ++++ ",
|
||||
".@@@#@####$$$###$$$%%$$########+",
|
||||
".#$$$$#$$$###$$#@@#@@#%%$%%$#$$ ",
|
||||
".###$###$$$#$$##$#$$###$%%$#$$#.",
|
||||
".#$$%%%%$$$$$%%%%%$$$$$######$$+",
|
||||
" @#$$%%$%%$#&&&&&&&&$###$$#####+",
|
||||
"+$$$##$$$##&*====*=*&##$$#$%%$$+",
|
||||
" #@@@@@@##&=*---;;;-*&@@@##$$##+",
|
||||
"+$$$#@@$%&=*=-;;;;-*-->##@@$$$#.",
|
||||
"+$#####$&=--=;;;---*-;,>##$$### ",
|
||||
" @@@@#$&*-;-=;----;*-;;,>%$%%$@.",
|
||||
".#@@###&=;;;=----;;*;,;;>$$$$$$.",
|
||||
".$$#$#&*-;;;=*-;;;-*;,,;,>##### ",
|
||||
"+$$$$$&==*;;-==*=**,;;'))>@@@$$.",
|
||||
"+$$$%&*;-==-=-;;;--*'))'',>$###.",
|
||||
"+##$$&=;;--=-;,;----)'))',>#### ",
|
||||
"+#$$#&=;--;=;,;----;)'))',>$$$$ ",
|
||||
"+@@@@&=;--;=;;----;;)'')),>#$$# ",
|
||||
" ##@@&*--;;*;----;,;!''));>@@##+",
|
||||
".#@@@&=--;-*----;,;'!)''),>@$$$+",
|
||||
".%$##&*;-**,';-;,;'!)!!)';>$$%$+",
|
||||
" ###$>***;;;))))!!!!'''!!!>@###+",
|
||||
" ##$$#>-;,;;)''''')!'))';>#$$#@+",
|
||||
"+#####>;;;,')''''''!))'';>##$$$+",
|
||||
"+#$$#$$>,;;)')))))')!''->%%$%%$ ",
|
||||
" ##$%%$#>,')'')))))'!'->%$$$$%%+",
|
||||
" @@@@$#$$>,)'''''''');>#$$##$@@+",
|
||||
".@@###$$$#>',;;-;---'>$$$##$$$# ",
|
||||
".#$#$$##@@@>>>>>>>>>>###@@@@@@@.",
|
||||
" $%%$#$$#@@###$$$#########@#@@@.",
|
||||
" ##$$$###$#$$%%$#@@@@@#$#$$$$$# ",
|
||||
".. ++++ .. ++++++ ..+ .. . + "};
|
||||
Loading…
Add table
Add a link
Reference in a new issue