-begin of export work, not done yet

-fixes to make scenes exported from godot 2.x work
This commit is contained in:
Juan Linietsky 2017-02-12 22:51:16 -03:00
parent 9cdd364fc0
commit d7fd86d51a
9 changed files with 367 additions and 849 deletions

View file

@ -2587,6 +2587,8 @@ void GDParser::_parse_block(BlockNode *p_block,bool p_static) {
constants.push_back(c->value);
constant=true;
}
} else {
constant=false;
}
}