5 lines
85 B
GDScript
5 lines
85 B
GDScript
extends Sprite
|
|
|
|
func radius():
|
|
return texture.get_width()*transform.get_scale().x/2
|