someone very cute and silly swapped MonReset() and MonPrint() methinks
This commit is contained in:
parent
a1c1fe61b2
commit
d39f4d645d
|
@ -10,10 +10,10 @@ local main = {}
|
||||||
KEYPADOS_VERSION = "3.0"
|
KEYPADOS_VERSION = "3.0"
|
||||||
|
|
||||||
function main.Main()
|
function main.Main()
|
||||||
utils.MonPrint(0.5)
|
utils.MonReset(0.5)
|
||||||
updater.GetBasalt()
|
updater.GetBasalt()
|
||||||
utils.MonPrint("keypadOS v" .. KEYPADOS_VERSION)
|
utils.MonPrint("keypadOS v" .. KEYPADOS_VERSION)
|
||||||
utils.MonPrint(1)
|
utils.MonReset(1)
|
||||||
require("ui.lua").InitUi()
|
require("ui.lua").InitUi()
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user