From a7b9aa288a65ef456ec3795435c91eba58f2a098 Mon Sep 17 00:00:00 2001 From: Joursoir Date: Tue, 9 Mar 2021 21:40:21 +0000 Subject: update models with new support char --- bg_models.hpp | 50 ++++++++++++++++++------------------- models.hpp | 2 +- veh_models.hpp | 78 +++++++++++++++++++++++++++++----------------------------- 3 files changed, 65 insertions(+), 65 deletions(-) diff --git a/bg_models.hpp b/bg_models.hpp index 119d99b..ff05d81 100644 --- a/bg_models.hpp +++ b/bg_models.hpp @@ -11,39 +11,39 @@ enum background_types { }; const char * const bg_ftree_model[] = { - " _-_ ", - " /~~ ~~\\ ", - " /~~ ~~\\ ", + "???????_-_???????", + "????/~~ ~~\\????", + "?/~~ ~~\\?", "{ }", - " \\ _- -_ / ", - " ~ \\\\ // ~ ", - " | | ", - " | | ", - " // \\\\ " + "?\\ _- -_ /?", + "???~ \\\\ //??~???", + "???????| |???????", + "???????| |???????", + "??????// \\\\??????" }; const char * const bg_stree_model[] = { - " _____ ", - " __/~~~~~\\__ ", - " _/~~ ~~\\_ ", - " /~ ~\\ ", + "???????_____???????", + "????__/~~~~~\\__????", + "??_/~~ ~~\\_??", + "?/~ ~\\?", "{ }", - " \\__\\~ ~/__/ ", - " \\_ _/ ", - " \\\\ // ", - " | | ", - " | | ", - " | | ", - " // \\\\ " + "?\\__\\~ ~/__/?", + "????\\_ _/?????", + "??????\\\\ //???????", + "???????| |????????", + "???????| |????????", + "???????| |????????", + "??????// \\\\???????" }; const char * const bg_bridge_model[] = { - " .. ", - " [] ", - " ,:[]:_ ", - " ,-: :[]: :-. ", - " ,.': : :[]: : :`._ ", - " _,-: : : : :[]: : : : :-._ ", + "??????????????????..???????????????????", + "??????????????????[]???????????????????", + "????????????????,:[]:_?????????????????", + "?????????????,-: :[]: :-.??????????????", + "??????????,.': : :[]: : :`._???????????", + "??????_,-: : : : :[]: : : : :-._???????", "___.-: : : : : : :[]: : : : : : :-.____", "_:_:_:_:_:_:_:_:_:[]:_:_:_:_:_:_:_:_:_:", "!!!!!!!!!!!!!!!!!![]!!!!!!!!!!!!!!!!!!!", diff --git a/models.hpp b/models.hpp index 6444123..7b2f751 100644 --- a/models.hpp +++ b/models.hpp @@ -1,7 +1,7 @@ #ifndef ASCIIROAD_MODELS_H #define ASCIIROAD_MODELS_H -#define SUPPORT_CHAR ' ' +#define SUPPORT_CHAR '?' /* SUPPORT_CHAR use for support rectangular array */ struct object_info { diff --git a/veh_models.hpp b/veh_models.hpp index 3c03eee..272e6b1 100644 --- a/veh_models.hpp +++ b/veh_models.hpp @@ -20,91 +20,91 @@ enum veh_types { }; const char * const veh_default_model[] = { - " ______ ", - " /|_||_\\`.__ ", + "??_______????", + "?/|_||_\\`.__?", "( _ _ _\\", "=`-(_)--(_)-'" }; const char * const veh_ems_model[] = { - "o____________<0> ", - "| |@ \\ ", - "| EMS ||_/_\\__ ", - "|-----------| | ", + "o____________<0>??????", + "| |@??\\?????", + "| EMS ||_/_\\__??", + "|-----------| |?", "| _ | _ []", - "`-(_)-----------(_)-' " + "`-(_)-----------(_)-'?" }; const char * const veh_cabriolet_model[] = { - " @ \\ ", - " ______|_/_>____ ", - "/ _\\<> | _ \\ ", + "???????@??\\???????", + "?______|_/_>____??", + "/ _\\<> | _ \\?", "`-(_)--------(_)-]" }; const char * const veh_bus_model[] = { - " _____________________ ", - "| | | | |@ \\ ", - "|___|_____|_____|_||_/_\\ ", + "?_____________________???", + "| | | | |@ \\??", + "|___|_____|_____|_||_/_\\?", "| _ _ | |_ \\", "`--(_)(_)---------(_)---'" }; const char * const veh_zaz_model[] = { - " _____ ", - " ___/__|__\\____ ", + "?????_____??????", + "?___/__|__\\____?", "| _ | _ o)", "`-(_)------(_)-'" }; const char * const veh_landrover_model[] = { - " ___ ", - " _______|___\\____ ", + "?????????___??????", + "?_______|___\\____?", "|o _ |- | _ o)", - "`--(_)-------(_)' " + "`--(_)-------(_)'?" }; const char * const veh_police_model[] = { - " _________ ", - "|___][__][__\\\\____ ", + "?_________??????", + "|___][__][__\\\\____?", "|o _ PD |- |_ o)", - "`-(_)--------(_)-' " + "`-(_)--------(_)-'?" }; const char * const veh_smalltruck_model[] = { - " __________ ___ ", - "| | |__\\\\_ ", + "?__________???___???", + "| |?|__\\\\_?", "| _ _ |-| _ |", - "`-(_)--(_)-' `-(_)-'" + "`-(_)--(_)-'?`-(_)-'" }; const char * const veh_bigtruck_model[] = { - " __________ __________ ___ ", - "| | | | |__\\\\_ ", + "?__________???__________???___???", + "| |?| |?|__\\\\_?", "| _ _ |-| _ _ |-| _ |", - "`-(_)--(_)-' `-(_)--(_)-' `-(_)-'" + "`-(_)--(_)-'?`-(_)--(_)-'?`-(_)-'" }; const char * const veh_bicycle_model[] = { - " @ ", - " / \\> ", - " _I--.\\ ", + "???@????", + "??/?\\>??", + "?_I--.\\?", "(_))\"(_)" }; const char * const veh_manipulator_model[] = { - " .. ", - " //\\\\ ", - " _ // \\\\", - " _[_]// (_/", - "|_____| ", - "(O_o_O) " + "????????..??", + "???????//\\\\?", + "???_??//??\\\\", + "?_[_]//??(_/", + "|_____|?????", + "(O_o_O)?????" }; const char * const veh_camper_model[] = { - " ______________ ", - "| __] ", - "| [] [] [] |_\\__ ", + "?______________???", + "| __]??", + "| [] [] [] |_\\__?", "| ]", "`--(_)-------(_)-'" }; -- cgit v1.2.3-18-g5258