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) diff --git a/package.json b/package.json index 35493b8..d57fedb 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "name": "infobeamer-testcard", + "name": "Info-beamer Testcard", "author": "Jannik Beyerstedt ", "desc": "testcard", "repository": "https://git.beyerstedt.de/jannik/infobeamer-testcard",