mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
a4258f3587
* Viewports * Support mem-points * Update CfgVehicles.hpp * Add some docs * Cleanup Debugging * Update addons/viewports/dev/debugPoints.sqf Co-authored-by: Dystopian <sddex@ya.ru> * Update addons/viewports/dev/debugPoints.sqf Co-authored-by: Dystopian <sddex@ya.ru> * Update addons/viewports/functions/fnc_eachFrame.sqf Co-authored-by: Filip Maciejewski <veteran29@users.noreply.github.com> * configProperties / 3den macro * Update viewports-framework.md * Update viewports-framework.md * Add compats for rhs btrs * Update addons/viewports/dev/debugPoints.sqf Co-authored-by: Drofseh <Drofseh@users.noreply.github.com> Co-authored-by: Dystopian <sddex@ya.ru> Co-authored-by: Filip Maciejewski <veteran29@users.noreply.github.com> Co-authored-by: Drofseh <Drofseh@users.noreply.github.com>
12 lines
378 B
XML
12 lines
378 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<Project name="ACE">
|
|
<Package name="Viewports">
|
|
<Key ID="STR_ACE_Viewports_addon_displayname">
|
|
<English>Viewports</English>
|
|
</Key>
|
|
<Key ID="STR_ACE_Viewports_setting_enabled_description">
|
|
<English>Allows crew to look through periscopes</English>
|
|
</Key>
|
|
</Package>
|
|
</Project>
|