diff options
author | Jonathan Moallem <jdmoallem@gmail.com> | 2020-01-30 13:38:06 +1100 |
---|---|---|
committer | Jonathan Moallem <jdmoallem@gmail.com> | 2020-01-30 13:38:06 +1100 |
commit | 1219dbfe58043616aa6b3cfa4783200b6d02813b (patch) | |
tree | 4af1317441b6fbeecb5c8d370edb7175dd5a5e90 /godot3/project.godot | |
parent | 467e23e5c575b5de2bb3b4130bba10ae085b9493 (diff) | |
download | plugin-godot-simple-crt-shader-1219dbfe58043616aa6b3cfa4783200b6d02813b.tar.gz plugin-godot-simple-crt-shader-1219dbfe58043616aa6b3cfa4783200b6d02813b.tar.bz2 plugin-godot-simple-crt-shader-1219dbfe58043616aa6b3cfa4783200b6d02813b.zip |
Converted project files for Godot 3.2 compatibility
Diffstat (limited to 'godot3/project.godot')
-rw-r--r-- | godot3/project.godot | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/godot3/project.godot b/godot3/project.godot index 403539f..78aa4cf 100644 --- a/godot3/project.godot +++ b/godot3/project.godot @@ -6,7 +6,12 @@ ; [section] ; section goes between [] ; param=value ; assign values to parameters -config_version=3 +config_version=4 + +_global_script_classes=[ ] +_global_script_class_icons={ + +} [application] |