Better grid example hints

This commit is contained in:
Insality
2020-09-28 02:33:47 +03:00
parent 1c292f44b7
commit 0e96c582c9
3 changed files with 91 additions and 184 deletions

View File

@@ -27,7 +27,7 @@ local function setup_texts(self)
timer.delay(0.3, true, function()
anchoring:set_pivot(pivots[pivot_index])
pivot_index = pivot_index + 1
pivot_index = pivot_index + 1
if pivot_index > #pivots then
pivot_index = 1
end