mirror of
https://gitea.wildfiregames.com/0ad/0ad
synced 2026-06-18 06:13:55 -07:00
- Players now receive flare chat notifications mentioning the sender's name. - Clicking the notification moves the camera to the flare's location. - The feature can be toggled in the game options and is enabled by default. Fixes #6212
14 lines
265 B
XML
14 lines
265 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<setup>
|
|
|
|
<icon name="icon_focusattacked"
|
|
sprite="stretched:session/icons/focus-attacked.png"
|
|
size="14 14"
|
|
/>
|
|
|
|
<icon name="icon_focusflare"
|
|
sprite="stretched:session/icons/focus-flare.png"
|
|
size="14 14"
|
|
/>
|
|
|
|
</setup>
|