Scale up tools and use new axe asset - v1.6.6
This commit is contained in:
parent
f71add61c4
commit
e968a1a64b
Binary file not shown.
|
Before Width: | Height: | Size: 5.0 KiB After Width: | Height: | Size: 440 B |
Binary file not shown.
Binary file not shown.
|
Before Width: | Height: | Size: 5.0 KiB After Width: | Height: | Size: 440 B |
Binary file not shown.
Binary file not shown.
|
Before Width: | Height: | Size: 5.0 KiB After Width: | Height: | Size: 440 B |
|
|
@ -1095,8 +1095,8 @@ int main(void)
|
|||
DrawTexturePro(titleTexture, sourceRec, destRec, origin, 0.0f, WHITE);
|
||||
EndMode2D();
|
||||
|
||||
// Show Version Number (v1.6.5) in Red
|
||||
DrawTextEx(customFont, "v1.6.5", (Vector2){ (float)currentWidth - 140, (float)currentHeight - 40 }, 22, 1.0f, RED);
|
||||
// Show Version Number (v1.6.6) in Red
|
||||
DrawTextEx(customFont, "v1.6.6", (Vector2){ (float)currentWidth - 140, (float)currentHeight - 40 }, 22, 1.0f, RED);
|
||||
}
|
||||
|
||||
Vector2 mousePos = GetMousePosition();
|
||||
|
|
@ -1748,8 +1748,8 @@ int main(void)
|
|||
rlPopMatrix();
|
||||
rlSetTexture(0);
|
||||
} else {
|
||||
// Item (Stick/Axe) as Billboard
|
||||
DrawBillboard(camera3D, itemTex, itemPos, 0.18f, WHITE);
|
||||
// Item (Stick/Axe) as Billboard - Scaled larger for better visibility
|
||||
DrawBillboard(camera3D, itemTex, itemPos, 0.35f, WHITE);
|
||||
}
|
||||
} else {
|
||||
// Fallback
|
||||
|
|
|
|||
Loading…
Reference in New Issue