Skip to content

Small fixes

Compare
Choose a tag to compare
@TabulateJarl8 TabulateJarl8 released this 18 Jul 18:30
· 52 commits to master since this release

Small fixes

Drawing

Two digit numbers were being double replaced in tiColorToGraphicsColor. For example, 33 would be interpreted as 3 and 3 and therefore converted to blueblue. This was fixed using a regular expression, and I also implemented a ValueError for any numbers not in range 1-24

getKey

Duplicate keymap values for - and . They were mapped to 85 as well as 104 which was causing issues. They are now mapped to 85, with 104 being ?