README
Playdate Crank-Indicator Alert
Requires SDK 2.1.
Optimized port of official lua version, implemented as sprite.
<img src="https://github.com/boozook/playdate/assets/888526/1a0cce5d-7e0b-471d-85ad-19fa1dcd9fc3" align="right">Small system-styled indicator, alerting the player that this game will use the crank.
See examples to learn how to use.
use playdate_ui_crank_indicator::CrankIndicator;
use playdate_display::DisplayScale;
use playdate_sprite::add_sprite;
let crank = CrankIndicator::new(DisplayScale::Normal)?;
add_sprite(&crank);
This software is not sponsored or supported by Panic.