6 releases
0.1.5 | May 30, 2024 |
---|---|
0.1.4 | Jan 17, 2024 |
0.1.3 | Nov 21, 2023 |
0.1.2 | Oct 10, 2023 |
0.0.0 |
|
#14 in #playdate-sdk
366 downloads per month
5.5MB
117K
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.