fast tick and automatic window size

This commit is contained in:
2026-02-20 21:10:45 +01:00
parent 15660182ef
commit 0252746de0

View File

@@ -8,7 +8,7 @@ test {
pub fn main() anyerror!void { pub fn main() anyerror!void {
const allocator = std.heap.page_allocator; const allocator = std.heap.page_allocator;
const scaleFactor = 20; const scaleFactor = 40;
var game = try g.Game.create(allocator); var game = try g.Game.create(allocator);
defer game.deinit(); defer game.deinit();