We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b0c5324 commit 63faaf6Copy full SHA for 63faaf6
1 file changed
src/main.py
@@ -3,6 +3,7 @@
3
#todo : fix initial crash on android due to permissions.
4
import os,sys
5
os.environ["KIVY_TEXT"] = "pil"
6
+os.environ['KIVY_GL_BACKEND'] = 'angle_sdl2'
7
from random import randint
8
from gameConfig import GameConfig
9
from kivy.config import Config
0 commit comments