I’m trying to make an extension for my game, I don’t know why but after creating the tiles object, every action after that targets the just created tile and every other tile in the scene. (other than those just created)
The type variable means its animation (so 0=grass, 1=mushrooms)
EDIT: I removed the collision chcek and the issue has been solved, I attached an image of the collisions condition aswell.
Collision Events
Events
Before
After