"Concentric Circle" sound effect
This commit is contained in:
parent
281b42e700
commit
6f58ce7520
4 changed files with 12 additions and 4 deletions
|
|
@ -263,6 +263,11 @@ June 17, 2002 - October 7, 2024
|
||||||
Creative Commons CC0 1.0 Universal by Justin Robert
|
Creative Commons CC0 1.0 Universal by Justin Robert
|
||||||
<https://freesound.org/people/justinrobert/>
|
<https://freesound.org/people/justinrobert/>
|
||||||
|
|
||||||
|
"Concentric Square" sound effect: "ride rythym.wav"
|
||||||
|
<https://freesound.org/people/THE_bizniss/sounds/39453/>
|
||||||
|
Creative Commons Attribution 3.0 (CC BY 3.0) by "THE_bizniss"
|
||||||
|
<https://freesound.org/people/THE_bizniss/>
|
||||||
|
|
||||||
Bloom magic tool
|
Bloom magic tool
|
||||||
by Bill Kendrick <bill@newbreedsoftware.com>
|
by Bill Kendrick <bill@newbreedsoftware.com>
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -85,13 +85,16 @@ https://tuxpaint.org/
|
||||||
<https://freesound.org/people/LukeSharples/>
|
<https://freesound.org/people/LukeSharples/>
|
||||||
+ Closes https://sourceforge.net/p/tuxpaint/feature-requests/261/
|
+ Closes https://sourceforge.net/p/tuxpaint/feature-requests/261/
|
||||||
|
|
||||||
* WIP "Concentric Circle" and "Concentric Square": Draw concentric shapes.
|
* "Concentric Circle" and "Concentric Square": Draw concentric shapes.
|
||||||
+ Code by Bill Kendrick <bill@newbreedsoftware.com>
|
+ Code by Bill Kendrick <bill@newbreedsoftware.com>
|
||||||
+ "Concentric Square" sound effected based on "Brush_Baião12.wav"
|
+ "Concentric Square" sound effect based on "Brush_Baião12.wav"
|
||||||
<https://freesound.org/people/justinrobert/sounds/74371/>
|
<https://freesound.org/people/justinrobert/sounds/74371/>
|
||||||
Creative Commons CC0 1.0 Universal by Justin Robert
|
Creative Commons CC0 1.0 Universal by Justin Robert
|
||||||
<https://freesound.org/people/justinrobert/>
|
<https://freesound.org/people/justinrobert/>
|
||||||
+ TODO Sound "Concentric Circle" effects
|
+ "Concentric Square" sound effect: "ride rythym.wav"
|
||||||
|
<https://freesound.org/people/THE_bizniss/sounds/39453/>
|
||||||
|
Creative Commons Attribution 3.0 (CC BY 3.0) by "THE_bizniss"
|
||||||
|
<https://freesound.org/people/THE_bizniss/>
|
||||||
|
|
||||||
* Magic Tool Improvements:
|
* Magic Tool Improvements:
|
||||||
------------------------
|
------------------------
|
||||||
|
|
|
||||||
BIN
magic/sounds/concentric-circle.ogg
Normal file
BIN
magic/sounds/concentric-circle.ogg
Normal file
Binary file not shown.
|
|
@ -58,7 +58,7 @@ const char * spiral_descrs[NUM_TOOLS] = {
|
||||||
const char * spiral_sounds[NUM_TOOLS] = {
|
const char * spiral_sounds[NUM_TOOLS] = {
|
||||||
"spiral-circle.ogg",
|
"spiral-circle.ogg",
|
||||||
"spiral-square.ogg",
|
"spiral-square.ogg",
|
||||||
"spiral-circle.ogg", // FIXME
|
"concentric-circle.ogg",
|
||||||
"concentric-square.ogg",
|
"concentric-square.ogg",
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue