setflags.py

来自「Ming is a library for generating Macrome」· Python 代码 · 共 33 行

PY
33
字号
cn = """Ming_setCubicThresholdMing_setScaleMing_useSWFVersionSWFRectSWFShapeSWFFillSWFDisplayItemSWFMovieSWFSpriteSWFMovieClipSWFMorphSWFMorphShapeSWFFontSWFBitmapSWFDBLBitmapJpegBitmapSWFTextSWFText2SWFTextFieldSWFSoundSWFActionSWFGradientSWFButton"""import mingfor item in [getattr(ming,x) for x in cn.split()]:    item.__allow_access_to_unprotected_subobjects__=1

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?