mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-10 23:32:09 +00:00
[qwaq] Make some bad ascii art
This commit is contained in:
parent
bd98d1d9fb
commit
513c808875
1 changed files with 3 additions and 1 deletions
|
@ -16,7 +16,9 @@ int main (int argc, string *argv)
|
|||
|
||||
initialize ();
|
||||
window_t win = create_window (20, 5, 50, 10);
|
||||
mvwprintf (win, 0, 0, "Hi there!\n");
|
||||
mvwprintf (win, 0, 0, "Hi there! (q to quit)\n");
|
||||
mvwprintf (win, 1, 1, "(?)Oo.\n");
|
||||
mvwprintf (win, 1, 2, " \\_O>\n");
|
||||
do {
|
||||
if (get_event (&event)) {
|
||||
if (event.event_type == qe_key) {
|
||||
|
|
Loading…
Reference in a new issue