mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Add README.md to gestures and update author URL
This commit is contained in:
parent
330977a709
commit
2d22b06150
11
addons/gestures/README.md
Normal file
11
addons/gestures/README.md
Normal 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)
|
@ -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;
|
||||
};
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user