Add Cube and SkillSelect menu detectors

This commit is contained in:
Héctor Giménez
2023-05-19 14:10:10 +09:00
parent 309cea5e89
commit e9b4e6be5a
2 changed files with 4 additions and 0 deletions

View File

@@ -224,4 +224,6 @@ type OpenMenus struct {
SkillTree bool
Character bool
QuitMenu bool
Cube bool
SkillSelect bool
}