From 020c408250e816f3d2b46d3499a28dd9ef2fed9d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Laure=CE=B7t?= Date: Thu, 8 Apr 2021 19:31:46 +0200 Subject: [PATCH] chore: README + typo --- README.md | 13 +++++-------- core/src/sagittarius/Entity.java | 2 +- 2 files changed, 6 insertions(+), 9 deletions(-) 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;