Search found 1 match
- Thu Apr 26, 2018 11:13 am
- Forum: General
- Topic: LÖVE 11.1 released!
- Replies: 41
- Views: 104755
Re: LÖVE 11.1 released!
Folks, I found a handy tip for quickly patching LÖVE 10.0 code with the value change in R,G,B. Divide the old value by 255 i.e. http://love.graphics .setColor(128, 32, 32, 192) becomes love.graphic.setColor(128/255, 32/255, 32/255, 192/255) Saw this in stackoverflow https://stackoverflow.com/a/10849...