Updates the flip state of the GameObject.
GameObject reference
The [x, y] flip state as a boolean array
the GameObject reference passed in
update_flip(create_triangle(100, 100), [false, true]); Copy
update_flip(create_triangle(100, 100), [false, true]);
Updates the flip state of the GameObject.