Browse Source

Cocos terminal stated as main process

Bastien Sevajol 6 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,6 +13,8 @@ from synergine2_xyz.move.simulation import StartMoveEvent
13 13
 
14 14
 
15 15
 class CocosTerminal(GameTerminal):
16
+    main_process = True
17
+
16 18
     subscribed_events = [
17 19
         FinishMoveEvent,
18 20
         StartMoveEvent,