mirror of
https://github.com/yairm210/Unciv.git
synced 2025-07-23 06:08:46 +07:00
Make right arrow glyph moddable (#12055)
This commit is contained in:
@ -137,6 +137,7 @@ object Fonts {
|
|||||||
// Taken into account when limiting FontRulesetIcons codepoints (it respects the private area ending at U+F8FF)
|
// Taken into account when limiting FontRulesetIcons codepoints (it respects the private area ending at U+F8FF)
|
||||||
const val sortUpArrow = '↑' // U+FFEA 'half wide upward arrow'
|
const val sortUpArrow = '↑' // U+FFEA 'half wide upward arrow'
|
||||||
const val sortDownArrow = '↓' // U+FFEC 'half wide downward arrow'
|
const val sortDownArrow = '↓' // U+FFEC 'half wide downward arrow'
|
||||||
|
const val rightArrow = '→' // U+2192, e.g. Battle table or event-based tutorials
|
||||||
//endregion
|
//endregion
|
||||||
|
|
||||||
val allSymbols = mapOf(
|
val allSymbols = mapOf(
|
||||||
@ -165,6 +166,7 @@ object Fonts {
|
|||||||
status to "EmojiIcons/SortedByStatus",
|
status to "EmojiIcons/SortedByStatus",
|
||||||
sortUpArrow to "EmojiIcons/SortedAscending",
|
sortUpArrow to "EmojiIcons/SortedAscending",
|
||||||
sortDownArrow to "EmojiIcons/SortedDescending",
|
sortDownArrow to "EmojiIcons/SortedDescending",
|
||||||
|
rightArrow to "EmojiIcons/RightArrow",
|
||||||
*MayaCalendar.allSymbols
|
*MayaCalendar.allSymbols
|
||||||
)
|
)
|
||||||
//endregion
|
//endregion
|
||||||
|
Reference in New Issue
Block a user