Commit graph

4 commits

Author SHA1 Message Date
Simon Howard
c00445114f
Fix URL
Correcting a silly minor mistake I made in the PR I just merged.
2025-05-21 17:06:08 -04:00
Simon Howard
3ae4888aed Change URL to point to manual.html
I recently added this new page to the freedoom.github.io page, and it
includes download links for all three translations of the Freedoom
manual.
2025-05-21 16:38:36 -04:00
Simon Howard
095436dbcd Add missing comma
Thanks @elf-alchemist for the suggestion.
2025-05-21 16:37:35 -04:00
Simon Howard
575a401a39 Simplify the help screen
This fixes #1489, where the keys were being obscured by the menu skull
that is drawn on the help screen by vanilla Doom. Rather than just
shuffle around the contents of the help screen, I opted to simplify it
by removing a lot of the clutter.

The old help screen was created before the Freedoom manual was added, so
there's no need for us to include every in-game item. Instead, we can
delegate to the manual by including a link to it, and cut things back to
just a small selection of example items.
2025-05-21 01:30:43 -04:00