Changed resolution, switched to LLVM backend, from selfhosted one

This commit is contained in:
2026-05-01 12:54:41 +02:00
parent 680e07c976
commit e475814c85
2 changed files with 3 additions and 2 deletions

View File

@@ -1,9 +1,9 @@
const clr = @import("raylib").Color;
/// Screen Width
pub const WIDTH = 1366;
pub const WIDTH = 1920;
/// Screen Height
pub const HEIGHT = 768;
pub const HEIGHT = 1080;
pub const BACKGROUND_COLOR = clr.light_gray;
/// Base node radius