MichaelSinsbeck / platformer

A ninja platformer written in LÖVE
7 stars 0 forks source link

Fix mutually exclusive keys in key assignment #92

Closed Germanunkol closed 7 years ago

Germanunkol commented 10 years ago

Some keys are allowed to be the same, others aren't. Right now, this isn't checked correctly... needs a bit of thought and a few changes to keys:checkInvalid() in keys.lua.