mirror of
https://wiilab.wiimart.org/wiimart/SWF-Checker
synced 2025-09-02 19:41:06 +02:00
Update SWFChecker.py
This commit is contained in:
parent
dd1f369a9d
commit
3ffd182238
@ -6,7 +6,7 @@ platf = platform
|
||||
if platf == "linux" or "linux2" or "darwin":
|
||||
os.system("clear")
|
||||
elif platf == "win32":
|
||||
os.system("title SWF Checker v1.1")
|
||||
os.system("title SWF Checker v2.0")
|
||||
os.system("cls")
|
||||
|
||||
print(f"SWF Version Checker v1.1\nPython {version}")
|
||||
@ -108,4 +108,4 @@ if flashver is not None:
|
||||
if w > 700 and h > 500:
|
||||
print("WARNING: The given SWF might overlap/clip on the Wii.")
|
||||
else:
|
||||
print("The SWF should NOT overlap and/or clip on the Wii.")
|
||||
print("The SWF should NOT overlap and/or clip on the Wii.")
|
||||
|
Loading…
x
Reference in New Issue
Block a user