Re: Problems with at compile the sources (VS2010)
Posted: Tue Jun 04, 2013 10:36 am
May I ask what your intention is, there are few reasons to be messing with the nogame screen?
I changed the name and work.Boolsheet wrote:The caption is set by the nogame function here.Hgdavidy wrote:At Build or Rebuild the exe run, but the window name in the part of (LÖVE) dont change, but the version and the other name in () change, i changed the .rs file and the version.h.
As I said, the image data is already embedded in boot.lua. You have to replace that to get a new image. It looks like b64.lua is not a pure-Lua solution to encode the data. There should be plenty of resources (and perhaps even Lua code) on the web that let you encode binary data to base64 though.Hgdavidy wrote:I changed the pig.png and the heart.png with other images, but no name of file changed.
Code: Select all
function love.nogame()
local pig_png = "iVBORw0KGgoAAA...
Yes, i like build custom version (full) for me, i love view all sources of interesting projects and rebuild the sources for me to test and to check.bartbes wrote:May I ask what your intention is, there are few reasons to be messing with the nogame screen?