# Tips
- [[Godot - Pixel Perfect Textures]]
- [[Godot - Viewport Textures]]
## Create Textures from Images
- https://forum.godotengine.org/t/how-to-create-texture-from-image-in-editorscript/52267
## Blending Textures
- https://godotshaders.com/shader/texture-mix-example/
## Rotating Textures
Yeah for some reason there is no easy way to do this in Godot, even using [[Godot - Visual Shaders|visual shader]] nodes.
- https://github.com/Foyezes/Visual-Shader-UV-Nodes-Pack/blob/main/UVRotate.gd
# References