mirror of
https://github.com/Nioux/AideDeJeu.git
synced 2025-10-29 14:35:45 +00:00
31 lines
622 B
Batchfile
31 lines
622 B
Batchfile
|
|
goto nouveau
|
|
|
|
call convertone.bat crystal_ball crystal-ball
|
|
|
|
call convertone.bat funnel funnel
|
|
|
|
call convertone.bat round_star round-star
|
|
|
|
call convertone.bat settings_knobs settings-knobs
|
|
|
|
call convertone.bat spell_book spell-book
|
|
|
|
call convertone.bat stars_stack stars-stack
|
|
|
|
call convertone.bat wooden_sign wooden-sign
|
|
|
|
call convertone.bat plain_arrow_down plain-arrow-down
|
|
|
|
call convertone.bat plain_arrow_up plain-arrow-up
|
|
|
|
call convertone.bat trash_can trash-can
|
|
|
|
rem call convertone.bat battle_axe battle-axe
|
|
|
|
:nouveau
|
|
rem call convertmain.bat battle_axe.png battle-axe.svg
|
|
|
|
call convertone.bat click click
|
|
|
|
pause
|