hteumeuleu / celeste

An unofficial port of Celeste Classic to Playdate

Home Page:https://hteumeuleu.itch.io/celeste

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add a launch animation

hteumeuleu opened this issue · comments

launchImages/

A folder of images (named 1.png, 2.png, …) that will be played as a transition animation when your game is launched. Images can contain transparency, but should all be 400 x 240 pixels. See the provided sample game Level 1-1 for an example. Before the game launch animation your game’s card image (or card-highlighted, or card-pressed image, if available) is drawn by the launcher centered on the screen, drawn in the rect (25, 43, 350, 155) so your animation should assume that image with transparent surrounding space as a starting frame.