Camden Dixie O'Brien d1fb902e8a Use offset specified in tiled for y-sorting objects
It's now no longer using the bounding box on objects anywhere, but
we're going to want that soon anyway for culling off-screen entities
so I decided to leave it in.
2025-01-04 16:50:44 +00:00
2024-12-25 18:08:53 +00:00
2024-12-25 18:08:55 +00:00
2024-12-26 20:01:01 +00:00
2024-12-25 18:16:41 +00:00
2024-12-26 20:00:55 +00:00

							   2D GAME

Dependencies:

- libxml2 :: https://gitlab.gnome.org/GNOME/libxml2/
- SDL2 :: https://www.libsdl.org/

The build is handled with CMake (version 3.10 or later):

	cmake -B build
	cmake --build build

The path to a directory containing the assets must be passed on the
command line to run the game:

   build/app/game ASSETS-DIR
Description
No description provided
Readme AGPL-3.0 346 KiB
Languages
C 82.3%
Scheme 8.3%
CMake 7.6%
Shell 1.8%