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
ID:268068
![]() Mar 3 2004, 9:22 am
|
|
![]() Mar 3 2004, 3:32 pm
|
|
You'll have to give us a clearer explaination of what's going wrong.
|
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 |
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
|