Difference between revisions of "Modules/game pawn"

From MSX Game Library

< Modules

Line 1: Line 1:
 
The {{MOD|game_pawn}} module handle character rendering, collision and physics.
 
The {{MOD|game_pawn}} module handle character rendering, collision and physics.
 +
 +
This module offer several User can define a pawn (a player, an enemy or event an item),
  
 
== Dependencies ==
 
== Dependencies ==
Line 6: Line 8:
  
 
== Settings ==
 
== Settings ==
<tt>GAMEPAWN_USE_PHYSICS</tt>: Include collision and physics handling functions
+
<tt>GAMEPAWN_USE_PHYSICS</tt>: Include collision and physics handling functions.

Revision as of 14:57, 8 February 2022

The game_pawn module handle character rendering, collision and physics.

This module offer several User can define a pawn (a player, an enemy or event an item),

Dependencies

Settings

GAMEPAWN_USE_PHYSICS: Include collision and physics handling functions.