Show More
Commit Description:
Only scroll after a slight delay....
Commit Description:
Only scroll after a slight delay. Wait about 1/3 of a second before beginning to scroll. Otherwise it becomes too easy to trigger by mistake when mousing over to the toolbar.
File last commit:
Show/Diff file:
Action:
SpriteFontPlus/copy_zip_package_files.bat
11 lines | 346 B | application/x-msdownload | BatchLexer
Early working version (including all dependencies, lol).
r0 rem delete existing
rmdir "ZipPackage" /Q /S
rem Create required folders
mkdir "ZipPackage"
mkdir "ZipPackage\MonoGame"
set "CONFIGURATION=Release\net45"
rem Copy output files
copy "src\bin\MonoGame\%CONFIGURATION%\SpriteFontPlus.dll" "ZipPackage\MonoGame" /Y
copy "src\bin\MonoGame\%CONFIGURATION%\SpriteFontPlus.pdb" "ZipPackage\MonoGame" /Y