deleting walls
This commit is contained in:
parent
b7b8bd8b1e
commit
edbe4eb8ae
5 changed files with 22 additions and 0 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue