FreeCraft Configuration Language Description: Tileset


     ___________		     _________		      _____  __
     \_	  _____/______   ____   ____ \_   ___ \____________ _/ ____\/  |_
      |    __) \_  __ \_/ __ \_/ __ \/    \  \/\_  __ \__  \\   __\\   __\ 
      |     \   |  | \/\  ___/\  ___/\     \____|  | \// __ \|  |   |  |
      \___  /   |__|    \___  >\___  >\______  /|__|  (____  /__|   |__|
	  \/		    \/	   \/	     \/		   \/
    ______________________                           ______________________
			  T H E   W A R   B E G I N S
	   FreeCraft - A free fantasy real time strategy game engine

(C) Copyright 1998-2000 by The FreeCraft Project. Distributed under the "Artistic License"


FreeCraft Readme FAQ

Intro - Introduction to tileset functions and variables

Everything around the C Tileset structure.

Functions

define-tileset-wc-names

Description

Define the mapping of the tileset numbers in puds, to the tileset names.

Syntax

(define-tileset-wc-names tileset0 tileset1 tileset2 tileset3)
tileset0
Name of the tileset assigned to index 0.
tileset1
Name of the tileset assigned to index 1.
tileset2
Name of the tileset assigned to index 2.
tileset3
Name of the tileset assigned to index 3.

Example

    (define-tileset-wc-names 
      "tileset-summer" "tileset-winter" "tileset-wasteland" "tileset-swamp" )

This is the default tileset mapping.

define-tileset

Description

Define a tileset for the engine.

This could also be defined in own levels.

Syntax

(define-tileset)

Example

    (define-tileset

Last changed: $Id: tileset.html,v 1.2 2000/08/13 16:14:22 johns Exp $
All trademarks and copyrights on this page are owned by their respective owners.
(c) 2000 by The FreeCraft Project