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 /assets.lua | |
| parent | 5ad1db8d53e9240d007afa7aa70606f866b72378 (diff) | |
Redesigned many things, added color variables, added elements.lua
It looks closer to Windows 98 now.
Diffstat (limited to 'assets.lua')
| -rw-r--r-- | assets.lua | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -29,4 +29,7 @@ function loadAssets() music.battle1:setLooping(true) music.battle2:setLooping(true) music.battle3:setLooping(true) + window = { + barAsset = love.graphics.newImage("assets/win_bar.png") + } end |
