change tiles to be actually square

This commit is contained in:
Sven Balzer 2025-02-25 19:26:54 +01:00
parent 97ff0726c9
commit 920f93ea7a

View File

@ -33,8 +33,8 @@ Sint16 window_height;
bool Running = true;
#define view_width 17
#define view_height 13
#define view_width 16
#define view_height 9
struct Vertex {
V4 pos;