mirror of
https://github.com/Faraphel/Atlas-Install.git
synced 2025-07-12 23:58:22 +02:00
added note about MenuSingle_?.szs
This commit is contained in:
parent
6e3396ccd5
commit
ef5ab72131
1 changed files with 1 additions and 0 deletions
|
@ -21,6 +21,7 @@ def patch_file(self):
|
|||
self.patch_img_desc()
|
||||
self.patch_image(fc)
|
||||
for file in glob.glob(self.path_mkwf+"/files/Scene/UI/MenuSingle_?.szs"): self.patch_bmg(file)
|
||||
# MenuSingle could be any other file, Common and Menu are all the same in all other files.
|
||||
self.patch_autoadd()
|
||||
if self.patch_track(tracks, total_track) != 0: return
|
||||
|
||||
|
|
Loading…
Reference in a new issue