Skip to content

ygda-org/tj-rpg

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

97 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TJ-RPG

TJ styled RPG game developed by students at YGDA.


Linting and Formatting

Uses godot-gdscript-toolkit for linting and formatting. Tested working on python 3.8.5, but should work on any version >= 3.7.

How to lint and format

  1. Install the requirements:
    pip install -r requirements.txt
  2. Stage your changes:
    git add .
  3. Lint and format your changes
    pre-commit run
  4. 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)
    

Contributing

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors