aboutsummaryrefslogtreecommitdiff
path: root/var.lua
diff options
context:
space:
mode:
author1029chris <1029chris@gmail.com>2016-05-18 09:14:19 -0700
committer1029chris <1029chris@gmail.com>2016-05-18 09:14:19 -0700
commit30e3c4eb01e1f764113bc3110a48569caea14bb7 (patch)
treedf75c62b2b810e4822708d033ed887fb654908ad /var.lua
parent9eb7db20544287439f1b0b4b648bd69af06a61b5 (diff)
Some tweaks
Diffstat (limited to 'var.lua')
-rw-r--r--var.lua10
1 files changed, 5 insertions, 5 deletions
diff --git a/var.lua b/var.lua
index 281c1f2..f670091 100644
--- a/var.lua
+++ b/var.lua
@@ -203,11 +203,11 @@ function loadVar()
std[6].title = "Impossible"
std[6].hl = false
files = {}
- files[1] = {name="Documents",type=0,content={},x=0,y=0}
- files[2] = {name="Downloads",type=0,content={},x=0,y=0}
- files[3] = {name="Music",type=0,content={},x=0,y=0}
- files[4] = {name="Pictures",type=0,content={},x=0,y=0}
- files[5] = {name="Videos",type=0,content={},x=0,y=0}
+ files[1] = {name="Documents",type=0,content={},x=0,y=0,hl=false}
+ files[2] = {name="Downloads",type=0,content={},x=0,y=0,hl=false}
+ files[3] = {name="Music",type=0,content={},x=0,y=0,hl=false}
+ files[4] = {name="Pictures",type=0,content={},x=0,y=0,hl=false}
+ files[5] = {name="Videos",type=0,content={},x=0,y=0,hl=false}
end
function loadPre()
love.graphics.setDefaultFilter("nearest", "nearest")