States.wiki
author Caironater@gmail.com
Mon, 02 Dec 2013 08:06:18 +0000
changeset 356 354c3142c562
parent 355 cf31964ba60b
child 357 b560331ed39c
permissions -rw-r--r--
Change the gstWinner comment to make more sense.

States hedgehogs can be in (see http://code.google.com/p/hedgewars/source/browse/hedgewars/uConsts.pas#195 for a current
list).
{{{
        gstDrowning
        gstHHDriven
        gstMoving
        gstAttacked
        gstAttacking
        gstCollision
        gstHHChooseTarget
        gstHHJumping
        gsttmpFlag
        gstHHThinking
        gstNoDamage
        gstHHHJump
        gstAnimation
        gstHHDeath
        gstWinner // this, along with gstLoser, is good for indicating hedgies know they did well or screwed up
        gstWait
        gstNotKickable
        gstLoser
        gstHHGone
}}}