DEADSOFTWARE

Remove ascii crap master
authorfred-boy <fred-boy@protonmail.com>
Fri, 21 Dec 2018 20:33:40 +0000 (03:33 +0700)
committerfred-boy <fred-boy@protonmail.com>
Fri, 21 Dec 2018 20:33:40 +0000 (03:33 +0700)
src/CAVE.mpsrc

index e753f5e71239f39e1baff400fe65366ce5efbf94..df0d606ea05dda1b5cd380d4d7de9ccf4e9e909e 100644 (file)
@@ -688,7 +688,7 @@ procedure drawdeadlogo;
   fillrect(0,0,getWidth,getHeight);\r
   dead:=loadimage('/dl');\r
   drawimage(dead,(getWidth/2)-(getimagewidth(dead)/2),(getHeight/2)-(getimageheight(dead)/2));\r
-  drawfonttext(#119+#119+#119+#46+#100+#101+#97+#100+#115+#111+#102+#116+#119+#97+#114+#101+#46+#114+#117,getWidth/2-80,(getHeight/2)+(getimageheight(dead)/2));\r
+  drawfonttext('www.deadsoftware.ru',getWidth/2-80,(getHeight/2)+(getimageheight(dead)/2));\r
   drawfonttext('Loading...',(getWidth/2)-(40),getHeight-8);\r
   drawVideo;\r
   delay(500);\r
@@ -1576,17 +1576,17 @@ procedure menu_about;
    setclip(0,32,getWidth,(getHeight/16-4)*16);\r
 \r
    drw_txt('Developers:',cur,0,1);\r
-   drw_txt(#68+#101+#97+#68+#68+#111+#111+#77+#69+#82+' - Programmer',cur,1,0);//dead\r
-   drw_txt(#102+#114+#101+#100+#45+#98+#111+#121+' - Programmer',cur,2,0);//fred-boy\r
-   drw_txt(#65+#110+#100+#114+#101+#121+#53+#57+' - Programmer',cur,3,0);//andrey59\r
-   drw_txt(#89+#117+#82+#97+#78+#110+#78+#122+#90+#90+' - Artist',cur,4,0);//yura\r
-   drw_txt(#83+#97+#115+#104+#97+#71+' - Artist and idea generator',cur,5,0);//sasha\r
-   drw_txt(#66+#97+#74+#108+#101+#72+#84+#105+#72+' - Artist and tester',cur,6,0);//valentin\r
-   drw_txt(#65+#103+#114+#101+#115+#115+#111+#82+' - Tester',cur,7,0);//agressor\r
-   drw_txt(#118+#111+#108+#121+#97+#95+#110+#97+#115+#116+#97+#110+#101+' - Tester',cur,8,0);//volya\r
-   drw_txt(#97+#98+#97+#100+#111+#110+' - Tester',cur,9,0);//abadon\r
-   drw_txt(#77+#111+#110+#111+#103+#114+#111+#109+' - Tester',cur,10,0);//monogrom\r
-   drw_txt(#75+#97+#108+#116+#101+#114+' - Tester',cur,11,0);//kalter\r
+   drw_txt('DeaDDooMER - Programmer',cur,1,0);\r
+   drw_txt('fred-boy - Programmer',cur,2,0);\r
+   drw_txt('Andrey59 - Programmer',cur,3,0);\r
+   drw_txt('YuRaNnNzZZ - Artist',cur,4,0);\r
+   drw_txt('SashaG - Artist and idea generator',cur,5,0);\r
+   drw_txt('BaJleHTiH - Artist and tester',cur,6,0);\r
+   drw_txt('AgressoR - Tester',cur,7,0);\r
+   drw_txt('volya - Tester',cur,8,0);\r
+   drw_txt('abadon - Tester',cur,9,0);\r
+   drw_txt('Monogrom - Tester',cur,10,0);\r
+   drw_txt('Kalter - Tester',cur,11,0);\r
 \r
    drw_txt('Thanks:',cur,12,1);\r
    drw_txt('Piligrim and 0vZ - Lib_jsr75i',cur,13,0);\r
@@ -1596,8 +1596,8 @@ procedure menu_about;
    drw_txt('aleshka - Lib_jpeg',cur,17,0);\r
    drw_txt('Roman_V - Lib_safeload',cur,18,0);\r
 \r
-   drw_txt('Site: '+#104+#116+#116+#112+#58+#47+#47+#100+#101+#97+#100+#115+#111+#102+#116+#119+#97+#114+#101+#46+#114+#117,cur,21,0);\r
-   drw_txt(#68+#101+#97+#68+#83+#111+#102+#116+#87+#97+#114+#101+' 2012-2014',cur,22,0);\r
+   drw_txt('Site: www.deadsoftware.ru',cur,21,0);\r
+   drw_txt('DeaDSoftWare 2012-2014',cur,22,0);\r
 \r
    drw_txt('Hello! :D',cur,100,1);\r
 \r