"Concentric Circle" sound effect

This commit is contained in:
Bill Kendrick 2024-10-07 23:37:19 -07:00
parent 281b42e700
commit 6f58ce7520
4 changed files with 12 additions and 4 deletions

View file

@ -58,7 +58,7 @@ const char * spiral_descrs[NUM_TOOLS] = {
const char * spiral_sounds[NUM_TOOLS] = {
"spiral-circle.ogg",
"spiral-square.ogg",
"spiral-circle.ogg", // FIXME
"concentric-circle.ogg",
"concentric-square.ogg",
};