Is it possible to turn the objects in map editor?

I want to turn an object in my game with map editor but I don’t know if that’s possible because I don’t see any options to turn the object. Is it even possible?

2 Likes

im pretty sure the objects have to be units, unless you want to create a new tilesheet specifically for them

2 Likes

Do you know how to turn them into units?

2 Likes

you can probably copy the sprite of whatever you want to turn and paste it into a unit, create a player variable in general, and then put them wherever you want to, make it static if you dont want it to be moved. use initialize script to create the unit at a region that you want to place the block.