mirror of
https://github.com/Relintai/pandemonium_engine_easy_charts.git
synced 2024-11-14 10:17:24 +01:00
refactor: convert indentation to tabs
This commit is contained in:
parent
6c87bee7a6
commit
ebbcd4174f
@ -291,7 +291,7 @@ func draw_v_grid():
|
||||
Tween.TRANS_EXPO,
|
||||
Tween.EASE_OUT)
|
||||
GridTween.start()
|
||||
yield(GridTween,"tween_all_completed")
|
||||
yield(GridTween, "tween_all_completed")
|
||||
|
||||
|
||||
func draw_h_grid():
|
||||
@ -311,7 +311,7 @@ func draw_h_grid():
|
||||
Tween.TRANS_EXPO,
|
||||
Tween.EASE_OUT)
|
||||
GridTween.start()
|
||||
yield(GridTween,"tween_all_completed")
|
||||
yield(GridTween, "tween_all_completed")
|
||||
|
||||
|
||||
func add_label(point: Vector2, text: String):
|
||||
|
Loading…
Reference in New Issue
Block a user