11 lines
319 B
Diff
11 lines
319 B
Diff
|
26c26
|
||
|
< dofile(path .. "/tree_monster.lua")
|
||
|
---
|
||
|
> -- dofile(path .. "/tree_monster.lua")
|
||
|
29a30,34
|
||
|
> dofile(path .. "/tree_monster_acacia.lua")
|
||
|
> dofile(path .. "/tree_monster_aspen.lua")
|
||
|
> dofile(path .. "/tree_monster_apple.lua")
|
||
|
> dofile(path .. "/tree_monster_jungle.lua")
|
||
|
> dofile(path .. "/tree_monster_pine.lua")
|