diff options
| author | Chris B <1029chris@gmail.com> | 2016-02-25 20:05:39 -0800 |
|---|---|---|
| committer | Chris B <1029chris@gmail.com> | 2016-02-25 20:05:39 -0800 |
| commit | e1e1f5d58f68ffc03e8010f164f8aa4d605f3b63 (patch) | |
| tree | 3e043918d54afcbd8a0a3f60e80411894eff25f4 /system.lua | |
| parent | a8b606be2dcdbd345d3f67d5c44275360f7a91e0 (diff) | |
Rewrote layer system, I hope it works this time...
Diffstat (limited to 'system.lua')
| -rw-r--r-- | system.lua | 7 |
1 files changed, 1 insertions, 6 deletions
@@ -6,12 +6,7 @@ end function drawSystem() love.graphics.setBackgroundColor(0, 128, 128) drawDesktop() - orderWindow(1) - orderWindow(2) - orderWindow(3) - orderWindow(4) - orderWindow(5) - orderWindow(6) + orderWindows() if (win[1].hov == false and win[2].hov == false and win[3].hov == false and win[4].hov == false and win[5].hov == false and win[6].hov == false) then winHover = false |
