stratagus-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Stratagus-CVS] stratagus/data/ccl units.ccl


From: Russell Smith
Subject: [Stratagus-CVS] stratagus/data/ccl units.ccl
Date: Mon, 27 Oct 2003 00:20:12 -0500

CVSROOT:        /cvsroot/stratagus
Module name:    stratagus
Branch:         
Changes by:     Russell Smith <address@hidden>  03/10/27 00:20:12

Modified files:
        data/ccl       : units.ccl 

Log message:
        Fixed Minimap colors

Patches:
Index: stratagus/data/ccl/units.ccl
diff -u stratagus/data/ccl/units.ccl:1.50 stratagus/data/ccl/units.ccl:1.51
--- stratagus/data/ccl/units.ccl:1.50   Sun Oct 26 19:36:19 2003
+++ stratagus/data/ccl/units.ccl        Mon Oct 27 00:20:12 2003
@@ -26,7 +26,7 @@
 ;;      along with this program; if not, write to the Free Software
 ;;      Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  
USA
 ;;
-;;     $Id: units.ccl,v 1.50 2003/10/27 00:36:19 n0body Exp $
+;;     $Id: units.ccl,v 1.51 2003/10/27 05:20:12 mr-russ Exp $
 
 ;; Load the animations for the units.
 (ccl:load "ccl/anim.ccl")
@@ -121,6 +121,7 @@
   'size '(72 72)
   'animations 'animations-daemon 'icon 'icon-daemon
   'costs '(time 70 gold 500 oil 50)
+  'neutral-minimap-color '(192 0 0)
   'speed 14
   'hit-points 60
   'draw-level 60
@@ -154,6 +155,7 @@
     tileset-swamp "tilesets/swamp/neutral/units/critter.png")
   'size '(32 32)
   'animations 'animations-critter 'icon 'icon-critter
+  'neutral-minimap-color '(192 192 192)
   'speed 3
   'hit-points 5
   'draw-level 35
@@ -186,6 +188,7 @@
     tileset-swamp "tilesets/swamp/neutral/buildings/gold_mine.png")
   'size '(96 96)
   'animations 'animations-building 'icon 'icon-gold-mine
+  'neutral-minimap-color '(255 255 0)
   'costs '(time 150)
   'construction 'construction-land2
   'speed 0
@@ -214,6 +217,7 @@
     tileset-swamp "tilesets/swamp/neutral/buildings/oil_patch.png")
   'size '(96 96)
   'animations 'animations-building 'icon 'icon-oil-patch
+  'neutral-minimap-color '(0 0 0)
   'speed 0
   'hit-points 0
   'draw-level 5
@@ -236,6 +240,7 @@
   'files '(tileset-summer "neutral/buildings/circle_of_power.png")
   'size '(64 64)
   'animations 'animations-building 'icon 'icon-circle-of-power
+  'neutral-minimap-color '(128 128 0)
   'speed 0
   'hit-points 0
   'draw-level 5
@@ -262,6 +267,7 @@
     tileset-swamp "tilesets/swamp/neutral/buildings/dark_portal.png")
   'size '(128 128)
   'animations 'animations-building 'icon 'icon-dark-portal
+  'neutral-minimap-color '(255 255 0)
   'costs '(time 100 gold 3000 wood 3000 oil 1000)
   'repair-hp 4
   'repair-costs '(gold 1 wood 1 oil 1)
@@ -293,6 +299,7 @@
     tileset-swamp "tilesets/swamp/neutral/buildings/runestone.png")
   'size '(64 64)
   'animations 'animations-building 'icon 'icon-runestone
+  'neutral-minimap-color '(255 255 0)
   'costs '(time 175 gold 900 wood 500)
   'repair-hp 4
   'repair-costs '(gold 1 wood 1)




reply via email to

[Prev in Thread] Current Thread [Next in Thread]