Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- def loscheck(self, target_pos):
- for obj in self.world.objs:
- #is the obj.pos + obj.radius in the line between self.pos and target_pos
- #return True
- pass
- return False
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement