shader and things

This commit is contained in:
Nishi 2026-01-05 18:40:10 +09:00
commit b9f4b88381
Signed by: nishi
GPG key ID: 27EF69B208EB9343
7 changed files with 244 additions and 14 deletions

View file

@ -48,6 +48,6 @@ install(
)
install(
FILES resource/logo.png resource/font.png
FILES resource/logo.png resource/font.png resource/shadow.vs resource/shadow.fs
DESTINATION ${CMAKE_INSTALL_DATAROOTDIR}/assaultfish
)