MT-CTF / capturetheflag

Capture the Flag game using the Minetest Voxel Engine
https://ctf.rubenwardy.com
81 stars 87 forks source link

Change the position of the inbox HUD and more language supports #1249

Closed Methro closed 7 months ago

Methro commented 8 months ago

Changes Made

  1. HUD Position Changed to Bottom Left Corner:
    • The position of the mail HUD has been changed to the bottom left corner instead of the center. This was done due as the previous center position could be distracting during gameplay. The HUD will now be in a less intrusive location.

screenshot_20231126_124416

  1. Mail Message Made More Perceptible:
    • The perception of the mail message uses minetest.colorize now, the "Mail from playername" message is highlighted in a specific color, making it easier to read in the chat and providing a clear indication to the player that they have received mail.

screenshot_20231126_124343

  1. Additional Support for Other Languages:
    • Added support for additional languages, specifically, Spanish, Brazilian Portuguese and Russian for email mod
LoneWolfHT commented 7 months ago

Thanks!