Untitled

 avatar
unknown
python
2 years ago
128 B
14
Indexable
func set_poly_x(indx,val):
	frozen_shape.polygon[indx].x=val

...

func other_functions():
    call_deferred("set_poly_x",0,100)
Editor is loading...