Esempio n. 1
0
 def anglecopy(fn):
     copyfile("renpy/gl/" + fn, "renpy/angle/" + fn, "DEF ANGLE = False", "DEF ANGLE = True")
Esempio n. 2
0
def anglecopy(fn):
    if android:
        return

    copyfile("renpy/gl/" + fn, "renpy/angle/" + fn, "DEF ANGLE = False", "DEF ANGLE = True")
Esempio n. 3
0
 def anglecopy(fn):
     copyfile("renpy/gl/" + fn, "renpy/angle/" + fn, "DEF ANGLE = False",
              "DEF ANGLE = True")
Esempio n. 4
0
def anglecopy(fn):
    if android:
        return

    copyfile("renpy/gl/" + fn, "renpy/angle/" + fn, "DEF ANGLE = False",
             "DEF ANGLE = True")