Skip to content

Fix manifest keys const name error in PR #27 #29

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 7 commits into from
Jan 15, 2023
3 changes: 1 addition & 2 deletions loader/mod_loader.gd
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,7 @@ const UNPACKED_DIR = "res://mods-unpacked/"
const REQUIRED_MOD_FILES = ["mod_main.gd", "manifest.json"]

# Required keys in a mod's manifest.json file
const REQUIRED_META_TAGS = [
"id",
const REQUIRED_MANIFEST_KEYS_ROOT = [
"name",
"version_number",
"website_url",
Expand Down