Refactor 2D map drawing.

2D level represntation now drawn as minimap in it's own texture.
This commit is contained in:
2023-04-16 02:17:11 +01:00
parent 0acfb6e0a9
commit bce640219f
8 changed files with 162 additions and 125 deletions
+1 -1
View File
@@ -4,7 +4,7 @@
int main()
{
view_init();
if (!view_init()) return 1;
while (view_update());
view_end();