Fork channel

Create a new channel as a copy of main.

Rename channel

Rename main to:

Delete channel

Delete main? This cannot be undone.

mode name
drwxr-xr-x examples/
drwxr-xr-x src/
-rw-r--r-- Cargo.toml
-rw-r--r-- README.md
README

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.

<img src="https://github.com/boozook/playdate/assets/888526/1a0cce5d-7e0b-471d-85ad-19fa1dcd9fc3" align="right">

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.