Roblox / tarmac

Command line tool to manage Roblox assets
MIT License
115 stars 25 forks source link

Remove Codegen Configuration #28

Closed LPGhatguy closed 4 years ago

LPGhatguy commented 4 years ago

This PR changes the codegen option from an optional enum to just being a bool. Tarmac now decides which kind of codegen to use based on the kind of input, including automatically including spritesheet data if an image is packed into a spritesheet.

This simplifies the codegen pipeline a bit overall and opens the door for #10 automatically.