sionleroux / cr1ckt

There is more than 1 bug in this game and some of them are intentional! 🦗 Entry for the 2021 Game Off jam.
https://sinisterstuf.itch.io/cr1ckt
MIT License
4 stars 1 forks source link

Replace hard-coded 16 #17

Open sionleroux opened 2 years ago

sionleroux commented 2 years ago

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.