removed debug print

This commit is contained in:
Chr1Z 2023-01-02 02:43:33 +01:00 committed by GitHub
parent bacf58a54e
commit ba720a8505
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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