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

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

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