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],
_statement,
_condition,
3, //distace
10, //distace
_children,
GVAR(uidCounter)
];
@ -89,7 +89,7 @@ _actions = [[
"Spine3",
{ true },
{ true },
5,
10,
_actions,
GVAR(uidCounter)
]

View File

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