map events or whatever

This commit is contained in:
the me 2022-08-23 02:25:43 -07:00
parent b0e718f879
commit 856b518593
28 changed files with 185 additions and 29 deletions

View file

@ -1,5 +1,5 @@
function txt_win() {
ARTICULATOR.state = c_null;
msg = msglang([
txt("Ow...", REISEN.WOBBLE),
@ -40,5 +40,5 @@ function txt_win() {
])
endevent = c_null;
endevent = function() {game_restart()};
}