From ab5bc15fd1143c2f7c6daf3bd23799848a7025d5 Mon Sep 17 00:00:00 2001 From: Jannik Beyerstedt Date: Mon, 17 Apr 2023 21:14:39 +0200 Subject: [PATCH] fix --- node.lua | 2 -- 1 file changed, 2 deletions(-) diff --git a/node.lua b/node.lua index 93e3802..3c112ee 100644 --- a/node.lua +++ b/node.lua @@ -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)