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