fix name and credit for monogram font
This commit is contained in:
parent
a78b12d750
commit
89a068ebc4
16
vacation.p8
16
vacation.p8
@ -19,12 +19,8 @@ __lua__
|
||||
-- gnu general public license for more details.
|
||||
--------------------------------
|
||||
|
||||
-- addtional credits
|
||||
-- dogica font by roberto mocci
|
||||
-- https://www.dafont.com/es/dogica.font
|
||||
--
|
||||
-- converted by josれた aular
|
||||
-- https://jaular.itch.io/pico-8-dogica-font
|
||||
-- monogram font by vincius menezio
|
||||
-- https://datagoblin.itch.io/monogram
|
||||
|
||||
-- tab 0: library
|
||||
-- tab 1: p8 entry points
|
||||
@ -287,7 +283,7 @@ function _draw()
|
||||
end
|
||||
end
|
||||
|
||||
function font_dogica()
|
||||
function font_monogram()
|
||||
memcpy(0x5600, 0x2000, 0x800)
|
||||
poke(0x5f58, 0x81)
|
||||
end
|
||||
@ -760,7 +756,7 @@ end
|
||||
function zonk_mode:activate()
|
||||
clear_alt_pal_bits()
|
||||
pal()
|
||||
font_dogica()
|
||||
font_monogram()
|
||||
if (type(self.file) == "string") self.file = split(self.file, "\n")
|
||||
if (not self.file) self:next_file()
|
||||
assert(self.file)
|
||||
@ -947,7 +943,7 @@ mknew(ao_splash, function(self)
|
||||
f=15,
|
||||
on=true,
|
||||
}
|
||||
font_dogica()
|
||||
font_monogram()
|
||||
end)
|
||||
|
||||
function ao_splash:update()
|
||||
@ -1046,7 +1042,7 @@ mknew(title_screen, function(t)
|
||||
end)
|
||||
|
||||
function title_screen:activate()
|
||||
font_dogica()
|
||||
font_monogram()
|
||||
end
|
||||
|
||||
function title_screen:draw()
|
||||
|
Loading…
Reference in New Issue
Block a user