Skip to content

'PostMobjThinker' hook

MIDIMan requested to merge MIDIMan/SRB2:post-mobj-thinker into next

Adds a new hook that runs at the end of P_MobjThinker

srb20001

In this GIF:

  • The blue crawla's sprite is constantly being set to SPR_SPOS (the red crawla's sprite)
  • The crawla's translucency is changing without being reset every time it changes frame
  • The crawla's explosion graphic to changed to that of the old explosion graphic (using SPR_MINE)

Test Lua: PostMobjThinkerTest.lua

Edited by MIDIMan

Merge request reports