8 releases
new 0.1.7 | Feb 14, 2025 |
---|---|
0.1.6 | Jan 31, 2025 |
0.1.5 | May 30, 2024 |
0.1.4 | Jan 17, 2024 |
0.0.0 |
|
#16 in #indicator
245 downloads per month
18MB
315K
SLoC
Playdate Crank-Indicator Alert
Requires SDK 2.1.
Optimized port of official lua version, implemented as sprite.
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.