Cypher1 / 13k_lost

A tiny game (hopefully)
3 stars 1 forks source link

simple as fuck camera #9

Closed wemyss closed 7 years ago

wemyss commented 7 years ago

There's a small rendering bug where the corners of the map have gridlines. Could either be due to rounding error, not using a stroke or something else.

We can probably fix it by changing world to use textures or by making world tiles 0.5px larger each way

Cypher1 commented 7 years ago

We should probably have a base object that has all the location stuff in it that sprite and Camera inherit from. Good stuff