set flip h 28 false 29

Solutions on MaxInterview for set flip h 28 false 29 by the best coders in the world

showing results for - "set flip h 28 false 29"
Giada
18 Jan 2017
1var Direction = "Left"
2
3func ChangeDirection():
4    if Direction == "Left":
5        get_node( "Sprite" ).set_flip_h( false )
6        Direction = "Right"
7    elif Direction == "Right":
8        get_node( "Sprite" ).set_flip_h( true )
9        Direction = "Left"
10
similar questions
queries leading to this page
set flip h 28 false 29