function main() { TEXT* textUnicode = txt_create(10,0); textUnicode.font = font_create("Arial Unicode MS#30"); txt_loadw(textUnicode,"Unicode.txt"); while(1) { draw_obj(textUnicode); wait(1); } }
Gamestudio download | Zorro platform | shop | Data Protection Policy
oP group Germany GmbH | Birkenstr. 25-27 | 63549 Ronneburg / Germany | info (at) opgroup.de