The error I receive is: "The given sprite rectangle (left_top=0x1024, right_bottom=128x1152) is outside the actual sprite size (left_top=0x0, right_bottom=1024x10240. ...
This is for the stages of a new ore I am modding. This specific issue comes from the stages poperty of my resource entity prototype. My code:
Code: Select all
stages = {
sheet =
{
filename = "__mod-name__/icons/pentite-ore.png",
line_length = 8,
height = 128,
width = 128,
variation_count = 64,
}
}
I don't know how to fix this, and if anybody could help tell me what's wrong I would be very grateful!