toggleable fullscreen button

This commit is contained in:
2025-10-25 16:10:49 -07:00
parent 06bc628ecf
commit b464270e60
4 changed files with 7 additions and 3 deletions

View File

@@ -3,6 +3,7 @@ local window = require("libs.window")
local x, y = term.getSize()
local win = window.create("Worm", x / 1.4, y / 1.4, x / 2 - ((x / 1.4) / 2), y / 2 - ((y / 1.5) / 2))
win.resizable = false
win.fullscreenButton = false
sleep()
compat.runFile("/rom/programs/fun/worm.lua", win)
win.close()