PROJ PAL: Difference between revisions

From EDukeWiki
Jump to navigation Jump to search
No edit summary
Fox (talk | contribs)
No edit summary
Line 1: Line 1:
'''defineprojectile''' <tilenum> '''PROJ_PAL''' <pal>
PROJ_PAL is a [[defineprojectile]] property used to set the [[pal|palette reference (or color)]] of the projectile.
PROJ_PAL is a [[defineprojectile]] property used to set the [[pal|palette reference (or color)]] of the projectile.


Syntax: defineprojectile ''<tile number>'' '''PROJ_PAL''' ''<number>''
Where ''<pal>'' is the palette reference of the projectile.
 
Where ''<number>'' is the palette reference of the projectile.


See [[pal]] for more information about palette swaps.
See [[pal]] for more information about palette swaps.


[[Category:Projectile_structure_members]]
[[Category:Projectile_structure_members]]

Revision as of 05:24, 21 February 2020

defineprojectile <tilenum> PROJ_PAL <pal>

PROJ_PAL is a defineprojectile property used to set the palette reference (or color) of the projectile.

Where <pal> is the palette reference of the projectile.

See pal for more information about palette swaps.