Fix examples/shaders/shaders_texture_outline.c help instructions

This commit is contained in:
asdqwe 2023-08-30 14:35:45 -03:00
parent 752baac00c
commit 6b1da45900
2 changed files with 9 additions and 9 deletions

View File

@ -81,7 +81,7 @@ int main(void)
EndShaderMode();
DrawText("Shader-based\ntexture\noutline", 10, 10, 20, GRAY);
DrawText("Scroll mouse wheel to\nchange outline size", 10, 72, 20, GRAY);
DrawText(TextFormat("Outline size: %i px", (int)outlineSize), 10, 120, 20, MAROON);
DrawFPS(710, 10);

Binary file not shown.

Before

Width:  |  Height:  |  Size: 258 KiB

After

Width:  |  Height:  |  Size: 258 KiB