Mission 1 ending and victory screen

This commit is contained in:
stevenhowes
2021-03-31 21:08:48 +01:00
parent 350237ec4a
commit 17f0c4dcda
6 changed files with 163 additions and 13 deletions
+4
View File
@@ -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;