update to new version

This commit is contained in:
2026-02-13 22:24:15 +01:00
parent a5737a1322
commit 447c2e8457
4 changed files with 14 additions and 14 deletions

View File

@@ -2,6 +2,10 @@ const std = @import("std");
const rl = @import("raylib");
const g = @import("game.zig");
test {
_ = g;
}
pub fn main() anyerror!void {
const allocator = std.heap.page_allocator;
const scaleFactor = 20;