Poping up a 64 by 64 icon through mouse entered in Developer Help
|
|
Code:
obj cards2 Tails name = "Tails" icon='card2.dmi' icon_state="Tails" New(client/c) screen_loc="15,2" c.screen+=src MouseExited() del src obj cards Tails name = "Tails" icon='card.dmi' icon_state="Tails" New(client/c) screen_loc="16,1" c.screen+=src MouseEntered() new/obj/cards2/Tails(usr.client)
|
Problem description:
Ok so I enter the obj/card/Tails and then it pops up but not 64 by 64 just 32 by 32! How I fix?
|
I was messing around with icons earlier because I had heard BYOND supported icons larger than 32x32 in 4.0, but apparently they don't. (or maybe I'm wrong and someone will come correct me. that'd be fantastic, cause if I'm wrong, it'd save me some time)
You'll have to use something like BigAtoms for this (just look in the library section).