[SOLVED] How to get "width & height" of an entity has only text graphic?


(Bora Kasap) #1

How to get “width & height” of an entity has only text graphic?

public function XpText()
	{
		graphic = new Text("+4\nxp");
	}

(Bora Kasap) #2

Oh solved… Thats the same thing… need setHitBox(graphic)…


(Ultima2876) #3

This topic was automatically closed after 2 days. New replies are no longer allowed.