ExOK / Celeste64

A game made by the Celeste developers in a week(ish, closer to 2)
1.65k stars 131 forks source link

Add the option to invert the camera #43

Closed hacktic-dev closed 7 months ago

hacktic-dev commented 8 months ago

Adding in an inverted camera option. The UI can be reorganised or changed if needed. invert

NoelFB commented 8 months ago

I think this is a good idea but I want to add it to the submenu in #46 before we merge this in. The other thing that would be nice is if this was somehow a single menu option instead of two... But I'm not sure how. Maybe an enum (None, X, Y, Both) and make a new Slider Menu option for it. (like SliderEnum or something).

hacktic-dev commented 8 months ago

Yep we can do that! I do agree its a good idea to merge #46 in first. Once we have that I can update this PR and move it into the submenu

NoelFB commented 8 months ago

Alright #46 is merged in. If you're open to tackling adding a SliderEnum menu subclass I'm down to support this!

hacktic-dev commented 8 months ago

Okay awesome. I'll take a look into this tomorrow

hacktic-dev commented 7 months ago

I'll close this PR and make a new one accounting for the localisation changes etc.