|
|
@@ -100,9 +100,9 @@ def process(c): |
|
|
|
ctrl.registerCallback(process) |
|
|
|
|
|
|
|
ctrl.set("didLaunch", True) |
|
|
|
ctrl.set("playfieldSize", 2) |
|
|
|
ctrl.set("playfieldSize", 6) |
|
|
|
|
|
|
|
ctrl.set("cellPositions", gui_aux_cellGridPositions(2)) |
|
|
|
ctrl.set("cellPositions", gui_aux_cellHarmPositions()) |
|
|
|
ctrl.set("cellSize", 25) |
|
|
|
ctrl.set("deselectMismatchedTilesDelay", 500) |
|
|
|
ctrl.set("hideMatchingTilesDelay", 500) |
|
|
|