Project renaming

This commit is contained in:
RamiLego4Game
2018-05-11 10:55:26 +03:00
parent d027467eb4
commit 32ff1dc160
3 changed files with 5 additions and 5 deletions

View File

@@ -1,13 +1,13 @@
io.stdout:setvbuf("no")
local iconChanger = require("icon-changer")
local lovePE = require("love-pe")
function love.load(args)
love.graphics.setBackgroundColor(1,1,1,1)
local exeFile = assert(love.filesystem.newFile("love.exe","r"))
local iconData = iconChanger.extractIcon(exeFile)
local iconData = lovePE.extractIcon(exeFile)
if iconData then
love.filesystem.write("Extracted Icon.ico",iconData)