Last updated:
0 purchases
flame digit
Component for displaying numbers from texture. Compatible with Flame.
Usage #
import 'package:flame_digit/flame_digit.dart';
main() {
var image = await Flame.images.load('spritesheet.png');
digitComponent = DigitComponent(image, tileSize: 32, scale: 1);
}
copied to clipboard
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.