Instructions on how to change scale for border-auto-scale presets

This commit is contained in:
Nuno Pereira 2022-10-04 00:43:01 +01:00
parent 8afdd53387
commit e9db5851be

View file

@ -8,6 +8,7 @@ layout(push_constant) uniform Push
float border_texture_scale;
} params;
#pragma parameter bogus_scale_instructions "[SCREEN SIZE]: In previous menu->Change lcd-grid scale->Apply" 0.0 0.0 1.0 1.0
#pragma parameter border_texture_scale "Border Scale" 4.0 1.0 20.0 0.005
vec2 middle = vec2(0.5, 0.5);