update to new version
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user