Add question-mark help viewer mode backed by help JSON

This commit is contained in:
Jage9
2026-02-21 16:55:41 -05:00
parent 35f837e96d
commit 433dd7c8d1
6 changed files with 77 additions and 2 deletions

View File

@@ -25,6 +25,7 @@ export type SelectionContext = 'pickup' | 'drop' | 'delete' | 'edit' | 'use' | '
export type GameMode =
| 'normal'
| 'helpView'
| 'nickname'
| 'chat'
| 'effectSelect'