1
0
mirror of https://github.com/rastapasta/mapscii.git synced 2025-07-12 20:15:01 +02:00

🎨 adding mvp hook for timeout handler

This commit is contained in:
Michael Straßburger
2017-04-30 00:05:17 +02:00
parent 309a237bda
commit fcfb090a52

@ -184,6 +184,7 @@ module.exports = class Mapscii
#@notify JSON.stringify key #@notify JSON.stringify key
_draw: -> _draw: ->
config.onDraw() if config.onDraw
@renderer @renderer
.draw @center, @zoom .draw @center, @zoom
.then (frame) => .then (frame) =>