OpenTyrian: added utorial about on-screen buttons, fixed data files

This commit is contained in:
pelya
2014-06-10 00:46:18 +03:00
parent ddec13193f
commit 8bc7390029
11 changed files with 79 additions and 11 deletions

View File

@@ -734,6 +734,8 @@ start_level_first:
android_setup_screen_keys();
android_show_tutorial();
fade_song();
for (uint i = 0; i < COUNTOF(player); ++i)
@@ -3442,7 +3444,6 @@ bool JE_titleScreen( JE_boolean animate )
arcade_code_i[i]++;
else if(lastkey_char != '\0')
arcade_code_i[i] = 0;
//__android_log_print(ANDROID_LOG_INFO, "Tyrian", "Got key: %d = '%c' = '%c', code[%d] = '%s', matched %d", (int)lastkey_char, lastkey_char, toupper(lastkey_char), i, specialName[i], arcade_code_i[i]);
if (arcade_code_i[i] > 0 && arcade_code_i[i] == strlen(specialName[i]))
{