mirror of
https://github.com/Insality/druid.git
synced 2025-09-28 02:22:18 +02:00
Better grid example hints
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user