animation fixes + modding WIP
Some checks failed
Build / Build Game (push) Has been cancelled

This commit is contained in:
2026-03-01 19:07:01 -05:00
parent 6ed9a15177
commit 06d2cbdc12
8 changed files with 404 additions and 7 deletions

View File

@@ -199,6 +199,7 @@ namespace game::state
isEndEnd = true;
isEnd = false;
isPostgame = true;
menu.isCheats = true;
world.character_focus(character, worldCanvas, focus_get());
}
}