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"
|
||||
|
||||
function main.Main()
|
||||
utils.MonPrint(0.5)
|
||||
utils.MonReset(0.5)
|
||||
updater.GetBasalt()
|
||||
utils.MonPrint("keypadOS v" .. KEYPADOS_VERSION)
|
||||
utils.MonPrint(1)
|
||||
utils.MonReset(1)
|
||||
require("ui.lua").InitUi()
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user