Skip to content

Artillery shell is missing extra explosion sprites #33

Description

@drogoganor

The artillery shells only have one explosion sprite eofarex0/eoiarex0, but it has additional explosion effects as defined in Animate.txt:

;HellStorm Artillery
DefineExplosionType(eofarex0_explosion)
{
  PlayAnimation(0 1 0 eofarex1_animation opaque)
  PlayAnimation(0 1 0 eofarex0_animation translucentB1)
  PlayAnimation(0 3 3 lite2_animation light)
}

;Scarab
DefineExplosionType(eoiarex0_explosion)
{
  PlayAnimation(0 3 3 eoiarex0_animation opaque)
  PlayAnimation(0 3 3 eoiarex1_animation opaque)
  PlayAnimation(15 3 3 eoiarex2_animation opaque)
}

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions