mirror of
https://github.com/flibitijibibo/RogueLegacy1.git
synced 2026-06-01 08:35:10 -07:00
3 lines
61 B
Batchfile
3 lines
61 B
Batchfile
for %%I in (*.fx) do (
|
|
fxc /T fx_2_0 %%I /Fo %%~nI.fxb
|
|
)
|