alot of stuff
This commit is contained in:
@@ -3,6 +3,7 @@ local threading = require("libs.threading")
|
||||
local x, y = term.getSize()
|
||||
local win = window.create("Launcher", x / 3, y / 1.4, x / 2 - ((x / 3) / 2), y / 2 - ((y / 1.5) / 2))
|
||||
win.decorations = false
|
||||
win.draggable = false
|
||||
win.alwaysOnTop = true
|
||||
local apps = {}
|
||||
-- tiny alphabetical boost based on the first A–Z letter in the name
|
||||
|
||||
@@ -2,6 +2,7 @@ local compat = require("libs.compat")
|
||||
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
|
||||
sleep()
|
||||
compat.runFile("/rom/programs/fun/worm.lua", win)
|
||||
win.close()
|
||||
|
||||
Reference in New Issue
Block a user