From 920f93ea7ac33ae09c6b4f51edb11a2cb585c0a6 Mon Sep 17 00:00:00 2001 From: Sven Balzer <4653051+Kyuusokuna@users.noreply.github.com> Date: Tue, 25 Feb 2025 19:26:54 +0100 Subject: [PATCH] change tiles to be actually square --- src/main.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main.cpp b/src/main.cpp index 198b387..3c27761 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -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;