Browse Source

dot not permit resize

Bastien Sevajol 7 years ago
parent
commit
0abcf2041a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      synergine2_cocos2d/gui.py

+ 1 - 1
synergine2_cocos2d/gui.py View File

738
             width=640,
738
             width=640,
739
             height=480,
739
             height=480,
740
             vsync=True,
740
             vsync=True,
741
-            resizable=True,
741
+            resizable=False
742
         )
742
         )
743
         mixer.init()
743
         mixer.init()
744
 
744