From ed3b080ca6ebc4361306a786dcc2d45481ee8ed9 Mon Sep 17 00:00:00 2001 From: Poommetee Ketson Date: Sun, 11 Mar 2018 21:59:50 +0700 Subject: Fix converting to tileset crashes Godot if existing file is not tileset also make TileSetEditorPlgn tile list updates the preview modulate --- doc/classes/ItemList.xml | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) (limited to 'doc') diff --git a/doc/classes/ItemList.xml b/doc/classes/ItemList.xml index e4db5aeb84..0147887768 100644 --- a/doc/classes/ItemList.xml +++ b/doc/classes/ItemList.xml @@ -87,6 +87,15 @@ + + + + + + + Returns a [Color] modulating item's icon at the specified index. + + @@ -225,6 +234,17 @@ Set (or replace) icon of the item at the specified index. + + + + + + + + + Sets a modulating [Color] for item's icon at the specified index. + + -- cgit v1.2.3