diff options
| author | Chris B <1029chris@gmail.com> | 2016-03-05 16:36:42 -0800 |
|---|---|---|
| committer | Chris B <1029chris@gmail.com> | 2016-03-05 16:36:42 -0800 |
| commit | 4dffd37e9f820881d5b61cbc703020cce047d1a6 (patch) | |
| tree | eb37d2cbf09629e19db4bfe176c0e15b48981b57 /assets.lua | |
| parent | c6df987282c8db57722dd1c12f62145bd70b5f81 (diff) | |
Added notification assets (sounds/image)
Diffstat (limited to 'assets.lua')
| -rw-r--r-- | assets.lua | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -51,4 +51,9 @@ function loadAssets() internet = { back = love.graphics.newImage("assets/internet_back.png") } + notification = { + bubble = love.graphics.newImage("assets/notification.png"), + sound1 = love.audio.newSource("assets/notification1.ogg"), + sound2 = love.audio.newSource("assets/notification2.ogg") + } end |
