Added Icon

This commit is contained in:
theo@manjaro 2022-03-09 16:08:02 +01:00
parent 683eb16833
commit c13b878b45
2 changed files with 1 additions and 0 deletions

BIN
assets/icon.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.1 KiB

View File

@ -21,6 +21,7 @@ function Game:reinit()
self.floatcameray = 0
self.assets = {} -- Caching loaded images
self:initInputs()
love.window.setIcon(love.image.newImageData("assets/icon.png"))
end
function Game:changesize(width,height)