Made the Space Invaders game. Argh matey! (#2709)

* Made the Space Invaders game. Argh matey!
* Format code, sigh.
This commit is contained in:
RocketGod
2025-06-20 23:35:52 -07:00
committed by GitHub
parent c0aa4a1738
commit 7b91103118
5 changed files with 1039 additions and 0 deletions
+5
View File
@@ -220,6 +220,10 @@ set(EXTCPPSRC
#detector_rx
external/detector_rx/main.cpp
external/detector_rx/ui_detector_rx.cpp
#space_invaders
external/spaceinv/main.cpp
external/spaceinv/ui_spaceinv.cpp
)
set(EXTAPPLIST
@@ -276,4 +280,5 @@ set(EXTAPPLIST
level
gfxeq
detector_rx
spaceinv
)