My sprites won't spawn where I want them too

I’m making some OMORI game thingy but for some reason the player sprite spawns in the corner. I’ve tired everything in my knowledge to fix it. (My knowledge is very small.) It’s getting really annoying, so I’m asking for help from people smarter than me.

GAME: https://arcade.makecode.com/S10344-98391-12609-91939

1 Like

Maybe it spawns on the edge of the tilemap, if that is what you are asking a solution for, because in the code it sets the position of the sprite to column 0, row 0. Column 0 is the left most column, and row 0 is the up most row, so it is placed on the left-up corner.

You could use tile map location (If you didn’t already do that) There is no enemies to my knowledge so if you could make them then I could place them wherever you would like just tell me in specific