Get NPCs showing up in-engine

This commit is contained in:
2024-02-28 19:42:03 -08:00
parent 567db0bd71
commit f5f5e2c20b
8 changed files with 202 additions and 16 deletions

View File

@ -5,6 +5,7 @@ cc_library(
name = "game",
srcs = glob(["*.c"]) + [
"art/game_collectibles.c",
"art/game_npcs.c",
"art/game_player.c",
"art/game_tiles.c",
"map/game_map.c",