summaryrefslogtreecommitdiffstats
path: root/modules/gdscript/gdscript_parser.h
diff options
context:
space:
mode:
authorWill Nations <willnationsdev@gmail.com>2018-07-28 22:36:43 -0500
committerWill Nations <willnationsdev@gmail.com>2018-08-14 14:18:05 -0500
commit6d9cc032e71ccc768064bf908623b0954d01181c (patch)
tree1765ce220fa8329ebd7a48e611ab6db3f7655367 /modules/gdscript/gdscript_parser.h
parentb4f579b5ba8df8b8972c79a10b6d9c8b0719829f (diff)
downloadredot-engine-6d9cc032e71ccc768064bf908623b0954d01181c.tar.gz
Add custom icons to script classes.
Diffstat (limited to 'modules/gdscript/gdscript_parser.h')
-rw-r--r--modules/gdscript/gdscript_parser.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/gdscript/gdscript_parser.h b/modules/gdscript/gdscript_parser.h
index d8ee4e8159..dbe523a0b9 100644
--- a/modules/gdscript/gdscript_parser.h
+++ b/modules/gdscript/gdscript_parser.h
@@ -149,6 +149,7 @@ public:
StringName extends_file;
Vector<StringName> extends_class;
DataType base_type;
+ String icon_path;
struct Member {
PropertyInfo _export;