mirror of
https://github.com/tildearrow/furnace.git
synced 2024-11-25 22:15:14 +00:00
new demo songs
newer_song-lol.fur by Tytanium654 1_bit_bros.fur by src3453
This commit is contained in:
parent
b157533a37
commit
e4f6dfed20
4 changed files with 3 additions and 1 deletions
BIN
demos/genesis/newer_song_lol.fur
Normal file
BIN
demos/genesis/newer_song_lol.fur
Normal file
Binary file not shown.
BIN
demos/multichip/1_bit_bros.fur
Normal file
BIN
demos/multichip/1_bit_bros.fur
Normal file
Binary file not shown.
|
@ -155,6 +155,7 @@ const char* aboutLine[]={
|
|||
"smaybius",
|
||||
"SnugglyBun",
|
||||
"Spinning Square Waves",
|
||||
"src3453",
|
||||
"SuperJet Spade",
|
||||
"Supper_E1",
|
||||
"SwapXFO",
|
||||
|
@ -172,6 +173,7 @@ const char* aboutLine[]={
|
|||
"tildearrow",
|
||||
"tom_atom",
|
||||
"traumatized",
|
||||
"Tytanium654",
|
||||
"Uhrwerk Klockwerx",
|
||||
"Ultraprogramer",
|
||||
"UserSniper",
|
||||
|
|
|
@ -112,7 +112,7 @@ const char* sh_oscRender_srcF=
|
|||
" float valmin = 1024.0;\n"
|
||||
" for (; x<xMax; x+=uAdvance) {\n"
|
||||
" float val=texture2D(oscVal,vec2(x,1.0)).x;\n"
|
||||
" alphaX+=
|
||||
" alphaX+=0;\n"
|
||||
" if (val>valmax) valmax=val;\n"
|
||||
" if (val<valmin) valmin=val;\n"
|
||||
" }\n"
|
||||
|
|
Loading…
Reference in a new issue