Hi, I really like your game. I just wanted to tell you about a few problems I had while playing it (busg).
1: When the game starts, the screen is blank (or rather, you can only see the background), and it took me a while to realize I had to press down. In the Tuesday.js blocks, you can add a timer to the scenes before they advance to the next one. This would be useful in the first scene at the start of the game.
2: It takes a long time to load the sprites. This is Tuesday.js' fault. To avoid this, I load the sprite beforehand in a previous scene and set its opacity to 0 so it's invisible. Then, in the next scene, with the opacity at 1, the character will be there without the sprite loading delay.
The rest is super nice. I like the style, and I hope to see more of this project and future ones too.