1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-04-05 18:27:01 +00:00

a hook to replace buildHelpText

This commit is contained in:
Zeno Rogue 2025-03-04 10:00:00 +01:00
parent f9c1828e6b
commit 26a872280e

View File

@ -85,7 +85,10 @@ vector<string> extra_keys_3d = {
"move mouse = rotate camera (in rug, only with lctrl)",
};
EX hookset<bool()> hooks_build_help;
EX void buildHelpText() {
if(callhandlers(0, hooks_build_help)) return;
DEBBI(DF_GRAPH, ("buildHelpText"));
help = XLAT("Welcome to HyperRogue");