diff --git a/.gitignore b/.gitignore index 3d77ffbc1..2c115b29e 100644 --- a/.gitignore +++ b/.gitignore @@ -172,3 +172,4 @@ spine-godot/example/.import spine-godot/spine_godot/*.obj *.bc spine-godot/example/.godot +spine-godot/example-v4/.godot diff --git a/spine-godot/custom.py b/spine-godot/custom.py index 946f42cf2..64d255532 100644 --- a/spine-godot/custom.py +++ b/spine-godot/custom.py @@ -26,7 +26,6 @@ module_theora_enabled = "no" module_tinyexr_enabled = "no" module_upnp_enabled = "no" module_vhacd_enabled = "no" -module_vorbis_enabled = "no" module_webm_enabled = "no" module_webp_enabled = "no" module_webrtc_enabled = "no"