Михаил Капелько 2 週之前
父節點
當前提交
4ded8efc8c
共有 1 個文件被更改,包括 9 次插入9 次删除
  1. +9
    -9
      v5/main-gui.py

+ 9
- 9
v5/main-gui.py 查看文件

@@ -48,15 +48,15 @@ print(cli_test_reportVictory())

ctrl = ctx_Controller(memory_createContext())
ctrl.registerFunctions([
cli_exit,
cli_goOn,
cli_greetUser,
cli_promptSecondItemSelection,
cli_reportMatchedItems,
cli_reportMismatchedItems,
cli_reportVictory,
cli_selectItem,
cli_showHelp,
# cli_exit,
# cli_goOn,
# cli_greetUser,
# cli_promptSecondItemSelection,
# cli_reportMatchedItems,
# cli_reportMismatchedItems,
# cli_reportVictory,
# cli_selectItem,
# cli_showHelp,
memory_detectMismatchedItems,
memory_detectVictory,
memory_generateConstPlayfield,


Loading…
取消
儲存