diff options
| author | Chris B <1029chris@gmail.com> | 2016-02-27 17:09:06 -0800 |
|---|---|---|
| committer | Chris B <1029chris@gmail.com> | 2016-02-27 17:09:06 -0800 |
| commit | a93e65a5b9fe4160c6180429f2e462b830a5dcf5 (patch) | |
| tree | e716560b7e5478a01d222092ee9b4c8f7764a680 /main.lua | |
| parent | 5ad1db8d53e9240d007afa7aa70606f866b72378 (diff) | |
Redesigned many things, added color variables, added elements.lua
It looks closer to Windows 98 now.
Diffstat (limited to 'main.lua')
| -rw-r--r-- | main.lua | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -13,6 +13,7 @@ function love.load() require "settings" require "system" require "loading" + require "elements" love.graphics.setDefaultFilter("nearest", "nearest") love.graphics.setBackgroundColor(0, 0, 0) love.graphics.setNewFont() @@ -21,6 +22,7 @@ function love.load() love.graphics.setFont(pressstart) loadAssets() loadVar() + loadElements() end function love.update(dt) sys.w = love.graphics.getWidth() |
