mirror of
https://github.com/Leonmmcoset/CMLeonOS.git
synced 2026-04-21 19:24:00 +00:00
修复些bug
This commit is contained in:
7
LuaApps/Hello.lua
Normal file
7
LuaApps/Hello.lua
Normal file
@@ -0,0 +1,7 @@
|
||||
local window = gui.createWindow("Hello", 400, 300)
|
||||
|
||||
gui.clearWindow(window, "white")
|
||||
|
||||
gui.drawText(window, "Hello world!", "black", 10, 10)
|
||||
|
||||
gui.updateWindow(window)
|
||||
Reference in New Issue
Block a user