forked from osmarks/potatOS
8 lines
226 B
Lua
8 lines
226 B
Lua
potatOS.evilify()
|
|
print "GAME KEYBOARD enabled."
|
|
potatOS.init_screens()
|
|
print "GAME SCREEN enabled."
|
|
print "Activated GAME MODE."
|
|
--bigfont.bigWrite "GAME MODE."
|
|
--local x, y = term.getCursorPos()
|
|
--term.setCursorPos(1, y + 3) |