コード例 #1
0
ファイル: Main.py プロジェクト: CurlyFri3s/Tetris
def select_block():
    b = Shapes.StraightBlock(colors["Cyan"])
    return b