PROJ PAL: Difference between revisions

From EDukeWiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 1: Line 1:
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 is: [[defineprojectile]] <tile number> PROJ_PAL <number>
Syntax: defineprojectile ''<tile number>'' '''PROJ_PAL''' ''<number>''


Where <number> 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 18:04, 26 September 2009

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

Syntax: defineprojectile <tile number> PROJ_PAL <number>

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

See pal for more information about palette swaps.