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:
@@ -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
|
||||
|
Reference in New Issue
Block a user