Invaders Face (#210)

* invaders face: Initial commit, fully functional so far

* invaders face: silence compiler warning

* invaders face: prevent involuntary restarts when the game is over and save some bytes on flags

---------

Co-authored-by: joeycastillo <joeycastillo@utexas.edu>
This commit is contained in:
TheOnePerson
2023-03-11 22:31:17 +01:00
committed by GitHub
parent 9af51de624
commit b90e997481
4 changed files with 518 additions and 0 deletions

View File

@@ -104,6 +104,7 @@ SRCS += \
../watch_faces/complication/habit_face.c \
../watch_faces/clock/repetition_minute_face.c \
../watch_faces/complication/timer_face.c \
../watch_faces/complication/invaders_face.c \
# New watch faces go above this line.
# Leave this line at the bottom of the file; it has all the targets for making your project.