Difference between revisions of "L-system tree examples/Template"

From Minetest Developer Wiki
Jump to navigation Jump to search
(Add template for L-system tree example page)
 
m (Short note about how to use this page)
Line 1: Line 1:
 +
'''Note: View the source code of this page (and delete this line of text when you're finished)!'''
 +
 
== Title of your L-system tree ==
 
== Title of your L-system tree ==
 
=== Profile ===
 
=== Profile ===

Revision as of 18:59, 26 January 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! ]]
}

Screenshot

Additional notes