Add README.md to gestures and update author URL

This commit is contained in:
jonpas 2016-03-29 16:08:33 +02:00
parent 330977a709
commit 2d22b06150
2 changed files with 12 additions and 1 deletions

11
addons/gestures/README.md Normal file
View File

@ -0,0 +1,11 @@
ace_gestures
========
Gestures system in interaction menu and keybinds.
## Maintainers
The people responsible for merging changes to this component or answering potential questions.
- [jokoho48](https://github.com/jokoho48)

View File

@ -7,7 +7,7 @@ class CfgPatches {
requiredVersion = REQUIRED_VERSION;
requiredAddons[] = {"ace_interact_menu"};
author[] = {"joko // Jonas", "Emperias", "Zigomarvin"};
authorUrl = "https://github.com/commy2/";
authorUrl = "https://github.com/jokoho48";
VERSION_CONFIG;
};
};