This commit is contained in:
2026-02-24 15:58:17 +01:00
parent d6d7ed02bb
commit 497e218eb9
10 changed files with 105 additions and 57 deletions
+2 -2
View File
@@ -1,8 +1,8 @@
#ifndef DELTA_GLOBALS
#define DELTA_GLOBALS
const int SIMULATED_WIDTH = 1200;
const int SIMULATED_HEIGHT = 800;
const int SIMULATED_WIDTH = 1920;
const int SIMULATED_HEIGHT = 1000;
const int FOCAL = 300;
#endif