1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-10 13:00:37 +00:00

Updated import_textures (markdown)

reduz
2014-09-29 14:08:02 -07:00
parent a9b056bf48
commit 117b22d228

@@ -3,7 +3,7 @@
### Do NOT to import them in most cases.
In most cases you **don't** want images imported when dealing with 2D and GUI. Just copy them to the filesystem. Read the tutorial on [dealing with image files](image_files) before continuing!
For 3D, textures are always imported by the 3D scene importer. The flags and options are the same as here, so reading the rest of the document might help too.
For 3D, textures are always imported by the 3D scene importer, so importing those is only useful when importing a texture used for 3D that doesn't come with the 3D scene (for example, in a shader). The flags and options are the same as here, so reading the rest of the document might help too.
### OK you _might_ want to import them.