new game bug fix

This commit is contained in:
2026-03-04 13:06:35 -05:00
parent 554d6198fd
commit b81296a4f2
3 changed files with 3 additions and 42 deletions

View File

@@ -110,6 +110,8 @@ namespace game::state
character.queue_play({.animation = dialogue.start.animation, .isInterruptible = false});
character.tick();
isStart = true;
isStartBegin = false;
isStartEnd = false;
}
}