Page 1 of 1

LOVE2D 11.1 iOS Source + Game Center + Review Request

Posted: Wed Sep 12, 2018 5:19 pm
by BruceTheGoose

Re: LOVE2D 11.1 iOS Source + Game Center + Review Request

Posted: Wed Sep 12, 2018 5:27 pm
by pgimeno
I don't have iOS, so I can't help reviewing it; however I think there may be a typo in README.md:

Code: Select all

    local left, right, right, bottom = love.window.getSafeAreaInsets()
I haven't looked at the code, but I believe the convention is left, top, right bottom. Is that what you meant?

Re: LOVE2D 11.1 iOS Source + Game Center + Review Request

Posted: Wed Sep 12, 2018 5:37 pm
by BruceTheGoose
pgimeno wrote: Wed Sep 12, 2018 5:27 pm I don't have iOS, so I can't help reviewing it; however I think there may be a typo in README.md:

Code: Select all

    local left, right, right, bottom = love.window.getSafeAreaInsets()
I haven't looked at the code, but I believe the convention is left, top, right bottom. Is that what you meant?

Yup typo lol.