Cleanup on aisle everywhere

This commit is contained in:
Alan Youngblood
2023-07-19 13:16:14 -04:00
parent 8d6fe8556c
commit 8aa79741e4
4589 changed files with 1799 additions and 1977296 deletions

View File

@ -1,7 +1,7 @@
{
"GameName":"Beagle Rescue",
"WindowName":"Beagle Rescue",
"WindowSize":{"w":320,"h":240},
"WindowSize":{"w":427,"h":240},
"WindowFullScreen": 0,
"GlobalScale": 3
}

View File

@ -18,7 +18,7 @@
#include <fstream>
#include <sstream>
#include "../assetmgr/AssetManager.h"
// #include "../ui/UIText.h"
#include "../ui/UIText.h"
#include "../ui/UINineSlice.h"
#include "../cjson/cJSON.h"
#include <cmath>
@ -424,10 +424,10 @@ void Game::render()
// {
// printf("Core Game state\n");
// }
for (auto& t : tiles)
/* for (auto& t : tiles)
{
t->draw();
}
} */
for (auto& c : colliders)
{