ExOK / Celeste64

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

fixed nintendo switch controller sprite names #47

Closed roxas0zero closed 5 months ago

NoelFB commented 5 months ago

I need to investigate this more because I thought that the code wouldn't currently remap A/B for the Switch controller, but I just tested it as well and it is. This is ultimately what we want but I don't like that it's doing it without me understanding why. The Foster inputs should be renamed South/East/West/North and then we should handle swapping the Switch inputs on our own (in which case eventually this PR fix would be correct)

NoelFB commented 5 months ago

Alright I fixed button mapping issues, and this is now correct. Merging in, thanks!

roxas0zero commented 4 months ago

Thanks :)