grid render a few cells

This commit is contained in:
Mitchell Hashimoto
2022-04-14 17:14:49 -07:00
parent 936b987871
commit 544286509f
8 changed files with 236 additions and 4 deletions

View File

@@ -99,6 +99,7 @@ pub fn init(alloc: std.mem.Allocator) !TextRenderer {
// Update the initialize size so we have some projection. We
// expect this will get updated almost immediately.
try res.setScreenSize(3000, 1666);
//try res.setScreenSize(1432, 874);
return res;
}