From 744aced7a56738a64e25127d29581e5ef1c2508e Mon Sep 17 00:00:00 2001 From: Frederick Meisel Date: Thu, 22 Feb 2024 14:44:33 +0100 Subject: [PATCH] Added gitignore --- .gitignore | 1 + PowerManager.lua | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) create mode 100644 .gitignore 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)