example changes and cursor bugfix

This commit is contained in:
Robert Jelic
2022-08-26 21:13:19 +02:00
parent b637e65983
commit b6c5531290
7 changed files with 40 additions and 29 deletions

View File

@@ -20,7 +20,7 @@ local sub = main:addFrame()
local rFrame = sub:addFrame("redstoneFrame")
:setPosition(1,1)
:setSize(25,5)
:setMoveable(true) -- the next release of Basalt will fix spelling to :setMovable
:setMovable(true)
:setBackground(colours.red)
-- Redstone Analog Output