Player spawn point

This commit is contained in:
2024-02-28 13:14:48 -08:00
parent d6db2f3e5f
commit d084e4dba3
7 changed files with 179 additions and 5 deletions

View File

@ -6,6 +6,7 @@ cc_library(
"art/game_player.c",
"art/game_tiles.c",
"map/game_map.c",
"map/game_map_entities.c",
],
hdrs = glob(["*.h", "art/*.h", "map/*.h"]),
visibility = ["//visibility:public"],