示例#1
0
 def hit_test(self, x, y):
   b = Thing.hit_test(self, x * TheWorld.scale, y * TheWorld.scale)
   if b:
     print "BOING"
   return b