diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..600d2d3 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +.vscode \ No newline at end of file diff --git a/PowerManager.lua b/PowerManager.lua index 09d9d01..78690bf 100644 --- a/PowerManager.lua +++ b/PowerManager.lua @@ -21,7 +21,6 @@ function drawLine(startX, startY, stopX, stopY, colorOfLine) gpu.fill(startX, startY, stopX, stopY, " ") gpu.setBackground(oldColor, false) end - function powerBar( label, y, x, value, maxVal, colorOfBar, show, unit ) local oldColor = gpu.getBackground(false)