Skip to content

Commit

Permalink
lol
Browse files Browse the repository at this point in the history
  • Loading branch information
JordanSantiagoYT committed Nov 15, 2024
1 parent 25c2572 commit 77a9e5c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion assets/preload/gameRenders/renderlol.bat
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,11 @@ echo what would you like to name your rendered video?
set /p "renderName="

echo.
echo what is the framerate of your images/video?
echo what is the framerate of your images/video? (defaults to 60)
set /p "vidFPS="

if "%vidFPS%"=="" set "vidFPS=60"

echo.
echo lastly, are you rendering your video in a lossless format? (y/n, default n, makes the renderer find pngs instead of jpgs)
set /p "useLossless="
Expand Down

0 comments on commit 77a9e5c

Please sign in to comment.