Added gitignore
This commit is contained in:
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
@@ -0,0 +1 @@
|
||||
.vscode
|
||||
@@ -22,7 +22,6 @@ function drawLine(startX, startY, stopX, stopY, colorOfLine)
|
||||
gpu.setBackground(oldColor, false)
|
||||
end
|
||||
|
||||
|
||||
function powerBar( label, y, x, value, maxVal, colorOfBar, show, unit )
|
||||
local oldColor = gpu.getBackground(false)
|
||||
local border = 3
|
||||
|
||||
Reference in New Issue
Block a user