diff options
| author | Juan Linietsky | 2016-01-07 09:04:44 -0300 |
|---|---|---|
| committer | Juan Linietsky | 2016-01-07 09:07:18 -0300 |
| commit | 4e367a4b7b5daea2f6586ee4192d2e5b813d75d8 (patch) | |
| tree | d94786cf0c2b7dbc3c9101be2ebdc9f011ec238b /core/variant_parser.h | |
| parent | a0c39a4b333a2f05c9bb2ccf1be71ac8e18fc9a9 (diff) | |
| download | godot-4e367a4b7b5daea2f6586ee4192d2e5b813d75d8.tar.gz godot-4e367a4b7b5daea2f6586ee4192d2e5b813d75d8.tar.zst godot-4e367a4b7b5daea2f6586ee4192d2e5b813d75d8.zip | |
Diffstat (limited to 'core/variant_parser.h')
| -rw-r--r-- | core/variant_parser.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/core/variant_parser.h b/core/variant_parser.h index 16d576a6b..091227153 100644 --- a/core/variant_parser.h +++ b/core/variant_parser.h @@ -69,6 +69,7 @@ public: TK_COLOR, TK_COLON, TK_COMMA, + TK_PERIOD, TK_EQUAL, TK_EOF, TK_ERROR, |
