BulbNormalMapDrawSelf.gml 219 B

12345678
  1. // Feather disable all
  2. /// @param [spriteIndex]
  3. function BulbNormalMapDrawSelf(_spriteIndex = sprite_index)
  4. {
  5. BulbNormalMapDrawSpriteExt(_spriteIndex, image_index, x, y, image_xscale, image_yscale, image_angle);
  6. }