XNA C# 2D Platformer Game

前端 未结 4 1038
悲&欢浪女
悲&欢浪女 2021-02-06 09:47

I\'m trying to make (figure out how to..) a 2d platformer in XNA.

I know how to create a tile grid and how to perform collision detection. I perform collision detection

4条回答
  •  囚心锁ツ
    2021-02-06 10:18

    Have you checked the examples in the collision serie on the XNA creators club, in particular the pixel-collision sample?

提交回复
热议问题