zonks need dogica font

This commit is contained in:
Kistaro Windrider 2024-02-10 22:21:23 -08:00
parent 3022d3cb3d
commit 16aa48a4ab
Signed by: kistaro
SSH Key Fingerprint: SHA256:TBE2ynfmJqsAf0CP6gsflA0q5X5wD5fVKWPsZ7eVUg8

View File

@ -753,6 +753,7 @@ end
function zonk_mode:activate() function zonk_mode:activate()
clear_alt_pal_bits() clear_alt_pal_bits()
pal() pal()
font_dogica()
if (type(self.file) == "string") self.file = split(self.file, "\n") if (type(self.file) == "string") self.file = split(self.file, "\n")
if (not self.file) self:next_file() if (not self.file) self:next_file()
assert(self.file) assert(self.file)