Add QuitMenu detection

This commit is contained in:
Héctor Giménez
2023-05-18 22:24:16 +09:00
parent 5dae8f019f
commit 309cea5e89
2 changed files with 2 additions and 0 deletions

View File

@@ -223,4 +223,5 @@ type OpenMenus struct {
MapShown bool
SkillTree bool
Character bool
QuitMenu bool
}