diff --git a/init.lua b/init.lua index fb7f75c..ab683d4 100644 --- a/init.lua +++ b/init.lua @@ -886,6 +886,7 @@ cg_decor.register_tree("dogwood", "cg_decor_dogwood_tree.png") cg_decor.register_tree("japanese_maple", "cg_decor_jp_maple_tree.png") cg_decor.register_tree("cherry", "cg_decor_cherry_tree.png", "cherry") cg_decor.register_tree("crape_myrtle", "cg_decor_crape_myrtle_tree.png") +cg_decor.register_tree("african_tulip", "cg_decor_african_tulip_tree.png") cg_decor.register_bush("regular", 1.5) cg_decor.register_bush("blackberry", 1.5, "blackberry") diff --git a/textures/cg_decor_african_tulip_leaves.png b/textures/cg_decor_african_tulip_leaves.png new file mode 100644 index 0000000..403fc49 Binary files /dev/null and b/textures/cg_decor_african_tulip_leaves.png differ diff --git a/textures/cg_decor_african_tulip_tree.png b/textures/cg_decor_african_tulip_tree.png new file mode 100644 index 0000000..88d0afb Binary files /dev/null and b/textures/cg_decor_african_tulip_tree.png differ