Changed resolution, switched to LLVM backend, from selfhosted one
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user