diff options
| author | 1029chris <1029chris@gmail.com> | 2016-05-18 09:14:19 -0700 |
|---|---|---|
| committer | 1029chris <1029chris@gmail.com> | 2016-05-18 09:14:19 -0700 |
| commit | 30e3c4eb01e1f764113bc3110a48569caea14bb7 (patch) | |
| tree | df75c62b2b810e4822708d033ed887fb654908ad /var.lua | |
| parent | 9eb7db20544287439f1b0b4b648bd69af06a61b5 (diff) | |
Some tweaks
Diffstat (limited to 'var.lua')
| -rw-r--r-- | var.lua | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -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") |
