mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Tweak distances
This commit is contained in:
parent
043987fc93
commit
8e6600d5ec
@ -70,7 +70,7 @@ _recurseFnc = {
|
||||
[0,0,0],
|
||||
_statement,
|
||||
_condition,
|
||||
3, //distace
|
||||
10, //distace
|
||||
_children,
|
||||
GVAR(uidCounter)
|
||||
];
|
||||
@ -89,7 +89,7 @@ _actions = [[
|
||||
"Spine3",
|
||||
{ true },
|
||||
{ true },
|
||||
5,
|
||||
10,
|
||||
_actions,
|
||||
GVAR(uidCounter)
|
||||
]
|
||||
|
@ -1,4 +1,4 @@
|
||||
//fnc_keyUp.sqf
|
||||
//fnc_keyUpSelfAction.sqf
|
||||
#include "script_component.hpp"
|
||||
|
||||
GVAR(keyDown) = false;
|
||||
|
Loading…
Reference in New Issue
Block a user