So i tried to port my game (not really a game) to 0.8.0 but i cant seem to figure out whats wrong.
I checked the changelog and i think the only thing related to my code is the love.graphics.setFont() but deleting that doesnt really help.
Anyone knows whats wrong?
Love 0.7.x -> Love 0.8.0
Forum rules
Before you make a thread asking for help, read this.
Before you make a thread asking for help, read this.
Love 0.7.x -> Love 0.8.0
- Attachments
-
- Phase.love
- love file
- (154.64 KiB) Downloaded 93 times
Re: Love 0.7.x -> Love 0.8.0
If you mean the message, that your game is may not compatible with 0.8.0, change
to
in the conf.lua.
Then all works fine here.
Code: Select all
t.version = 0.8
Code: Select all
t.version = "0.8.0"
Then all works fine here.
"Docendo discimus" - Lucius Annaeus Seneca
Re: Love 0.7.x -> Love 0.8.0
Actually, when i do that the game doesnt start at all.Petunien wrote:If you mean the message, that your game is may not compatible with 0.8.0, change
toCode: Select all
t.version = 0.8
in the conf.lua.Code: Select all
t.version = "0.8.0"
Then all works fine here.
EDIT: nevermind got it ^.^ thanks alot!
Who is online
Users browsing this forum: Ahrefs [Bot] and 5 guests