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. | ||
− | Dependencies | + | == Dependencies == |
* {{MOD|vdp}} | * {{MOD|vdp}} | ||
* {{MOD|memory}} | * {{MOD|memory}} | ||
+ | |||
+ | == Settings == | ||
+ | <tt>GAMEPAWN_USE_PHYSICS</tt>: Include collision and physics handling functions |