potatOS/src/bin/game_mode.lua

8 lines
226 B
Lua
Raw Normal View History

2023-12-10 15:40:47 +00:00
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)