Ven0maus / SOD.Common

A common library for shadows of doubt modding.
MIT License
4 stars 4 forks source link

Add InputDetect Lib and patches #1

Closed ReveredRedHood closed 9 months ago

ReveredRedHood commented 9 months ago

Tested in-game and GetButtonDown worked. GetButtonUp didn't, because the game doesn't seem to call Rewired.Player.GetButtonUp(...), so a more creative solution may be needed for detecting when a button is released instead of pressed.

Ven0maus commented 9 months ago

Looks good, left some comments as reminders to what was left to do. On a side note, can you also fill in the CHANGELOG.MD describing your new changes.