there is now a player character and the world renders using a cammera
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
target_sources(${PROJECT_NAME} PRIVATE
|
||||
cammera.c
|
||||
entity.c
|
||||
entity_handler.c
|
||||
cells.c
|
||||
world.c
|
||||
player/player_packet.c
|
||||
|
||||
)
|
||||
|
||||
add_subdirectory(entities)
|
||||
|
||||
Reference in New Issue
Block a user