From 07dc80ba6a468ad5180875867b3769c795ae9046 Mon Sep 17 00:00:00 2001 From: Theo Champion Date: Tue, 5 Aug 2025 13:20:52 +0200 Subject: [PATCH] feat: added a poorly drawn mystery box texture --- ressources/box.xpm | 82 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 82 insertions(+) create mode 100644 ressources/box.xpm diff --git a/ressources/box.xpm b/ressources/box.xpm new file mode 100644 index 0000000..f40c100 --- /dev/null +++ b/ressources/box.xpm @@ -0,0 +1,82 @@ +/* XPM */ +static char * box_xpm[] = { +"64 64 15 1", +" c None", +". c #914500", +"+ c #B2A600", +"@ c #B9B400", +"# c #A78B00", +"$ c #B5AD00", +"% c #A38100", +"& c #9A6800", +"* c #965800", +"= c #A58700", +"- c #CAD500", +"; c #BEBE00", +"> c #C7D000", +", c #C1C500", +"' c #6A3300", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +"................++@@#$..........................................", +"..............%%&&..#$............@.............................", +"..............**.....##.........................................", +"....................&+.............@$...........................", +"....................+&..............$@..........................", +"................................+&...@..........................", +"..................=-...........##....;&.........................", +"..................>,............$$##+#..........................", +"..................................##&...........................", +"''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''", +"''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''", +"''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''", +"''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''", +"''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''", +"''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''", +"''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''", +"''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''", +"''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''", +"''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''", +"''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''", +"''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''", +"''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''", +"''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''"};