Love 0.7.x -> Love 0.8.0

Questions about the LÖVE API, installing LÖVE and other support related questions go here.
Forum rules
Before you make a thread asking for help, read this.
Post Reply
Dallox
Prole
Posts: 16
Joined: Sun Mar 11, 2012 7:16 pm
Location: Netherlands

Love 0.7.x -> Love 0.8.0

Post by Dallox »

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?
Attachments
Phase.love
love file
(154.64 KiB) Downloaded 88 times
User avatar
Petunien
Party member
Posts: 191
Joined: Fri Feb 03, 2012 8:02 pm
Location: South Tyrol (Italy)

Re: Love 0.7.x -> Love 0.8.0

Post by Petunien »

If you mean the message, that your game is may not compatible with 0.8.0, change

Code: Select all

t.version = 0.8
to

Code: Select all

t.version = "0.8.0"
in the conf.lua.

Then all works fine here.
"Docendo discimus" - Lucius Annaeus Seneca
Dallox
Prole
Posts: 16
Joined: Sun Mar 11, 2012 7:16 pm
Location: Netherlands

Re: Love 0.7.x -> Love 0.8.0

Post by Dallox »

Petunien wrote:If you mean the message, that your game is may not compatible with 0.8.0, change

Code: Select all

t.version = 0.8
to

Code: Select all

t.version = "0.8.0"
in the conf.lua.

Then all works fine here.
Actually, when i do that the game doesnt start at all. :?

EDIT: nevermind got it ^.^ thanks alot!
Post Reply

Who is online

Users browsing this forum: No registered users and 220 guests