how to add images into a .png files
try this: How do I upload an image file?
or, you could follow me. upload your image to assets and copy the URL. then open the console and type wget (URL)
. replace (URL)
with the URL. do CTRL+SHIFT+V
to paste the URL into the console. you should have something like this:
remove everything after the
.png
. click enter and type the command refresh
. the file should be there now!
(really sorry for the bad explanation, its really my first time answering a question in full depth)
This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.