Prototype definitions: Difference between revisions
Jump to navigation
Jump to search
(Created page with "== Warning == This is work in progress of descrption of the prototype specification possibilities. '''The game is in early stage, and the interface will change in the future ...") |
|||
Line 6: | Line 6: | ||
* Prototype objects are specified in lua script called data.lua in the root of every mod (base game works as mod as well) | * Prototype objects are specified in lua script called data.lua in the root of every mod (base game works as mod as well) | ||
* Individual objects are usually sorted into different groups in the prototypes folder. | * Individual objects are usually sorted into different groups in the prototypes folder. | ||
== | == Prototypes == | ||
* [[Prototype/Entity]] | * [[Prototype/Entity]] | ||
** [[Prototype/EntityWithHealth]] | ** [[Prototype/EntityWithHealth]] |
Revision as of 15:11, 12 October 2013
Warning
This is work in progress of descrption of the prototype specification possibilities.
The game is in early stage, and the interface will change in the future for sure.
Basics
- Prototype objects are specified in lua script called data.lua in the root of every mod (base game works as mod as well)
- Individual objects are usually sorted into different groups in the prototypes folder.