- [NEW] gamestate_mort

- Millorades les constants en gamestate_menu
This commit is contained in:
2023-10-21 11:44:39 +02:00
parent 6d9c902f2d
commit 851513f1d9
4 changed files with 88 additions and 5 deletions

View File

@@ -94,7 +94,7 @@ namespace gamestate
// I anem on toque
if (play::exit==play::eixir::postfase) gamestate::postfase::init();
// [TODO] else if (play::exit==play::eixir::mort) gamestate::mort::init();
else if (play::exit==play::eixir::mort) gamestate::mort::init();
}
// En qualsevol cas, renderitzem i eixim ja del bucle (fins que acabe el fadeout)
draw::render();