Add a starfield in the background.

This should help to better visualize the velocity of the ship.
This commit is contained in:
2026-03-16 21:29:39 +01:00
parent 0e5a4c89e5
commit f1cdffba2b
4 changed files with 107 additions and 1 deletions

View File

@@ -44,7 +44,8 @@ include_directories(
set(SRCS
src/event_manager.c
src/main.c
src/ship.c)
src/ship.c
src/starfield.c)
add_definitions(-DVERSION="${TARGET_VERSION}")