:3333
This commit is contained in:
parent
dbc998a909
commit
b8b47ca5e8
4
rOSs.lua
4
rOSs.lua
|
@ -29,11 +29,11 @@ local ____basalt = require("src.basalt")
|
||||||
local basalt = ____basalt.default
|
local basalt = ____basalt.default
|
||||||
local function main(self)
|
local function main(self)
|
||||||
local d = peripheral.find("monitor")[1]
|
local d = peripheral.find("monitor")[1]
|
||||||
local main = basalt:addMonitor()
|
local main = basalt.addMonitor()
|
||||||
main:setMonitor(d)
|
main:setMonitor(d)
|
||||||
main:addLabel():setText("uwu")
|
main:addLabel():setText("uwu")
|
||||||
main:addButton():setText("meow")
|
main:addButton():setText("meow")
|
||||||
basalt:autoUpdate()
|
basalt.autoUpdate()
|
||||||
end
|
end
|
||||||
main(nil)
|
main(nil)
|
||||||
return ____exports
|
return ____exports
|
||||||
|
|
2
src/types/basalt.d.ts
vendored
2
src/types/basalt.d.ts
vendored
|
@ -1,4 +1,6 @@
|
||||||
|
|
||||||
/** @noResolution */
|
/** @noResolution */
|
||||||
|
/** @noSelf */
|
||||||
declare module basalt {
|
declare module basalt {
|
||||||
|
|
||||||
interface Theme {
|
interface Theme {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user