added enemy spawns and movement
This commit is contained in:
@@ -16,6 +16,7 @@ FetchContent_Declare(
|
||||
FetchContent_MakeAvailable(raylib)
|
||||
|
||||
add_executable(isaac__ main.cpp
|
||||
types.h)
|
||||
types.h
|
||||
)
|
||||
target_link_libraries(${PROJECT_NAME} PUBLIC raylib)
|
||||
target_include_directories(${PROJECT_NAME} PUBLIC ${raylib_public_headers})
|
||||
Reference in New Issue
Block a user