sionleroux / cr1ckt

There is more than 1 bug in this game and some of them are intentional! 🦗 Entry for the 2021 Game Off jam.

Home Page:https://sinisterstuf.itch.io/cr1ckt

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Replace hard-coded 16

sionleroux opened this issue · comments

There's a bunch of mention of 16 a lot of places in the code, which is the current grid size. It needs to be extracted before it's too hard to replace. A constant would be a good first step. The best would be if the value could be read from the ldtk project on startup, because then it could be changed freely by the map editors.