1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-09-10 06:16:00 +00:00

more work on the online version: fullscreen, orientation

This commit is contained in:
Zeno Rogue
2018-02-11 21:39:47 +01:00
parent 7ac883c1c2
commit 1781554684
4 changed files with 37 additions and 7 deletions

View File

@@ -75,8 +75,8 @@ struct fullnoun {
};
#if !CAP_TRANS
#define NUMEXTRA 5
const char* natchars[NUMEXTRA] = {"°","é","á", "", "δ"};
#define NUMEXTRA 7
const char* natchars[NUMEXTRA] = {"°","é","á", "", "δ", "½", ""};
#endif
#if CAP_TRANS