"Concentric Square" sound effect
This commit is contained in:
parent
5c0f037a08
commit
281b42e700
4 changed files with 11 additions and 2 deletions
|
|
@ -258,6 +258,11 @@ June 17, 2002 - October 7, 2024
|
||||||
"Concentric Circle" & "Concentric Square" magic tools
|
"Concentric Circle" & "Concentric Square" magic tools
|
||||||
by Bill Kendrick <bill@newbreedsoftware.com>
|
by Bill Kendrick <bill@newbreedsoftware.com>
|
||||||
|
|
||||||
|
"Concentric Square" sound effected based on "Brush_Baião12.wav"
|
||||||
|
<https://freesound.org/people/justinrobert/sounds/74371/>
|
||||||
|
Creative Commons CC0 1.0 Universal by Justin Robert
|
||||||
|
<https://freesound.org/people/justinrobert/>
|
||||||
|
|
||||||
Bloom magic tool
|
Bloom magic tool
|
||||||
by Bill Kendrick <bill@newbreedsoftware.com>
|
by Bill Kendrick <bill@newbreedsoftware.com>
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -87,7 +87,11 @@ https://tuxpaint.org/
|
||||||
|
|
||||||
* WIP "Concentric Circle" and "Concentric Square": Draw concentric shapes.
|
* WIP "Concentric Circle" and "Concentric Square": Draw concentric shapes.
|
||||||
+ Code by Bill Kendrick <bill@newbreedsoftware.com>
|
+ Code by Bill Kendrick <bill@newbreedsoftware.com>
|
||||||
+ TODO Sound effects
|
+ "Concentric Square" sound effected based on "Brush_Baião12.wav"
|
||||||
|
<https://freesound.org/people/justinrobert/sounds/74371/>
|
||||||
|
Creative Commons CC0 1.0 Universal by Justin Robert
|
||||||
|
<https://freesound.org/people/justinrobert/>
|
||||||
|
+ TODO Sound "Concentric Circle" effects
|
||||||
|
|
||||||
* Magic Tool Improvements:
|
* Magic Tool Improvements:
|
||||||
------------------------
|
------------------------
|
||||||
|
|
|
||||||
BIN
magic/sounds/concentric-square.ogg
Normal file
BIN
magic/sounds/concentric-square.ogg
Normal file
Binary file not shown.
|
|
@ -59,7 +59,7 @@ const char * spiral_sounds[NUM_TOOLS] = {
|
||||||
"spiral-circle.ogg",
|
"spiral-circle.ogg",
|
||||||
"spiral-square.ogg",
|
"spiral-square.ogg",
|
||||||
"spiral-circle.ogg", // FIXME
|
"spiral-circle.ogg", // FIXME
|
||||||
"spiral-square.ogg", // FIXME
|
"concentric-square.ogg",
|
||||||
};
|
};
|
||||||
|
|
||||||
const char * spiral_icons[NUM_TOOLS] = {
|
const char * spiral_icons[NUM_TOOLS] = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue