This commit is contained in:
Jannik Beyerstedt 2023-04-17 21:14:39 +02:00
parent accc4219cf
commit ab5bc15fd1
1 changed files with 0 additions and 2 deletions

View File

@ -56,8 +56,6 @@ function node.render()
size = math.floor(HEIGHT/20)
y = 30+size*6
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)
font:write(k_x, y, str, size, 1,1,1,.5)