From 533e026f9c36813a6a47a5fe5e551043e8f37268 Mon Sep 17 00:00:00 2001 From: toger5 Date: Mon, 9 Jul 2018 16:31:34 +0200 Subject: mention load in texture class --- doc/classes/Texture.xml | 1 + 1 file changed, 1 insertion(+) (limited to 'doc/classes') diff --git a/doc/classes/Texture.xml b/doc/classes/Texture.xml index 3d3ceca150..eb7cfac87b 100644 --- a/doc/classes/Texture.xml +++ b/doc/classes/Texture.xml @@ -5,6 +5,7 @@ A texture works by registering an image in the video hardware, which then can be used in 3D models or 2D [Sprite] or GUI [Control]. + Textures are often created by loading them from a file. See [method @GDScript.load]. -- cgit v1.2.3