Changes between Version 15 and Version 16 of Rmgen_Library


Ignore:
Timestamp:
Apr 20, 2012, 11:55:02 AM (12 years ago)
Author:
FeXoR
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Rmgen_Library

    v15 v16  
    153153
    154154The functions and data provided in wall_builder.js allow easy placements of multiple entities to for example shape walls:
    155  * 'WallElement()': Defines a wall element including its entity and a name string to easily access it.
     155 * 'WallElement(...)': Defines a wall element including its entity and a name string to easily access it.
    156156 * 'Fortress()': Defines a fortress mainly by an array of wall element name strings.
    157157 * 'wallStyles': An associative array that holds all default wall styles with the civ strings as keys (like 'cart' or 'celt') or other descriptive strings (like 'palisades' or 'romeSiege'). A wall style itself again is an associative array holding all the default wall elements with their name string as key (like 'wall' or 'tower').