mirror of
https://github.com/godotengine/godot.git
synced 2025-10-19 16:03:29 +00:00
-begin of export work, not done yet
-fixes to make scenes exported from godot 2.x work
This commit is contained in:
parent
9cdd364fc0
commit
d7fd86d51a
9 changed files with 367 additions and 849 deletions
|
@ -2587,6 +2587,8 @@ void GDParser::_parse_block(BlockNode *p_block,bool p_static) {
|
|||
constants.push_back(c->value);
|
||||
constant=true;
|
||||
}
|
||||
} else {
|
||||
constant=false;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue