mirror of
https://github.com/notwa/mm
synced 2024-11-05 06:29:02 -08:00
use new bizhawk api
This commit is contained in:
parent
9e39cf0f4c
commit
1840831980
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ local function T(x, y, color, pos, s, ...)
|
|||
if #{...} > 0 then
|
||||
s = s:format(...)
|
||||
end
|
||||
gui.text(10*x + 2, 16*y + 4, s, color or "white", nil, pos or "bottomright")
|
||||
gui.text(10*x + 2, 16*y + 4, s, color or "white", pos or "bottomright")
|
||||
end
|
||||
|
||||
local function T_BR(x, y, color, ...) T(x, y, color, "bottomright", ...) end
|
||||
|
|
Loading…
Reference in a new issue