stratagus-cvs
[Top][All Lists]
Advanced

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

[Stratagus-CVS] stratagus/doc/ccl ui.html


From: Martin Renold
Subject: [Stratagus-CVS] stratagus/doc/ccl ui.html
Date: Tue, 07 Oct 2003 10:34:33 -0400

CVSROOT:        /cvsroot/stratagus
Module name:    stratagus
Branch:         
Changes by:     Martin Renold <address@hidden>  03/10/07 10:34:32

Modified files:
        doc/ccl        : ui.html 

Log message:
        adding back reverted minimap docu

Patches:
Index: stratagus/doc/ccl/ui.html
diff -u stratagus/doc/ccl/ui.html:1.18 stratagus/doc/ccl/ui.html:1.19
--- stratagus/doc/ccl/ui.html:1.18      Tue Oct  7 08:03:37 2003
+++ stratagus/doc/ccl/ui.html   Tue Oct  7 10:34:32 2003
@@ -665,19 +665,20 @@
       minimapx (+ minimapy 148))
 </pre>
 </dd>
-<dt>minimap-panel</dt>
+<dt>minimap</dt>
 <dd>
-<pre>
-    'minimap-panel (list
-      (string-append "graphics/ui/" race "/minimap.png")
-      minimapx minimapy)
-</pre>
-</dd>
-<dt>minimap-pos</dt>
-<dd>
-<pre>
-    'minimap-pos (list
-      (+ minimapx 27) (+ minimapy 13))
+There is a minimap panel an the minimap on it. The panel graphic has
+certain palette restrictions (FIXME: exactly? probably the same as the
+tileset?). Pos is the absoloute position of the minimap on the screen
+(the upper left corner of it). If you give 'transparent, the panel
+graphic will be displayed on unexplored terrain, black otherwise.
+<pre>
+    'minimap (list
+      'file (string-append "graphics/ui/" race "/minimap.png")
+      'panel-pos (list minimapx minimapy)
+      'pos (list (+ minimapx 27) (+ minimapy 13))
+      'size '(128 128)
+      'transparent)
 </pre>
 </dd>
 <dt>status-line</dt>
@@ -888,7 +889,7 @@
 <h4>Not Used</h4>
 
 <hr>
-Last changed: $Id: ui.html,v 1.18 2003/10/07 12:03:37 martinxyz Exp $<br>
+Last changed: $Id: ui.html,v 1.19 2003/10/07 14:34:32 martinxyz Exp $<br>
 All trademarks and copyrights on this page are owned by their respective 
owners.
 <address>(c) 2002-2003 by <a href="http://stratagus.org";>
 The Stratagus Project</a></address></body></html>




reply via email to

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