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.
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.