Untitled
unknown
python
3 years ago
128 B
35
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...
func set_poly_x(indx,val):
frozen_shape.polygon[indx].x=val
...
func other_functions():
call_deferred("set_poly_x",0,100)