We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Custom Wars Design Document - [1.0] Units https://github.com/ctomni231/cwtactics/wiki/Custom-Wars-Tactics---Core-Document#10-unit-list
We need a data driven way to represent unit tiles within the system. We've pretty much already accomplished this before in CWT Alpha 0.35. You can see this here: https://github.com/ctomni231/cwtactics/blob/gh-pages/0_3_5/mod/cwt/units.json
A similar structure for the updated version will be helpful. We can either choose to store this in code, traits, or as separated JSON files.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Custom Wars Design Document - [1.0] Units
https://github.com/ctomni231/cwtactics/wiki/Custom-Wars-Tactics---Core-Document#10-unit-list
We need a data driven way to represent unit tiles within the system. We've pretty much already accomplished this before in CWT Alpha 0.35. You can see this here:
https://github.com/ctomni231/cwtactics/blob/gh-pages/0_3_5/mod/cwt/units.json
A similar structure for the updated version will be helpful. We can either choose to store this in code, traits, or as separated JSON files.
The text was updated successfully, but these errors were encountered: