This commit is contained in:
Jannik Beyerstedt 2023-04-17 21:14:39 +02:00
parent accc4219cf
commit c48c01f575
2 changed files with 1 additions and 3 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)

View File

@ -1,5 +1,5 @@
{
"name": "infobeamer-testcard",
"name": "Info-beamer Testcard",
"author": "Jannik Beyerstedt <code@jbeyerstedt.de>",
"desc": "testcard",
"repository": "https://git.beyerstedt.de/jannik/infobeamer-testcard",