Skip to content

2.0.0

Latest

Choose a tag to compare

@Schyzophrenic Schyzophrenic released this 17 Sep 12:10
· 3 commits to main since this release

This release fixes the critical bug where an input sequence was not reset if an incorrect button was pressed.

NOTE: This version (2.0.0) is NOT breaks backward compatibility. All existing code/sequences must be updated to the new format using the Playdate constants (https://sdk.play.date/2.0.3/Inside%20Playdate.html#f-buttonIsPressed)

.A code example now looks like:

self.sprCode = Tanuk_CodeSequence({pd.kButtonDown, pd.kButtonLeft, pd.kButtonRight, pd.kButtonLeft, pd.kButtonRight}, function() print("Code Complete") end)

Full Changelog: https://github.com/Schyzophrenic/Tanuk_CodeSequence/commits/2.0.0