I Don't Know how to add the Sprites... Everytime I add Them They Don't Work I think I need .jag files but i don't know how to convert.. So if ANYONE could help me out i would REALLY appreciate it..
Thank you for your time :s
Printable View
I Don't Know how to add the Sprites... Everytime I add Them They Don't Work I think I need .jag files but i don't know how to convert.. So if ANYONE could help me out i would REALLY appreciate it..
Thank you for your time :s
Make a .bat file and in it put
[code]
@echo off
ren *.png *.jag
ren *.gif *.jag
ren *.jpg *.jag
ren *.jpeg *.jag
echo.
echo done renameing!
pause
[/quote]
hi, im basically cleaning up the last post.
open a new notepad.
c+p:
save it as:Code:@echo off
ren *.png *.jag
ren *.gif *.jag
ren *.jpg *.jag
ren *.jpeg *.jag
echo.
echo done renameing!
pause
run and they will convert to .jagCode:converter.bat
:d
Thanks so much guys!, This really helped ^^