From 8b84638322f75e96f7220a1040652ff41fa9d06c Mon Sep 17 00:00:00 2001 From: PouleyKetchoupp Date: Tue, 5 Feb 2019 05:12:44 +0100 Subject: Add ability to flip TextureRect horizontally or vertically --- doc/classes/TextureRect.xml | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'doc/classes') diff --git a/doc/classes/TextureRect.xml b/doc/classes/TextureRect.xml index 78065afcc9..436e7989b9 100644 --- a/doc/classes/TextureRect.xml +++ b/doc/classes/TextureRect.xml @@ -22,6 +22,12 @@ The node's [Texture] resource. + + If [code]true[/code], texture is flipped horizontally. Default value: [code]false[/code]. + + + If [code]true[/code], texture is flipped vertically. Default value: [code]false[/code]. + -- cgit v1.2.3