You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Use when creating UI for a stage. This will search your ArcExplorer export folder and retrieve the relevant UI for a stage and place it in your desired workspace
7
+
Use when creating UI for a stage or fighter. This will search your ArcExplorer export folder and retrieve the relevant UI for a stage/fighter and place it in your desired workspace
#Create UI for manually if no stage/fighter name was found
259
-
defmanualUI():
253
+
defmanualUIFinished():
260
254
root.modName=root.e.get()
261
255
root.withdraw()
262
256
if (root.modName==Noneorroot.modName==""):
263
257
root.destroy()
264
258
sys.exit("no input")
265
259
getUI(True)
266
260
267
-
messagebox.showinfo(root.title(),"Could not find "+root.modType+" associated with this mod, please type in the "+root.modType+" name manually on the next window")
268
-
root.deiconify()
269
-
root.label=Label(root, text="Type in the name of the "+root.modType+" you want to destination (ie ridley,battlefield_s,etc)", anchor=N)
messagebox.showinfo(root.title(),"Could not find "+root.modType+" associated with this mod, please type in the "+root.modType+" name manually on the next window")
263
+
root.deiconify()
264
+
root.label=Label(root, text="Type in the name of the "+root.modType+" you want to destination (ie ridley,battlefield_s,etc)", anchor=N)
0 commit comments