diff --git a/mods/text.js b/mods/text.js index 6d1a012e..1918f1fb 100644 --- a/mods/text.js +++ b/mods/text.js @@ -66,7 +66,7 @@ elements.text = { textToPlace = prompt("Input Text\n(Previous element = Text's element)", textToPlace); textElement = previousValidTextElement; }, - tick: function() { + tick: function(pixel) { if (pixel.start == pixelTicks) { deletePixel(pixel.x, pixel.y); drawText(font, textToPlace, { @@ -678,4 +678,4 @@ var font = { "#", "#", ], -}; \ No newline at end of file +};