Hi, I got into the sdk, it's great!
I found two small mistakes reading Inside Playdate 1.9.3
-
The description of timer.keyRepeatTimerWithDelay and the description of timer.keyRepeatTimer are the same.
-
In the entire implementation of
setBackgroundDrawingCallback
(graphics.sprite.setBackgroundDrawingCallback) it's not clear whatreturn s
does. I think it may be a typo and should bereturn bgsprite
That's all. Have a nice day !