diff options
| author | 1029chris <1029chris@gmail.com> | 2016-05-03 18:10:18 -0700 |
|---|---|---|
| committer | 1029chris <1029chris@gmail.com> | 2016-05-03 18:10:18 -0700 |
| commit | 8c831056c9e5f22e504f9d7e57b7fe35b17cc617 (patch) | |
| tree | 8469d79fb193b2af464460e7eadbc854fd9877ee /panel.lua | |
| parent | 48b794b936f987b0283342ca385d77b5b8ec95f9 (diff) | |
Implimented new loading system
webpages now load
Diffstat (limited to 'panel.lua')
| -rw-r--r-- | panel.lua | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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) |
