deleting walls

This commit is contained in:
Luka Jankovic 2025-07-23 18:48:41 +02:00
parent b7b8bd8b1e
commit edbe4eb8ae
5 changed files with 22 additions and 0 deletions

View file

@ -64,6 +64,9 @@ static void key_input(struct kubo_context *context) {
kubo_context_select_prev_wall(context);
break;
case KEY_X:
kubo_context_delete_wall(context);
default:
break;
}