Forgot to do atomic commits so ... booyah

This commit is contained in:
2025-01-08 22:43:30 +01:00
parent 6f22230ead
commit d3b88aed30
4 changed files with 41 additions and 31 deletions

View File

@@ -5,8 +5,8 @@
#include <cmath>
// --------------------------- Basic Constants ---------------------------
const int VOLUME_WIDTH = 49;
const int VOLUME_HEIGHT = 51;
const int VOLUME_WIDTH = 576;
const int VOLUME_HEIGHT = 361;
const int VOLUME_DEPTH = 42;
const int IMAGE_WIDTH = 800;