示例#1
0
 def anglecopy(fn):
     copyfile("renpy/gl/" + fn, "renpy/angle/" + fn, "DEF ANGLE = False", "DEF ANGLE = True")
示例#2
0
文件: setup.py 项目: Neurone/renpy
def anglecopy(fn):
    if android:
        return

    copyfile("renpy/gl/" + fn, "renpy/angle/" + fn, "DEF ANGLE = False", "DEF ANGLE = True")
示例#3
0
文件: setup.py 项目: the-cc-dev/renpy
 def anglecopy(fn):
     copyfile("renpy/gl/" + fn, "renpy/angle/" + fn, "DEF ANGLE = False",
              "DEF ANGLE = True")
示例#4
0
def anglecopy(fn):
    if android:
        return

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