Home
last modified time | relevance | path

Searched refs:gfx_printf (Results 1 – 6 of 6) sorted by relevance

/dports/games/xorgramana/XorGramana-0.0.8/
H A Dlevel_menu.c115 gfx_printf("-%s-",map_name[lvl]); in level_menu()
117 gfx_printf(" %s",map_name[lvl]); in level_menu()
172 gfx_printf(" %s",map_name[lvl]); in level_menu()
195 gfx_printf("%s",spc); in menu_splash()
200 gfx_printf((options->game?"Xor":"XorGramana")); in menu_splash()
208 gfx_printf("%s",spc); in menu_splash()
211 gfx_printf("remake by jwm-art.net"); in menu_splash()
215 gfx_printf("%s by jwm-art.net",verstr); in menu_splash()
218 gfx_printf("x-switch game"); in menu_splash()
220 gfx_printf("l-load replay"); in menu_splash()
[all …]
H A Dgfx.h142 int gfx_printf(const char* format, ...);
H A Dgame_display.c89 gfx_printf("%2d of %2d",player.masks_collected,map->mask_count); in game_win_update_player_info()
92 gfx_printf("%c%d", in game_win_update_player_info()
H A Dgfx.c379 int gfx_printf(const char* format, ...) in gfx_printf() function
441 gfx_printf(buf); in gfx_message()
H A DCHANGES112 gfx_printf (gfx.h,gfx.c) can be modified (this is
H A Dplay_xor.c108 gfx_printf("%s",map->title); in play_xor()