create more details for rendering boxes properly

This commit is contained in:
2026-04-10 17:24:08 -03:00
parent bfc70b2a50
commit 0a882eec78
3 changed files with 54 additions and 1 deletions

View File

@@ -35,6 +35,7 @@ level::level() {
// for (int x = 0; x < 22; x++) {
// for (int y = 0; y < 16; y++) {
create_wall_at({0, 0});
create_wall_at({11, 8});
//}
//}
}