Update text.c

This commit is contained in:
Jason Bou-Samra
2024-11-09 12:52:33 +11:00
committed by GitHub
parent 5cc08a1917
commit 275c3c7365
+10
View File
@@ -148,6 +148,16 @@ int infol [11][2] = {
{116, 134} // have fun ! {116, 134} // have fun !
}; };
char saving [] = {
" SAVING "
"HIGH SCORES"
};
int savingl [2][2] = {
{118, 91}, // saving
{118, 98} // high scores
};
char gameo[] = { char gameo[] = {
"GAME OVER" "GAME OVER"
}; };