Skip to content

Lua video lib expansion

Monster Iestyn requested to merge Lua-video-lib-expansion into next

New video/drawer library functions for hud.add to use:

v.width() and v.height() return the screen width and height respectively (in other words you get the screen resolution), while v.renderer() returns the string for the renderer used ("software", "opengl", or "none").

Possibly add more stuff later, but for now these things at the least can be merged in next

Merge request reports