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