Aggiungi schermata introduttiva alla storia (dopo START, prima del gioco)

Premendo START nel menu titolo appare l'introduzione narrativa:
'You were walking alone in the dead of night. Without warning, an
unnatural darkness consumed the world around you. Your only comfort
is a faint torch. The path behind you is gone. Descend deeper into
the unknown.'

Si chiude con un tasto qualsiasi, poi avvia la partita.
Usa il Window layer come le altre schermate testuali.

Ripristina anche death.c e instructions.c dai commit precedenti.
This commit is contained in:
2026-06-26 12:11:25 +02:00
parent 7757e414a4
commit 220ab389e7
8 changed files with 66 additions and 21 deletions
+1
View File
@@ -48,3 +48,4 @@ uint8_t enemy_cooldown[MAX_ENEMIES] = {0};
volatile uint8_t hint_active = 0;
volatile uint8_t hint_displayed = 0;
volatile uint8_t credits_active = 0;
volatile uint8_t intro_active = 0;