aboutsummaryrefslogtreecommitdiff
path: root/main.lua
diff options
context:
space:
mode:
authorChris B <1029chris@Chriss-MacBook-Pro.local>2016-02-12 14:25:51 -0800
committerChris B <1029chris@Chriss-MacBook-Pro.local>2016-02-12 14:25:51 -0800
commitdd51f865793b9dc5386014e4b5cb580adb035728 (patch)
tree8b6ba308b529910f8a519d441d75d6627aed2e84 /main.lua
parent9d96f06bc50aec7852abd14045beab8dba8e3392 (diff)
Implementing Files into the panel
Diffstat (limited to 'main.lua')
-rw-r--r--main.lua6
1 files changed, 3 insertions, 3 deletions
diff --git a/main.lua b/main.lua
index 3605dd3..e13c29f 100644
--- a/main.lua
+++ b/main.lua
@@ -139,9 +139,9 @@ function love.draw()
win[2].layer = 2
end
if panel.b[1] == 0 then
- panel.b[1] = 1
- elseif panel.b[2] == 0 and panel.b[1] ~= 1 then
- panel.b[2] = 1
+ panel.b[1] = 3
+ elseif panel.b[2] == 0 and panel.b[1] ~= 3 then
+ panel.b[2] = 3
end
drawWindow(3)
end