scheduled-plugin-pretalx-br.../node.lua

8 lines
197 B
Lua
Raw Normal View History

util.init_hosted()
gl.setup(NATIVE_WIDTH, NATIVE_HEIGHT)
function node.render()
CONFIG.font:write(10, 10, "This is a plugin for scheduled player, don't use it individually", 30, 1,1,1,1)
end