MT-CTF / capturetheflag

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

Add concept of HUD events channels and add the flag events to channel 1 #1286

Closed farooqkz closed 2 weeks ago

farooqkz commented 2 months ago

This PR aims to fix a bug: Since there is just one channel for HUD events per player, the flag events and score events are both shown in the same channel making it a bit annoying. This PR does these two:

This enables players to see both events at the same time. screenshot_20240510_130715

farooqkz commented 3 weeks ago

Ready for another review.