Author: esr
Date: Thu Oct  9 23:03:02 2008
New Revision: 29991

URL: http://svn.gna.org/viewcvs/wesnoth?rev=29991&view=rev
Log:
This is the policy change that builds on my previous diff.  Turn the
new-journey and new-battle dots red.  Addresses bug #12423: Gold and
silver journey dots are hard to see against the parchment-toned
mainmap.  

By experiment, if the new dots are easy to see the older silver ones, attached, 
become much easier to notice.  The gold, though, was a real bitch to spot,
especially in mountains.

Added:
    trunk/data/core/images/misc/new-battle.png   (with props)
    trunk/data/core/images/misc/new-journey.png   (with props)
Modified:
    trunk/data/core/macros/image-utils.cfg

Added: trunk/data/core/images/misc/new-battle.png
URL: 
http://svn.gna.org/viewcvs/wesnoth/trunk/data/core/images/misc/new-battle.png?rev=29991&view=auto
==============================================================================
Binary file - no diff available.

Propchange: trunk/data/core/images/misc/new-battle.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: trunk/data/core/images/misc/new-journey.png
URL: 
http://svn.gna.org/viewcvs/wesnoth/trunk/data/core/images/misc/new-journey.png?rev=29991&view=auto
==============================================================================
Binary file - no diff available.

Propchange: trunk/data/core/images/misc/new-journey.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Modified: trunk/data/core/macros/image-utils.cfg
URL: 
http://svn.gna.org/viewcvs/wesnoth/trunk/data/core/macros/image-utils.cfg?rev=29991&r1=29990&r2=29991&view=diff
==============================================================================
--- trunk/data/core/macros/image-utils.cfg (original)
+++ trunk/data/core/macros/image-utils.cfg Thu Oct  9 23:03:02 2008
@@ -53,7 +53,7 @@
     # Make a new journey mark on a tracking map
     [image]
         x,y={X},{Y}
-        file=misc/dot.png
+        file=misc/new-journey.png
         delay=500
         centered=yes
     [/image]
@@ -75,7 +75,7 @@
     # Make a new battle mark on a tracking map
     [image]
         x,y={X},{Y}
-        file=misc/cross.png
+        file=misc/new-battle.png
         delay=500
         centered=yes
     [/image]


_______________________________________________
Wesnoth-commits mailing list
[email protected]
https://mail.gna.org/listinfo/wesnoth-commits

Reply via email to