new demo songs

newer_song-lol.fur by Tytanium654
1_bit_bros.fur by src3453
This commit is contained in:
tildearrow 2024-02-18 01:55:38 -05:00
parent b157533a37
commit e4f6dfed20
4 changed files with 3 additions and 1 deletions

Binary file not shown.

Binary file not shown.

View file

@ -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",

View file

@ -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"