]> git.rm.cloudns.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
Create and use neutral domination icons 1475/head
authorotta8634 <k9wolf@pm.me>
Sat, 15 Feb 2025 20:04:12 +0000 (04:04 +0800)
committerotta8634 <k9wolf@pm.me>
Sat, 15 Feb 2025 20:05:55 +0000 (04:05 +0800)
Previously the blue team highlighted hud icon and the neutral team highlighted hud icon looked identical in domination.
Added icons so they can be differentiated.
Sources
- luma: there was already a file for this in mediasource, which just wasn't used in the game for some reason.
- luminos: edited the TGA, since there was no source in mediasource.
- old: edited the TGA, since there was no source in mediasource.

gfx/hud/luma/dom_icon_neutral-highlighted.tga [new file with mode: 0644]
gfx/hud/luminos/dom_icon_neutral-highlighted.tga [new file with mode: 0644]
gfx/hud/old/dom_icon_neutral-highlighted.tga [new file with mode: 0644]
qcsrc/common/mutators/mutator/waypoints/all.inc

diff --git a/gfx/hud/luma/dom_icon_neutral-highlighted.tga b/gfx/hud/luma/dom_icon_neutral-highlighted.tga
new file mode 100644 (file)
index 0000000..1e5a41f
Binary files /dev/null and b/gfx/hud/luma/dom_icon_neutral-highlighted.tga differ
diff --git a/gfx/hud/luminos/dom_icon_neutral-highlighted.tga b/gfx/hud/luminos/dom_icon_neutral-highlighted.tga
new file mode 100644 (file)
index 0000000..613ece8
Binary files /dev/null and b/gfx/hud/luminos/dom_icon_neutral-highlighted.tga differ
diff --git a/gfx/hud/old/dom_icon_neutral-highlighted.tga b/gfx/hud/old/dom_icon_neutral-highlighted.tga
new file mode 100644 (file)
index 0000000..21ff507
Binary files /dev/null and b/gfx/hud/old/dom_icon_neutral-highlighted.tga differ
index da31fcb64f8edd75794c2f61afba203df9e04f6c..90bc6e15f1439e05c1a6100c77d6e7fc50f54f0a 100644 (file)
@@ -39,7 +39,7 @@ REGISTER_WAYPOINT(FlagCarrierEnemyYellow,  _("Enemy carrier"), "flag_yellow_carr
 REGISTER_WAYPOINT(FlagCarrierEnemyPink,    _("Enemy carrier"), "flag_pink_carrying",    '0.8 0.8 0', 1);
 REGISTER_WAYPOINT(FlagReturn, _("Return flag here"), "", '0 0.8 0.8', 1);
 
-REGISTER_WAYPOINT(DomNeut, _("Control point"), "dom_icon_blue-highlighted", '0 1 1', 1);
+REGISTER_WAYPOINT(DomNeut, _("Control point"), "dom_icon_neutral-highlighted", '0 1 1', 1);
 REGISTER_WAYPOINT(DomRed, _("Control point"), "dom_icon_red-highlighted", '0 1 1', 1);
 REGISTER_WAYPOINT(DomBlue, _("Control point"), "dom_icon_blue-highlighted", '0 1 1', 1);
 REGISTER_WAYPOINT(DomYellow, _("Control point"), "dom_icon_yellow-highlighted", '0 1 1', 1);