button replacement

This commit is contained in:
gskbladez 2021-12-17 02:54:58 -05:00
parent 1be9861c36
commit ff90680a6f
3 changed files with 1 additions and 1 deletions

View File

@ -16,5 +16,5 @@ uniform mat4 world;
void main() void main()
{ {
fsTex = inTex; fsTex = inTex;
gl_Position = proj * camera * world * vec4(inPos.x, inPos.y * 6, 0, 1); gl_Position = proj * camera * world * vec4(inPos.x, inPos.y * 3.5, 0, 1);
} }

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.8 KiB

After

Width:  |  Height:  |  Size: 9.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 210 KiB

After

Width:  |  Height:  |  Size: 210 KiB