PROJ PAL: Difference between revisions

From EDukeWiki
Jump to navigation Jump to search
m Added category.
No edit summary
Line 1: Line 1:
PROJ_PAL is a [[defineprojectile]] property used to set the 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:
Syntax is: [[defineprojectile]] <tile number> PROJ_PAL <number>


[[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.


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

Revision as of 18:03, 26 September 2009

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

Syntax is: defineprojectile <tile number> PROJ_PAL <number>

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

See pal for more information about palette swaps.