Skip to content
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

Updated hideout.json, levels.json and maps.json #335

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

Discoded
Copy link
Contributor

@Discoded Discoded commented Feb 17, 2024

levels : The json format changed from
"1": {"exp": 0, "group": "1"}
to

"1": {
        "exp": 0,
        "group": "1"
    }

maps: Added ground-zero but unable to change the "svg" value, please check to make sure it doesnt break anything

hideout: Added missing new modules as well as updated requirements for each module. I was unable to determine how the id of each module work. So requesting for some info on this so I can set it to the proper number.

…kov.dev/

levels : The json format changed from `"1": {"exp": 0, "group": "1"}` to ```"1": {
        "exp": 0,
        "group": "1"
    }```

maps: Added ground-zero but unable to change the "svg" value, please check to make sure it doesnt break anything

hideout: Added missing new modules as well as updated requirements for each module. **I was unable to determine how the id of each module work. So requesting for some info on this so I can set it to the proper number.**
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant