Surface Level v0.2.2
Pre-release
Pre-release
Bug fixes
- Fixed bug where stage and level numbers were not saved correctly. This was happening due to casting numeric characters directly to integers instead of using
Int23.Parse()
, resulting in the saved numbers being the Unicode code points of the characters instead of the integer values.