test case that spawns 2000 mines in a pit. run with ctest -R mines # only works if cmake was ran after pulling this commit
fix for
issue #828: Manual placement animation is drawn twice
Lua API:
onSpritePlacement(spriteId, centerX, centerY)
onGirderPlacement(frameIdx, centerX, centerY)
onRubberPlacement(frameIdx, centerX, centerY)
this string was untranslatable. thanks to siilimestari for pointing that out