Hey,
I'm trying to make a starting scene where the player gets asked to set up their controls. I downloaded the Custom Controls extension, but it gives me this on compilation:
/CustomControls.hx:29: characters 2-14 : Class<com.stencyl.Input> has no field mapKey
There were a couple other errors, one talking about Iterables, another about a missing field "unmapControl", but this one came up multiple times, so I thought I'd put it up in full.
Does anyone know what's going on here and how to fix it, or know of another way to set up custom controls? Thanks!