Begin new Asset Pipeline
This commit is contained in:
@@ -7,7 +7,7 @@ pub const app_version_string = @import("config").version;
|
||||
pub const app_version = std.SemanticVersion.parse(app_version_string) catch unreachable;
|
||||
|
||||
pub const min_framerate = 30.0;
|
||||
pub const min_frametime = 1.0 / min_framerate;
|
||||
pub const max_frametime = 1.0 / min_framerate;
|
||||
|
||||
pub const default_window_width = 1280;
|
||||
pub const default_window_height = 720;
|
||||
|
||||
Reference in New Issue
Block a user