diff --git a/README.md b/README.md index d51292d..2249d90 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,10 @@ # CS2 Retakes -Retakes plugin written in C# for CounterStrikeSharp +CS2 implementation of retakes written in C# for CounterStrikeSharp. Based on the version for CS:GO by Splewis. + +## Share the love +If you appreciate the project then please take the time to star the repository 🙏 + +![Star us](https://github.com/b3none/gdprconsent/raw/development/.github/README_ASSETS/star_us.png) ## Features / Roadmap - [x] Bombsite selection @@ -46,10 +51,5 @@ When the plugin is first loaded it will create a `retakes_config.json` file in t | EnableBombsiteAnnouncementVoices | Whether to play the bombsite announcement voices. The volume for these values is client sided `snd_toolvolume`. | true | false | true | | EnableBombsiteAnnouncementCenter | Whether to display the bombsite in the center announcement box. | true | false | true | -## Share the love -If you appreciate the project then please take the time to star the repository. - -![Star us](https://github.com/b3none/gdprconsent/raw/development/.github/README_ASSETS/star_us.png) - ## Credits This was inspired by the [CS:GO Retakes project](https://github.com/splewis/csgo-retakes) written by [splewis](https://github.com/splewis).