diff options
| author | 1029chris <1029chris@gmail.com> | 2016-06-02 14:37:23 -0700 |
|---|---|---|
| committer | 1029chris <1029chris@gmail.com> | 2016-06-02 14:37:23 -0700 |
| commit | 100f994e953627f4c403c3318bdd29ef8d34e528 (patch) | |
| tree | 73c9d7b979550e9e7d305c443c63774b66578ea1 /assets.lua | |
| parent | 8da3b8a350580315bd7c20b856e20ecf09cd24f5 (diff) | |
Image viewer can now look at image of a cat
Diffstat (limited to 'assets.lua')
| -rw-r--r-- | assets.lua | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -94,6 +94,8 @@ function loadAssets(id) settings = { comp = love.graphics.newImage("assets/computer.png") } + picture = {} + picture.cat = love.graphics.newImage("assets/cat.jpg") end if id == 9 then chat = { |
