Package com.github.yellowstonegames.glyph
package com.github.yellowstonegames.glyph
-
ClassesClassDescriptionA simple Actor that carries with it just one
longof glyph info and aFontto show that glyph with.Stores a sparse map of (unmoving) glyphs by their positions, as a dense grid of background colors, and potentially Actors that can move around and perform Actions.Actiontypes that operate on potentially multipleGlyphGridcells.A variant onGridAction.ExplosionActionthat uses continuous noise to remove a set of cells from the affected area that changes over time.A GridAction that draws a blast of changing background colors in a given radius, potentially avoiding changing the colors of solid obstacles defined by aGridAction.ExplosionAction.lightMap.An effect that acts like anGridAction.ExplosionAction, but instead of changing the background colors, this changes the foreground glyph to a randomly-selected character fromGridAction.GibberishAction.choices.A variant onGridAction.ExplosionActionthat shows waves of different colors extend in circles from the center of the burst.Changes the color tint of one or more cells on a GlyphGrid for some amount of time.SupplementalActionclasses and methods to augmentActions.Just likeParallelAction, but if given null Action items, it ignores them.Executes a number of actions one at a time.A simple wrapper around a digitalInterpolations.Interpolatorso it can act as a libGDXInterpolation.