Tweak distances

This commit is contained in:
Nicolás Badano 2015-02-19 10:36:59 -03:00
parent 043987fc93
commit 8e6600d5ec
2 changed files with 3 additions and 3 deletions

View File

@ -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)
] ]

View File

@ -1,4 +1,4 @@
//fnc_keyUp.sqf //fnc_keyUpSelfAction.sqf
#include "script_component.hpp" #include "script_component.hpp"
GVAR(keyDown) = false; GVAR(keyDown) = false;