Difference between revisions of "Modules/game pawn/Desc"

From MSX Game Library

< Modules‎ | game pawn

(Created page with "The {{MOD|game_pawn}} module handle character animation, rendering, collision and physics. This module offer several structures the user can use to configure a pawn (a player...")
 
 
Line 2: Line 2:
  
 
This module offer several structures the user can use to configure a pawn (a player, an enemy or any moving object) for rendering (multi-layers and flip/flap) and movement.
 
This module offer several structures the user can use to configure a pawn (a player, an enemy or any moving object) for rendering (multi-layers and flip/flap) and movement.
 +
 +
Once the pawn has been configured, functions can be used to change its state (action, position, etc.) and an update function can be used to apply these changes and display them on the screen.

Latest revision as of 18:35, 18 April 2024

The game_pawn module handle character animation, rendering, collision and physics.

This module offer several structures the user can use to configure a pawn (a player, an enemy or any moving object) for rendering (multi-layers and flip/flap) and movement.

Once the pawn has been configured, functions can be used to change its state (action, position, etc.) and an update function can be used to apply these changes and display them on the screen.