It is now possible to name layers of different kinds!

This commit is contained in:
Juan Linietsky 2017-01-10 22:20:57 -03:00
parent 80b733a33a
commit 4338c90163
20 changed files with 90 additions and 44 deletions

View file

@ -2668,7 +2668,7 @@ void GDParser::_parse_class(ClassNode *p_class) {
if (tokenizer->get_token()==GDTokenizer::TK_IDENTIFIER && tokenizer->get_token_identifier()=="FLAGS") {
current_export.hint=PROPERTY_HINT_ALL_FLAGS;
//current_export.hint=PROPERTY_HINT_ALL_FLAGS;
tokenizer->advance();
if (tokenizer->get_token()==GDTokenizer::TK_PARENTHESIS_CLOSE) {