im trying to make a unistore but i dont know how to make icons for it. I have looked but no one has like ever talked about how to use it.
.t3s, inside it put:--atlas -f rgba -z auto
# file names of your images here, paths are relative to the t3s file
tex3ds -i path/to/file.t3s -o path/to/file.t3xyeah i know but how do install it? do i make the makefile?Make a text file named with the extension.t3s, inside it put:
Code:--atlas -f rgba -z auto # file names of your images here, paths are relative to the t3s file
Then open a terminal/command prompt and runtex3ds -i path/to/file.t3s -o path/to/file.t3x
https://github.com/Universal-Team/Universal-Updater/wiki/sprite-sheet
Install devkitPro pacman if you haven't already, runyeah i know but how do install it? do i make the makefile?
pacman -S tex3ds (windows)/sudo dkp-pacman -S tex3ds (macOS, most linux) to install, then you can just run it in msys2/terminalpacman -S tex3ds it says that tex3ds-2.3.0-1 is up to date -- reinstalling. I'm still unable to run the tex3ds command in msys2 or the terminal. Is there anything that I'm missing?tex3ds.exe is inside the C:\devkitPro\tools\bin folder. Adding it to my PATH made it avalible for windows terminal but not msys2. If someone comes here in the future and has this problem, try adding C:\devkitPro\tools\bin to your path.