still wip

This commit is contained in:
2026-06-17 14:36:14 -04:00
parent 3c5019bb46
commit f580ced394
5 changed files with 43 additions and 2 deletions

View File

@@ -78,6 +78,7 @@ int main(void)
{
// allow player to be controlled, fit everything within the size of the screen
UpdatePlayerControls();
checkCollision();
UpdateEntities(dt, screenWidth);
simTime += dt;