Align border blocks

This commit is contained in:
GriffinR
2020-04-03 16:29:40 -04:00
parent c28730e834
commit e4a41cf201
3 changed files with 20 additions and 16 deletions

View File

@@ -17,9 +17,9 @@
#define DEFAULT_BORDER_WIDTH 2
#define DEFAULT_BORDER_HEIGHT 2
// Number of metatiles to draw out from edge of map. Could allow modification of this in the future.
// Number of border blocks to draw out from edge of map. Could allow modification of this in the future.
// porymap will reflect changes to it, but the value is hard-coded in the projects at the moment
#define BORDER_DISTANCE 6
#define NUM_BORDER_BLOCKS 3
class Map : public QObject
{