Audiosurf 2

Audiosurf 2

Mod your music
Customize everything you hear, everything you see, and even the way you play. Choose a song, choose a mod, and choose a skin. Mix and Match!
Nove 1 30 Jul, 2016 @ 3:45pm
Shaders
Does anyone know how to make the top section of the background shader show shards/tiles and be the same colour as the bottom side as opposed to being inverted colours?
< >
Showing 1-1 of 1 comments
The Gooey Fox™ 16 Mar, 2017 @ 7:35pm 
Assuming that you are using the 'TheGridSky' skyscreen, what you wish to achieve simply is not possible. It is not possible to use a PostEffect on a single part of the designated area, and the TheGridSky can't have a same color setting unfortunately. But if you want a pixelated effect use this code:

pixelateEffect = BuildMaterial{
shader="PostLed",
shadersettings={_Scale=5}
}

AddPostEffect{
depth="background",
material = pixelateEffect
}

< >
Showing 1-1 of 1 comments
Per page: 1530 50