Removed box2d physics because of linking problems (and nothing's using it yet). Also tests work now.

```
ln -s ../tests/assets build/assets
cd build
make test
```
This commit is contained in:
2025-08-03 14:06:40 -04:00
parent 9ebb0d50c9
commit 0a386a6a67
17 changed files with 188 additions and 115 deletions

View File

@@ -1,7 +1,6 @@
#include <SDL3/SDL.h>
#include <SDL3_image/SDL_image.h>
#include <SDL3_mixer/SDL_mixer.h>
#include <box2d/box2d.h>
#include <sdl3game/game.h>
/* Draw a Gimpish background pattern to show transparency in the image */