ID:268068
 
Hey guys,

well i have this weird situation, i have made an png picture(with an png picture, you will always get the whole picture inmediatly when you put it on the map <-- that's my problem) of an house and i put in this code:

turf
House
icon = 'House.png'
density = 1

this works fine,

then this one:

turf
Yami_Yugi
icon = 'Yugi-Face.png'
density = 1

this isn't working at all, but it is actually the same piece of coding isn't it(except for the name, icon)?

Help would be very apreciated,

-Mist
You'll have to give us a clearer explaination of what's going wrong.
In response to DarkView
Well.. ehm i don't really know how to explain it but ok here goes.

when you want to place a png picture you don't have to do it square by square right? normally you get the whole picture inmediatly <-- and that's going wrong.

-Mist
In response to Mist Form
I don't really know what you mean but if that's happening then make sure you arn't using fill to put in the PNG and you use Add
In response to RVegeta
oh my god, thank you... ( i am so stupid...)

typical mistake of me :D

well thanks,

-Mist