diff options
author | Julien Dessaux | 2020-12-26 12:54:42 +0100 |
---|---|---|
committer | Julien Dessaux | 2020-12-26 12:54:42 +0100 |
commit | bbea9342330ff020b8e3094c849db88719915132 (patch) | |
tree | bee0f9b036947e2b03a10192d0927dfe5e0f6711 /example | |
parent | Began implementing config validation (diff) | |
download | shell-game-launcher-bbea9342330ff020b8e3094c849db88719915132.tar.gz shell-game-launcher-bbea9342330ff020b8e3094c849db88719915132.tar.bz2 shell-game-launcher-bbea9342330ff020b8e3094c849db88719915132.zip |
Continued implementing config validation
Diffstat (limited to 'example')
-rw-r--r-- | example/complete.yaml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/example/complete.yaml b/example/complete.yaml index e8e36e1..2677285 100644 --- a/example/complete.yaml +++ b/example/complete.yaml @@ -53,6 +53,14 @@ Menus: - Key: q Label: quit Action: quit + options: + Banner: 'Options%n=======' + XOffset: 5 + YOffset: 2 + MenuEntries: + - Key: z + Label: back + Action: menu logged_in Games: nethack3.7: |