removed debug print
This commit is contained in:
parent
bacf58a54e
commit
ba720a8505
@ -663,7 +663,6 @@ function clickableClues(showCounter)
|
|||||||
local pos = self.positionToWorld({x = -1.12, y = 0.05, z = 0.7})
|
local pos = self.positionToWorld({x = -1.12, y = 0.05, z = 0.7})
|
||||||
for i = 1, clueCount do
|
for i = 1, clueCount do
|
||||||
pos.y = pos.y + 0.045 * i
|
pos.y = pos.y + 0.045 * i
|
||||||
print(i)
|
|
||||||
tokenManager.spawnToken(pos, "clue", PLAY_ZONE_ROTATION)
|
tokenManager.spawnToken(pos, "clue", PLAY_ZONE_ROTATION)
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
Loading…
Reference in New Issue
Block a user