online multiplayer chess game (note server currently down)
Diffstat (limited to 'ui/MovesList.gd')
| -rw-r--r-- | ui/MovesList.gd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/MovesList.gd b/ui/MovesList.gd index 1e47843..9af2cd9 100644 --- a/ui/MovesList.gd +++ b/ui/MovesList.gd @@ -1,7 +1,7 @@ extends ItemList +var tween: Tween onready var scrollbar = get_v_scroll() -var tween: Tween func _ready(): |