Almost ready!
I’ve finally finished getting a playlist together. It’s about 20 hours of awesome arranged game music! Except fir the Katawa Shoujo’s OST, everything was downloaded from http://ocremix.org/. I’ll probably play it on my desktop; this will allow me to use the laptop only for working on the entry.
My tilemap editor is still terrible (though I started to make a new one, with multiple tile select/put, nice layer visibilty options… but it’s far from complete), but it now saves the editable file using json. This is really helpful if you want to modify the tilesets (something that was really annoying to do during LD#26). Here’s a link to it, if you want to take a look/use. 
I’ve also already set up my basic project (just a empty Flash Develop project with Flixel, a web page where I’ll embed the game and my logo (also with code for displaying my logo)). It’s exactly the same structure I use every time:
project/
|assets/
| |gfx/
| |sfx/
|bin/
| |gfm_ld28.html
| |GFMLD28.swf
|lib/
| |LogoGFM.swc
|obj/
| |GFM_LD28Config.old
| |GFM_LD28Config.xml
|promo/
|src/
| |org/
| | |flixel/
| | | |…
| |Main.as
| |Preloader.as
|GFM_LD28.as3proj
|GFM_LD28.lxml
Now, the only thing left is to check if I can timelapse correctly (and at which FPS I’ll do it… probably the same as last time, since I like to keep it detailed… =X).
And then panic! xD