Letter for Mimi 2 – wip #14

I have changed the grass overlay so it is an extra layer on top of the background tiles. Before this, a sprite was continuously being updated to the position of a character. Both approaches worked, but the latter increased the number of calculations per frame, so it might decrease performance when a lot of characters …

Letter for Mimi 2 – wip #13

Today I fixed the checkItem event, it is now able to check if multiple items (even duplicates) are present in the inventory. The next line in the dialogue will be the line with id 6 if there are two Town Maps in the inventory and one Test item. If this condition is not met, the …