It happened twice to me today. I was playing DM and I shot a grenade just before the game ends. Instead of freezing in the air, it went through all the walls without exploding. I guess this is a problem with all projectiles but its hard to test.
You're right, the problem is there are plenty of features that would be great to have for a tutorial. If we delay it "until X is ready" it'll never come(edited)
Pasting text with \n in text fields doesn't work well.
The textfield enter a strange state, where it apparently takes in account the newline, displays it as a [] box character, and the caret does not match its actual position (only the X position is displayed).
Pasted strings must be sanitized
File "AppData\Local\Programs\Python\Python36-32\lib\shutil.py", line 241, in copy
copyfile(src, dst, follow_symlinks=follow_symlinks)
File "AppData\Local\Programs\Python\Python36-32\lib\shutil.py", line 120, in copyfile
with open(src, 'rb') as fsrc:
> I mean, I changed that line : dl = Python("python scripts/download.py")
> if I dont write python inside, it doesnt work
> in the function Python()
> it adds "python" in front only if its not windows
> I like the comment there
> "-- Python is usually registered for .py files in Windows"
> not for me somehow