fix
This commit is contained in:
parent
accc4219cf
commit
ab5bc15fd1
2
node.lua
2
node.lua
|
@ -56,8 +56,6 @@ function node.render()
|
||||||
size = math.floor(HEIGHT/20)
|
size = math.floor(HEIGHT/20)
|
||||||
y = 30+size*6
|
y = 30+size*6
|
||||||
k_x, v_x = 30, 30+font:width("XXXXXXXXXXXXXXXX", size)
|
k_x, v_x = 30, 30+font:width("XXXXXXXXXXXXXXXX", size)
|
||||||
util.draw_correct(logo, 30, 30, WIDTH/2-30, 30+size*5)
|
|
||||||
gray:draw(WIDTH/2-1, 0, WIDTH/2+1, HEIGHT)
|
|
||||||
|
|
||||||
local function key(str)
|
local function key(str)
|
||||||
font:write(k_x, y, str, size, 1,1,1,.5)
|
font:write(k_x, y, str, size, 1,1,1,.5)
|
||||||
|
|
Loading…
Reference in a new issue