コード例 #1
0
ファイル: table_eurobot2013.py プロジェクト: TLoebner/apbteam
 def add_candle (pos, level, color):
     candle = RoundObstacle (40, level)
     candle.pos = pos
     candle.color = color
     candle.state = False
     self.candles.append (candle)