Emulator does not work with 11.0
Forum rules
Before you make a thread asking for help, read this.
Before you make a thread asking for help, read this.
Emulator does not work with 11.0
Today I get a Upgrade to Version 11.0. I had made a ComputerCraft Emulator with Löve2d. You can find it here. But this Emulator does not work in the latest Version of Löve2d. It only shows a white screen. I know there a some deprecated messages, but it only means this Function will be removed in the Future and is still available at the Moment. I don't know the reason for the white Screen. It works perfect with 0.10. Had somebody a Idea?
Re: Emulator does not work with 11.0
Yeah, version 11 has a big code-breaking change: RGB values are in the range 0-1 instead of 0-255. So anywhere you use love.graphics.setColor or love.graphics.setBackgroundColor, you need to divide the values by 255 (unless you got them straight from getColor/getBackgroundColor).
--Josh
--Josh
Re: Emulator does not work with 11.0
That works. Thank You!
Who is online
Users browsing this forum: Bing [Bot] and 1 guest