aboutsummaryrefslogtreecommitdiff
path: root/var.lua
diff options
context:
space:
mode:
authorChris B <1029chris@gmail.com>2016-02-26 21:26:12 -0800
committerChris B <1029chris@gmail.com>2016-02-26 21:26:12 -0800
commitcddccccbc362447a212e762d403033686bea2276 (patch)
tree4e2fc64f80702917ff2ed821752afa6d68471977 /var.lua
parent0d6a58bb7655040a52db8339492ece705b1d07c5 (diff)
Added Antivirus variable
Diffstat (limited to 'var.lua')
-rw-r--r--var.lua6
1 files changed, 5 insertions, 1 deletions
diff --git a/var.lua b/var.lua
index 111f69e..60cac62 100644
--- a/var.lua
+++ b/var.lua
@@ -85,6 +85,10 @@ function loadVar()
desktop.bg.current = 0
fade = 0
fadeOpacity = 0
- scene = 1
+ scene = 0
loading = 0
+ antivirus = {}
+ antivirus.prog = 0
+ antivirus.status = "Not Scanning"
+ antivirus.scanning = false
end