1
0
Fork 0
mirror of https://github.com/k4zmu2a/SpaceCadetPinball.git synced 2025-09-03 23:20:14 +02:00

SDL port v1, Windows only for now.

Working: graphics, sound, music (3dpb only).
Not working: GUI, user settings.
This commit is contained in:
Muzychenko Andrey 2021-08-27 13:29:41 +03:00
parent 10c83e8bf5
commit a09ea75d80
30 changed files with 872 additions and 4172 deletions

6
.gitignore vendored
View file

@ -263,3 +263,9 @@ __pycache__/
/Export
/DrMem
/Doc private
# Windows local libraries
/Libs
#CMake generated
out/
/cmake-build-debug