Difference between revisions of "L-system tree examples/Template"
Jump to navigation
Jump to search
m (cat) |
m (Remove comment about minetest_game) |
||
Line 3: | Line 3: | ||
== Title of your L-system tree == | == Title of your L-system tree == | ||
=== Profile === | === Profile === | ||
− | * '''Subgame used''': <!-- insert the name of the subgame where you can use the tree | + | * '''Subgame used''': <!-- insert the name of the subgame where you can use the tree. --> |
* '''Additional mods''': | * '''Additional mods''': | ||
<!-- | <!-- |
Revision as of 17:12, 11 October 2015
Note: View the source code of this page (and delete this line of text when you're finished)!
Title of your L-system tree
Profile
- Subgame used:
- Additional mods:
Definition
treedef = { axiom = --[[ your axiom here ]], rules_a = --[[ your rule set A here]], --[[ add/remove other fields as needed. Only use Lua syntax! ]] }