fast tick and automatic window size
This commit is contained in:
@@ -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();
|
||||||
|
|||||||
Reference in New Issue
Block a user