diff options
author | Henrique Lacreta Alves <henriquelalves@gmail.com> | 2020-02-02 13:55:54 -0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-02-02 13:55:54 -0300 |
commit | 42080db6952467fcdf9acbe651a122e387e5321f (patch) | |
tree | 456653ed816c90c6051ef2f459fa5cd34610478a /godot3/project.godot | |
parent | c3515366650c07c061b790bb523613f4eacbaede (diff) | |
parent | 3a73a96c38b6b23c6c6681f0cc73c388b413b1f6 (diff) | |
download | plugin-godot-simple-crt-shader-42080db6952467fcdf9acbe651a122e387e5321f.tar.gz plugin-godot-simple-crt-shader-42080db6952467fcdf9acbe651a122e387e5321f.tar.bz2 plugin-godot-simple-crt-shader-42080db6952467fcdf9acbe651a122e387e5321f.zip |
Merge pull request #7 from J-Mo63/master
Updated compatibility for the 3.x project with Godot 3.2
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] |