You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-05 12:10:55 +00:00
@@ -1108,6 +1108,10 @@ Error VariantParser::parse_value(Token &token, Variant &value, Stream *p_stream,
|
|||||||
return OK;
|
return OK;
|
||||||
} else if (token.type == TK_STRING) {
|
} else if (token.type == TK_STRING) {
|
||||||
|
|
||||||
|
value = token.value;
|
||||||
|
return OK;
|
||||||
|
} else if (token.type == TK_STRING_NAME) {
|
||||||
|
|
||||||
value = token.value;
|
value = token.value;
|
||||||
return OK;
|
return OK;
|
||||||
} else if (token.type == TK_COLOR) {
|
} else if (token.type == TK_COLOR) {
|
||||||
|
|||||||
Reference in New Issue
Block a user