mirror of
https://github.com/MarioSpore/Grinch-AP.git
synced 2025-10-21 20:21:32 -06:00
Fix missing ellipsis in credits text
This commit is contained in:
3
Text.py
3
Text.py
@@ -1230,7 +1230,8 @@ class GoldCreditMapper(CharTextMapper):
|
|||||||
|
|
||||||
class GreenCreditMapper(CharTextMapper):
|
class GreenCreditMapper(CharTextMapper):
|
||||||
char_map = {' ': 0x9F,
|
char_map = {' ': 0x9F,
|
||||||
'·': 0x52}
|
'·': 0x52,
|
||||||
|
'.': 0x52}
|
||||||
alpha_offset = -0x29
|
alpha_offset = -0x29
|
||||||
|
|
||||||
class RedCreditMapper(CharTextMapper):
|
class RedCreditMapper(CharTextMapper):
|
||||||
|
Reference in New Issue
Block a user