-
Methods in squidpony.squidgrid.gui.gdx with parameters of type PanelEffect.ProjectileEffect
Modifier and Type |
Method |
Description |
static com.badlogic.gdx.scenes.scene2d.Action |
PanelEffect.makeGrenadeEffect(PanelEffect.ProjectileEffect projectile,
com.badlogic.gdx.scenes.scene2d.Action result) |
Convenience method to make a ProjectileEffect or SteadyProjectileEffect take an "arc-like" path toward the
target, where it is fast at the beginning and end of its motion and is reaching the height of its arc at the
center, before triggering another Action when the projectile stops (often this might be an
PanelEffect.ExplosionEffect , but could be any scene2d Action).
|