This is what happens in my Tetris game right now:J块的hitbox是60x40,即使实际图像编辑器中没有任何内容,它也被视为一个命中框。意思是,J块右上方的两个不可见方块在hitbox中计数,我想将其排除。
This is the spritesheet seen in the photo editor -- GIMP.
我尝试复制并粘贴来自this example的代码,但python立即窃听并说:“没有名为math的模块”。我正在使用python 2.7& pygame 1.9.1。
我有所有代码的粘贴代码... mcve是主要的代码。
`https://pastebin.com/Zze42KmZ`
`https://pastebin.com/q5rEpk3e`
`https://pastebin.com/ChGvrMu8`
`https://pastebin.com/ppb3cREL`
如何排除hitbox中的方块?谢谢你,我为吮吸而道歉。