TJ styled RPG game developed by students at YGDA.
Uses godot-gdscript-toolkit for linting and formatting.
Tested working on python 3.8.5, but should work on any version >= 3.7.
- Install the requirements:
pip install -r requirements.txt
- Stage your changes:
git add . - Lint and format your changes
pre-commit run
- Make changes according to output
misc/MarkovianPCG.gd:96: Error: Function argument name "aOrigin" is not valid (function-argument-name) misc/MarkovianPCG.gd:96: Error: Function argument name "aPos" is not valid (function-argument-name)
To contribute, fork this repo and create a PR with your changes. Please summarize your changes concisely in the PR for review. Follow instructions for linting and formating to make sure your code looks pretty.