diff --git a/promo/screenshot_01.png b/promo/screenshot_01.png new file mode 100644 index 0000000..5c246b0 Binary files /dev/null and b/promo/screenshot_01.png differ diff --git a/promo/screenshot_02.png b/promo/screenshot_02.png new file mode 100644 index 0000000..441955e Binary files /dev/null and b/promo/screenshot_02.png differ diff --git a/promo/screenshot_03.png b/promo/screenshot_03.png new file mode 100644 index 0000000..e23f504 Binary files /dev/null and b/promo/screenshot_03.png differ diff --git a/promo/screenshot_04.png b/promo/screenshot_04.png new file mode 100644 index 0000000..67e0ae0 Binary files /dev/null and b/promo/screenshot_04.png differ diff --git a/source/main.py b/source/main.py index afa2aa3..2f30fe4 100755 --- a/source/main.py +++ b/source/main.py @@ -34,8 +34,8 @@ def main() -> None: ui_height = ui_height, initial_log= [ - Message(" Move/Attack/Scroll: Numpad Pickup: Comma", colors.terminal_dark), - Message(" Open Log: Backtick", colors.terminal_dark), + Message(" Move/Attack: Numpad Pickup: Comma", colors.terminal_dark), + Message(" Text Log: Backtick Items: Tab", colors.terminal_dark), Message(" Quit: Esc", colors.terminal_dark), Message(" ~ ~ ~", colors.terminal_dark), Message("Welcome to the Cave of Gobbos!", colors.cyan),