texture_packer/config.py

20 lines
279 B
Python
Raw Permalink Normal View History

2019-10-20 21:19:00 +02:00
def can_build(env, platform):
return True
2019-10-20 21:19:00 +02:00
def configure(env):
pass
2019-10-22 02:10:35 +02:00
2019-10-22 02:10:35 +02:00
def get_doc_classes():
return [
"TextureMerger",
"TexturePacker",
2019-12-25 14:11:34 +01:00
"TextureLayerMerger",
"PackerImageResource",
2019-10-22 02:10:35 +02:00
]
2019-10-22 02:10:35 +02:00
def get_doc_path():
return "doc_classes"