nunuhara / xsystem4

Cross-platform implementation of AliceSoft's System 4 engine
GNU General Public License v2.0
45 stars 4 forks source link

Initial implementation of TapirEngine.CalcInstance2DDetection #185

Closed kichikuou closed 1 month ago

kichikuou commented 1 month ago

This is used for collision detection between a map object and the player character. The current implementation is very simple, only performing AABB intersection tests, but it is enough to allow the player to walk around the first dungeon in Rance Quest.

nunuhara commented 1 month ago

Thanks!