ID:178152
 
I am making icons for my game now but when i make like a boulder using the thing that comes with dream maker i get a rock instead of my boulder. I made a pretty big rock using my paint that I have on this computer, what do I do to get it onto my map? And if i cant do that what should I do?
Split it into 4 icons, then place those 4 icons next to each other to form a square. I assume that's what you're asking.
If you save the graphic in BMP or PNG format (PNG much better and will keep your download size smaller), and use it as the icon, Dream Maker will automatically split the icon when you place it on the map.

/turf/boulder
icon = 'boulder.<font color=#ffffa0>png</font>'

If you place the object at runtime, you will need to maually expand it to the right size and change the icon_states. If that's what you want, let me know and I'll show you how to do it.