How do I make the player move once and then stop for a bit when it reaches a 'Tile'

后端 未结 0 1125
面向向阳花
面向向阳花 2021-01-15 11:27
class TileModel:
pixel = 64
gap = 5
x1 = 400
x2 = x1 + pixel + gap
x3 = x2 + pixel + gap
x4 = x3 + pixel + gap
x5 = x4 + pixel + gap
x6 = x5 + pixel + gap
x7 = x6 +          


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题