To remove .tmp
files (Windows Godot bug):
Get-ChildItem -Recurse -Filter *.tmp | Remove-Item -Force
A modified version of the popular 1980 Atari game Centipede built in MIPS Assembly.
GDScriptMIT
To remove .tmp
files (Windows Godot bug):
Get-ChildItem -Recurse -Filter *.tmp | Remove-Item -Force