support larger sprites

This commit is contained in:
Corwin 2022-07-16 09:08:35 +01:00
parent ebc4e15f3d
commit 8a55fc7f0e

View file

@ -115,7 +115,7 @@ pub fn include_aseprite_inner(input: TokenStream) -> TokenStream {
for frame in frames {
let width = frame.width();
assert!(width == frame.height() && width.is_power_of_two() && width <= 32);
assert!(width == frame.height() && width.is_power_of_two() && width <= 64);
let image = Image::load_from_dyn_image(frame);
add_to_optimiser(