Commit 536b8832 by Jonathan Thomas

Changed UV coordinates slightly for bottom right of the icon, to not overlap the…

Changed UV coordinates slightly for bottom right of the icon, to not overlap the front of the skin's hand. Updating ICONS.md assets to use new UV coordinates.
parent 99daf973
Pipeline #13283 passed with stages
in 2 minutes 13 seconds
......@@ -76,7 +76,8 @@ UV_COORDINATES = [
[56.0, 28.0, 64.0, 36.0, 0.0, 16.0], # row 3 left
[56.0, 36.0, 64.0, 44.0, 8.0, 16.0], # row 3 middle
[56.0, 44.0, 64.0, 52.0, 16.0, 16.0], # row 3 right
[56.0, 44.0, 64.0, 48.0, 16.0, 16.0], # row 3 top right
[12.0, 48.0, 20.0, 52.0, 16.0, 20.0], # row 3 bottom right
]
```
......
......@@ -260,7 +260,8 @@ public class BubbleRenderer {
{56.0F, 16.0F, 64.0F, 20.0F, 16F, 12F},// Row 2 right bottom
{56.0F, 28.0F, 64.0F, 36.0F, 0F, 16F}, // Row 3 left
{56.0F, 36.0F, 64.0F, 44.0F, 8F, 16F}, // Row 3 middle
{56.0F, 44.0F, 64.0F, 52.0F, 16F, 16F},// Row 3 right
{56.0F, 44.0F, 64.0F, 48, 16F, 16F}, // Row 3 top right
{12.0F, 48.0F, 20.0F, 52, 16F, 20F}, // Row 3 bottom right
};
float scaleFactor = 0.77F;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment