Михаил Капелько 3 달 전
부모
커밋
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,


불러오는 중...
취소
저장