-
Notifications
You must be signed in to change notification settings - Fork 3
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
[GH-599] Add crates to config #603
Conversation
config/config.exs
Outdated
# Application.app_dir(:game_backend, "priv/currencies_rules.json") | ||
# |> File.read() | ||
|
||
# config :game_backend, :currencies_config, Jason.decode!(currency_config_json) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why the move and commented out?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was an error in the playtest, i'll restore this in this pr and fix it in a pr
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Restored!
0d0fa22
Motivation
We needed crates
Waiting on: https://github.com/lambdaclass/curse_of_mirra/pull/1676
Closes #599
Summary of changes
How to test it?
Start a game and see the crates
Checklist