

                     Media files used by OpenKropki



All media files used by OpenKropki are embedded within the executable. To do
so, they are first compressed (bmp.gz or wav.gz) and then converted into C
arrays that are inserted into data.c. This is done by file2c and controlled
by Makefile. It needs to be executed only if the media files actually change.


=== IMAGES ===================================================================

"frontpic" by Mateusz Viste for OpenKropki
"icon" by Mateusz Viste for OpenKropki
"wood5" by Luke.RUSTLTD, OpenGameArt.org ("5 wood textures" set), CC0
"Countries flags" by Anthony Gaudino, OpenClipart.org, Creative Commons 0
"face_*" player portraits by Mateusz Viste for OpenKropki (AI-generated)

=== FONTS ====================================================================

"Droid Sans" by Google Android, Apache License v2.00
"Droid Sans Bold" by Google Android, Apache License v2.00

=== SOUNDS ===================================================================

"Win Fantasia" by Fupicat, from freesound.org, Creative Commons 0
"3 Popping Pops" by wubitog, from freesound.org, Creative Commons 0
"Collect" by Wagna, from freesound.org, Creative Commons 0
"Death" by jacksonacademyashmore, from freesound.org, Creative Commons 0
"click" by Ranner, from freesound.org, Creative Commons 0
"wrong" by Raclure, from freesound.org, Creative Commons 0

NOTE: All sounds have been remixed to 22050 Hz, S16 mono.
      ffmpeg -i in.wav -sample_fmt s16 -ac 1 -ar 22050 out.wav

==============================================================================
