aboutsummaryrefslogtreecommitdiff
path: root/panel.lua
diff options
context:
space:
mode:
author1029chris <1029chris@gmail.com>2016-05-03 18:10:18 -0700
committer1029chris <1029chris@gmail.com>2016-05-03 18:10:18 -0700
commit8c831056c9e5f22e504f9d7e57b7fe35b17cc617 (patch)
tree8469d79fb193b2af464460e7eadbc854fd9877ee /panel.lua
parent48b794b936f987b0283342ca385d77b5b8ec95f9 (diff)
Implimented new loading system
webpages now load
Diffstat (limited to 'panel.lua')
-rw-r--r--panel.lua2
1 files changed, 2 insertions, 0 deletions
diff --git a/panel.lua b/panel.lua
index bc01a9f..0ba0687 100644
--- a/panel.lua
+++ b/panel.lua
@@ -65,6 +65,8 @@ function drawStart()
end
end
function drawNoti()
+ notify.x = sys.w-258
+ notify.y = sys.h-135
if notify.yes == true or notify.op ~= 0 then
love.graphics.setColor(255, 255, 255, notify.op)
love.graphics.draw(notification.bubble, notify.x, notify.y)