Browse Source

Cocos terminal stated as main process

Bastien Sevajol 7 years ago
parent
commit
9845ff752d
1 changed files with 2 additions and 0 deletions
  1. 2 0
      opencombat/terminal/base.py

+ 2 - 0
opencombat/terminal/base.py View File

13
 
13
 
14
 
14
 
15
 class CocosTerminal(GameTerminal):
15
 class CocosTerminal(GameTerminal):
16
+    main_process = True
17
+
16
     subscribed_events = [
18
     subscribed_events = [
17
         FinishMoveEvent,
19
         FinishMoveEvent,
18
         StartMoveEvent,
20
         StartMoveEvent,