how do I make an asset?
I have been learning to code for a while but I never learned how to make an asset
how do I make an asset?
I have been learning to code for a while but I never learned how to make an asset
Do you mean an asset, or an assert?
One is a file that contains data your program might use.
The other is a check to make sure some condition is true.
Asset for retexturing objects
In that case, the asset is probably an image file that can be used as a texture. Many programs exist that can make image files. Processing can do it with the save()
function. See here: save() \ Language (API) \ Processing 3+
Without more details about what you are specifically trying to do, it’s unlikely anyone can help you more.
Yeah, broad question here
You can draw textures in MS Paint or wherever
Check out https://opengameart.org/
you can load any image or sound in processing and use as texture