Metadata-Version: 2.1
Name: LUASprites
Version: 0.0.18
Summary: Generate spritesheets and lua modules for easy image reference
Home-page: https://github.com/AJSteinhauser/LUASprites
Author: AJ Steinhauser
Author-email: ajsteinhauser11@gmail.com
License: MIT License
Classifier: Programming Language :: Python :: 3.8
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE.txt


# LUA Sprites
##### Generate sprite sheets and formatting code at the same time
---

Installation:

> $ pip3 install LUASprites

Usage: 
> $ luasprite spritefolder

Where ```spritefolder``` is the directory containing the images you want combined on the sprite sheet


The spritesheet will be stored in a new directory named output(number) parented to the ```spritefolder``` given as a command line argument. For more information regarding this tool, please refer to the Roblox documentation: [DEVFORUM LINK HERE]
