0
This commit is contained in:
Alejandro Aguilera
2011-07-08 01:20:30 +02:00
parent 8bb19ee388
commit b17f51404b

View File

@@ -1675,7 +1675,7 @@ biome_tall_fern_texture = None
biome_leaf_texture = None
specialblockmap = None
def generate(path=None,texture_size=10):
def generate(path=None,texture_size=24):
global _find_file_local_path, texture_dimensions
_find_file_local_path = path
texture_dimensions = (texture_size, texture_size)