1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-10-21 00:47:40 +00:00

some extra chars supported in the browser version

This commit is contained in:
Zeno Rogue
2018-10-01 00:02:16 +02:00
parent 3974053b81
commit 04c41d38ed
3 changed files with 10 additions and 6 deletions

View File

@@ -67,8 +67,8 @@ struct fullnoun {
};
#if !CAP_TRANS
#define NUMEXTRA 7
const char* natchars[NUMEXTRA] = {"°","é","á", "", "δ", "½", ""};
#define NUMEXTRA 11
const char* natchars[NUMEXTRA] = {"°","é","á", "²", "½", "Θ", "δ", "π", "ϕ", "", ""};
#endif
#if CAP_TRANS