diff options
author | Vanessa Ezekowitz <vanessaezekowitz@gmail.com> | 2013-01-09 22:30:55 -0500 |
---|---|---|
committer | Vanessa Ezekowitz <vanessaezekowitz@gmail.com> | 2013-01-09 22:30:55 -0500 |
commit | c4640971cb4f9e49d0c72111b4a74e691973b8ff (patch) | |
tree | 2cef2090b771b1f6f2e825d5c698c703490c60e4 /init.lua | |
parent | 9139a601e29992363a19692addbf74ecbdc94b16 (diff) |
tweaked comments at the top of init.lua
Diffstat (limited to 'init.lua')
-rw-r--r-- | init.lua | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -7,10 +7,12 @@ -- jungle trees mod. -- -- Brought together into one mod and made L-systems compatible by Vanessa --- Ezekowitz. +-- Ezekowitz. Thrown together on 2013-01-09 :-) -- -- Jungle tree axioms/rules tweaked by RealBadAngel -- +-- License: WTFPL for all parts (code and textures) +-- local DEBUG = false |