a bunch of shit

This commit is contained in:
2026-02-13 22:53:09 +01:00
parent 0c1541e98c
commit 7c03b1b81d
11 changed files with 242 additions and 40 deletions
+3 -3
View File
@@ -1,8 +1,8 @@
#ifndef DELTA_GLOBALS
#define DELTA_GLOBALS
const int SIMULATED_WIDTH = 1200;
const int SIMULATED_HEIGHT = 800;
const int FOCAL = 200;
const int SIMULATED_WIDTH = 1920;
const int SIMULATED_HEIGHT = 1080;
const int FOCAL = 300;
#endif