diff --git a/README.md b/README.md index 83c5648..39ca93e 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,6 @@ # Sagittarius +[license-shield]: https://img.shields.io/badge/LICENSE-MIT-green?style=for-the-badge +[license-url]: https://git.inpt.fr/tobgang/sagittarius/-/blob/master/LICENSE [![MIT License][license-shield]][license-url] A turn based game in wich players kill each others using bows, arrows and GRAVITY ! @@ -23,7 +25,6 @@ To export the game to a .jar file: The resulting .jar files should be in `*/build/libs/` ## TODO LIST - 1. player turn 2. kill player 3. move freely camera @@ -34,15 +35,11 @@ The resulting .jar files should be in `*/build/libs/` 8. rotating planets and moons (on themselves) 9. faire des sous-packages, sgittarius.modele, sagittarius.view, saggitarius.control ... +## Contributing +Please use [conventionnal commits](https://www.conventionalcommits.org/). + ## License Distributed under the [MIT](https://choosealicense.com/licenses/mit/) License. See `LICENSE` for more information. ## Acknowledgements * [George Prosser](https://gprosser.itch.io/sagittarius) - - - - - -[license-shield]: https://img.shields.io/badge/LICENSE-MIT-green?style=for-the-badge -[license-url]: https://git.inpt.fr/tobgang/sagittarius/-/blob/master/LICENSE \ No newline at end of file diff --git a/core/src/sagittarius/Entity.java b/core/src/sagittarius/Entity.java index 7a02771..b62d3fc 100644 --- a/core/src/sagittarius/Entity.java +++ b/core/src/sagittarius/Entity.java @@ -5,7 +5,7 @@ import com.badlogic.gdx.math.Vector2; abstract class Entity { -// ---------- ATTRIBUTs ---------- +// ---------- ATTRIBUTEs ---------- protected Vector2 position;