All Downloads are FREE. Search and download functionalities are using the official Maven repository.

indigo.shared.animation.AnimationKey.scala Maven / Gradle / Ivy

The newest version!
package indigo.shared.animation

import indigo.shared.dice.Dice

opaque type AnimationKey = String

object AnimationKey:
  inline def apply(key: String): AnimationKey = key
  inline def fromDice(dice: Dice): AnimationKey =
    dice.rollAlphaNumeric

  extension (a: AnimationKey) inline def toString: String = a




© 2015 - 2024 Weber Informatics LLC | Privacy Policy