STEP EVENT:
Kód: Vybrat vše
switch(keyboard_key) {
case ord("R"): room_restart(); break;
case ord("N"): room_goto_next(); break;
case ord("E"): game_end(); break;
}
Kód: Vybrat vše
switch(keyboard_key) {
case ord("R"): room_restart(); break;
case ord("N"): room_goto_next(); break;
case ord("E"): game_end(); break;
}
Kód: Vybrat vše
switch(keyboard_key) {
case ord("R"): show_message("R"); break;
case ord("N"): show_message("N"); break;
case ord("E"): show_message("E"); break;
}
Uživatelé prohlížející si toto fórum: Žádní registrovaní uživatelé a 3 hosti