From 8b912d11152410302f45eaa117c19b7016d781f5 Mon Sep 17 00:00:00 2001 From: Juan Linietsky Date: Sun, 8 Jan 2017 02:04:53 -0300 Subject: -Fix bugs related to PoolVector crashes -Added ability to request nodes using $Name in GDScript :) --- modules/gdscript/gd_tokenizer.h | 1 + 1 file changed, 1 insertion(+) (limited to 'modules/gdscript/gd_tokenizer.h') diff --git a/modules/gdscript/gd_tokenizer.h b/modules/gdscript/gd_tokenizer.h index 38b677ca7a..18e5547d36 100644 --- a/modules/gdscript/gd_tokenizer.h +++ b/modules/gdscript/gd_tokenizer.h @@ -123,6 +123,7 @@ public: TK_PERIOD, TK_QUESTION_MARK, TK_COLON, + TK_DOLLAR, TK_NEWLINE, TK_CONST_PI, TK_ERROR, -- cgit v1.2.3