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],
|
[0,0,0],
|
||||||
_statement,
|
_statement,
|
||||||
_condition,
|
_condition,
|
||||||
3, //distace
|
10, //distace
|
||||||
_children,
|
_children,
|
||||||
GVAR(uidCounter)
|
GVAR(uidCounter)
|
||||||
];
|
];
|
||||||
@ -89,7 +89,7 @@ _actions = [[
|
|||||||
"Spine3",
|
"Spine3",
|
||||||
{ true },
|
{ true },
|
||||||
{ true },
|
{ true },
|
||||||
5,
|
10,
|
||||||
_actions,
|
_actions,
|
||||||
GVAR(uidCounter)
|
GVAR(uidCounter)
|
||||||
]
|
]
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
//fnc_keyUp.sqf
|
//fnc_keyUpSelfAction.sqf
|
||||||
#include "script_component.hpp"
|
#include "script_component.hpp"
|
||||||
|
|
||||||
GVAR(keyDown) = false;
|
GVAR(keyDown) = false;
|
||||||
|
Loading…
Reference in New Issue
Block a user