mirror of
https://github.com/stevenhowes/CTheEscape.git
synced 2026-05-26 15:53:29 +01:00
Mission 1 ending and victory screen
This commit is contained in:
@@ -152,8 +152,12 @@ void draw_spritetext(char* text, int x, int y)
|
||||
case 'i':
|
||||
case 'y':
|
||||
case '.':
|
||||
case ',':
|
||||
currentx += 6 + 2;
|
||||
break;
|
||||
case '\'':
|
||||
currentx += 4 + 2;
|
||||
break;
|
||||
case 'm':
|
||||
currentx += 14 + 2;
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user