From: terencehill Date: Wed, 5 Jul 2023 21:22:15 +0000 (+0200) Subject: Swap xray and invisibility powerup colors: invisibility is now violet and xray blue X-Git-Url: http://git.xonotic.org/?a=commitdiff_plain;h=refs%2Fheads%2Fterencehill%2Fnew_powerups;p=xonotic%2Fmediasource.git Swap xray and invisibility powerup colors: invisibility is now violet and xray blue --- diff --git a/gfx/luma/gfx/hud/luma/powerup_invisibility.svg b/gfx/luma/gfx/hud/luma/powerup_invisibility.svg index 3c01710..8d5c131 100644 --- a/gfx/luma/gfx/hud/luma/powerup_invisibility.svg +++ b/gfx/luma/gfx/hud/luma/powerup_invisibility.svg @@ -1,6 +1,6 @@ - - + + diff --git a/gfx/luma/gfx/hud/luma/powerup_xray b/gfx/luma/gfx/hud/luma/powerup_xray index 5da537a..d451d1d 100644 --- a/gfx/luma/gfx/hud/luma/powerup_xray +++ b/gfx/luma/gfx/hud/luma/powerup_xray @@ -1,6 +1,6 @@ - - + + diff --git a/gfx/luma/models/items/common.css b/gfx/luma/models/items/common.css index aa03838..d22324d 100755 --- a/gfx/luma/models/items/common.css +++ b/gfx/luma/models/items/common.css @@ -13,7 +13,7 @@ /* Powerups */ .detonator { fill:#db8247 } -.invisibility { fill:#5e95e8 } +.xray { fill:#5e95e8 } .fuelregen { fill:#c4a93c } .resurrection { fill:#f35d68 } .shield { fill:#6ce820 } @@ -21,7 +21,7 @@ .strength { fill:#db8247 } .superweapons { fill:#c49f3c } .ultrahealing { fill:#f85e46 } -.xray { fill:#857bca } +.invisibility { fill:#857bca } /* Jetpack */ .jetpack { fill:#c4a93c }