I need a flower to spawn an enemy (Slime) when touched but the slime spawns at zero every time I try it I set the coridnance to the flower PLZ help
Keep in mind that the spawn block uses pixel cordinates, not grid coordinates. To use grid coordinates, multiply by 32. For example, if you wanted to spawn the enemy at grid position 2,4 then set x to 64 (232) and y to 128 (432).
If this doesn’t help, post a link to your game.
THX
WOW i didnt know that thanks