mirror of
https://codeberg.org/ACME-Corporation/cub3d.git
synced 2025-12-06 01:48:08 +01:00
feat: added temp perk textures and placed perks in testmap_2
This commit is contained in:
parent
41437ec215
commit
04705fe9e5
4 changed files with 243 additions and 9 deletions
78
ressources/revive.xpm
Normal file
78
ressources/revive.xpm
Normal file
|
|
@ -0,0 +1,78 @@
|
|||
/* XPM */
|
||||
static char * revive_xpm[] = {
|
||||
"64 64 11 1",
|
||||
" c #FF00DC",
|
||||
". c #BFC7D5",
|
||||
"+ c #FFFFFF",
|
||||
"@ c #7A73BB",
|
||||
"# c #5E579C",
|
||||
"$ c #403995",
|
||||
"% c #F9F7FF",
|
||||
"& c #DDDAFB",
|
||||
"* c #A9A6C9",
|
||||
"= c #8D88BA",
|
||||
"- c #5B54A0",
|
||||
" ",
|
||||
" ..++++++++++++++++++++++++++++++++++++++++++.. ",
|
||||
" .++++++++++++++++++++++++++++++++++++++++++++. ",
|
||||
" ++@@###@@@@@###@@@@@###@@@@@###@@@@@####@@@@++ ",
|
||||
" ++@#####@@@#####@@@#####@@@#####@@@@####@@@@++ ",
|
||||
" ++##++++#@#######@#######@#######@##########++ ",
|
||||
" ++####+##@#######@#######@#######@##########++ ",
|
||||
" ++@@##+@@@@@@##@@@@@@##@@@@@@##@@@@@@##@@@@@++ ",
|
||||
" ++@+##+@@#@@###@@#@@###@@#@@###@@#@@####@@@@++ ",
|
||||
" ++#@++@@###@@@@@###@@@@@###@@@@@####@@@@####++ ",
|
||||
" ++##@@@#####@@@#####@@@#####@@@#####@@@@####++ ",
|
||||
" ++##+@+######@#######@#$@@@$#@##############++ ",
|
||||
" ++#+#@++#####@#######@$@@@@@$@##############++ ",
|
||||
" ++@+@@++##@@@@@@@##@@@@@@@@$$@@@@##@@@@@@##@++ ",
|
||||
" ++#+@#++###@@#@@###@$@@@@@$$$$@@####@@@@####++ ",
|
||||
" ++@@++#@@@@@###@@@@$@@@@@@$$$$#@@@@@####@@@@++ ",
|
||||
" ++@#####@@@#####@@@$@@@@@@$$$###@@@@####@@@@++ ",
|
||||
" ++#+++++@@#######@@@@@@@@@@$$####@@######@@#++ ",
|
||||
" ++##+#+##@###$$$$@$@@@@@@@@$#$$$$@##########++ ",
|
||||
" ++##++##@@##$$$$$$$@@@@@@@@$$$$$$$@##@@##@@#++ ",
|
||||
" ++@@+#++@#@$$$$$$$@@@@@@@@@@$$$$$$$@####@@@@++ ",
|
||||
" ++@@+@++##$$$$$$$$@@@@@@@@@@$$$$$$$$@@@@@##@++ ",
|
||||
" ++##@@@###$$$$$$$@@@@@@@@@@@@$$$$$$$@@@@####++ ",
|
||||
" ++#+++++##$$$$@$$@@@@@@@@@@@@$$#$$$$#@@#####++ ",
|
||||
" ++##+@####$$$@#$$@@@@%%%%@@@@$$##$$$########++ ",
|
||||
" ++##+++#@$@$@@@$@@@%%%%%%%%@@@$##@$@$@@##@@#++ ",
|
||||
" ++#@+#@@#$@@@#@@@@$$%%%%%%$$@@@@#@@@$@@@####++ ",
|
||||
" ++@@+#++@@@@$##@@$$$$%%%%$$$$@@@@$@@@##@@@@@++ ",
|
||||
" ++@#####@@@####@@&$$$$%%$$$$%@@#@@@@####@@@@++ ",
|
||||
" ++#++++#@@#####@@&%$$%%%%$$%%@@##@@######@@#++ ",
|
||||
" ++##+##+#@#####$&&%%%@%%@%%%%%$##@####++#+##++ ",
|
||||
" ++##+#++@@####@&&@%%%%@@%%%%@%%##@@##@@+#+@#++ ",
|
||||
" ++@@+#+@@#@@###&&@@@@@@@@@@@@%%@@#@@##++@+@@++ ",
|
||||
" ++@@+@++##@@@@@$&%@@@@@@@@@@%%$@@##@@@+@@+#@++ ",
|
||||
" ++##@@@#####@@@##&%@@%%%%@@%%@@#####@@@++++#++ ",
|
||||
" ++##@@#######@@##&&@@@@@@@@%%@@######@@#####++ ",
|
||||
" ++###@#######@#$$&&&%@@@@%%%&$$#######++#+##++ ",
|
||||
" ++##@@##@####$$***&%%%%%%%%&***$$#@##@@##+@#++ ",
|
||||
" ++#@@#@@##$$***=====&&&&&&==&==**=$$@@@+++##++ ",
|
||||
" ++@@##@@@@****===&&=**=&&*====&==**=@##@@+@@++ ",
|
||||
" ++@#####@$**====&=***===&=**====&==*$#+++++@++ ",
|
||||
" ++######$**====&=***=======**=======*$###@@#++ ",
|
||||
" ++######$*---====**=-----==**====---=$++#+##++ ",
|
||||
" ++##@###$*----&=***-------=***==----=$++#+@#++ ",
|
||||
" ++@@###@@$---$#***=---$$---=***@$---####++@@++ ",
|
||||
" ++@@@@@@$@-$$@@***---$@@$--=***@@$$$$@@+@+#@++ ",
|
||||
" ++##@@@#$@@$@@@***---@@##---***###$$$@+++++#++ ",
|
||||
" ++##@@###$$##@@***--$@@##$--***####$#@@#####++ ",
|
||||
" ++###@#######@#**--$#@####$--**#########++##++ ",
|
||||
" ++##@@##@####@@$$-$##@@###@$$@@###@##@++#@+#++ ",
|
||||
" ++@@@@@@##@@@@@$$$#@@@@@@##@$@@@@##@@@++@#+@++ ",
|
||||
" ++@@##@@@@@@@##$$@@@@##@@@@@@$$@@@@@@#++@@+@++ ",
|
||||
" ++@@###@@@@@###@@@@@###@@@@@###@@@@@###+@+@@++ ",
|
||||
" ++######@@#######@@######@@######@@######@@#++ ",
|
||||
" ++#######@#######@#######@#######@######++##++ ",
|
||||
" ++##@###@@####@##@@###@##@@###@##@@##@@+#@+#++ ",
|
||||
" ++@@##@@@@@@@##@@@@@@##@@@@@@##@@@@@@##+@@@@++ ",
|
||||
" ++@@@@@@##@@@@@@@##@@@@@@##@@@@@@##@@@@+@##@++ ",
|
||||
" ++#@@@@@###@@@@@###@@@@@###@@@@@####@@++++##++ ",
|
||||
" ++##@@#######@@######@@######@@######@@#####++ ",
|
||||
" ++###@#######@#######@#######@##############++ ",
|
||||
" .++++++++++++++++++++++++++++++++++++++++++++. ",
|
||||
" ..++++++++++++++++++++++++++++++++++++++++++.. ",
|
||||
" "};
|
||||
Loading…
Add table
Add a link
Reference in a new issue