Compare commits
2 Commits
2022.1003.
...
2022.1008.
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
061e419dbc | ||
|
|
eb8ced5843 |
@@ -4,7 +4,7 @@ lowp vec4 getColourAt(highp vec2 diff, highp vec2 size, lowp vec4 originalColour
|
||||
{
|
||||
diff = abs(diff);
|
||||
|
||||
lowp float alpha = length(smoothstep(size, size * smoothness, diff));
|
||||
lowp float alpha = length(smoothstep(size, size * flashlightSmoothness, diff));
|
||||
|
||||
return originalColour * vec4(1.0, 1.0, 1.0, alpha);
|
||||
}
|
||||
|
||||
BIN
osu.Game.Resources/Textures/Gameplay/osu/cursor-smoke.png
Normal file
BIN
osu.Game.Resources/Textures/Gameplay/osu/cursor-smoke.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 3.9 KiB |
Reference in New Issue
Block a user