added credits for the color picker
authorHolger Schemel <holger.schemel@virtion.de>
Sun, 27 Oct 2024 12:10:36 +0000 (13:10 +0100)
committerHolger Schemel <holger.schemel@virtion.de>
Sun, 27 Oct 2024 12:10:36 +0000 (13:10 +0100)
CREDITS
src/libgame/gadgets.c

diff --git a/CREDITS b/CREDITS
index 2773d03a221cc93bfcfa7763d4f3795032be0711..7541a83617a3198af2f5c35af092f496e8f74e26 100644 (file)
--- a/CREDITS
+++ b/CREDITS
@@ -48,6 +48,8 @@ Thanks to the composers of the included music modules: "mod.apoplexy" by
 bee hunter/jazz, "mod.chiptune" by 4-mat/anarchy and "mod.cream_of_the_earth"
 by romeoknight.
 
+Thanks to Brooke Tilley (and David H) for the color picker gadget.
+
 Thanks to Christopher Clark for the hash functions.
 
 The random number generator was taken from the GNU C library.
index 9cf2f6f079ee1c620a95f62f9a16a3a7cee40a43..ab62b4803df63a8c3fdb6ac52a7820975b698a24 100644 (file)
@@ -45,6 +45,7 @@ static void (*PlayGadgetSoundActivating)(void) = NULL;
 static void (*PlayGadgetSoundSelecting)(void) = NULL;
 
 
+// Color picker by Brooke Tilley (pixlark) from https://github.com/pixlark/ColorPicker
 // RGB/HSV conversions by David H from https://stackoverflow.com/questions/3018313/
 
 // A bunch of magic numbers for UI positioning (used by DrawColorPicker() and its functions)