Difference between revisions of "Modules/game/pawn/Desc"
From MSX Game Library
(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...") |
(No difference)
|
Latest revision as of 23:35, 22 September 2025
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.