Beispiel #1
0
	def __draw_goal(self, goal, color):
		if goal:
			draw.circle(self.window, color, c2s(goal), 3)