源战役
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

20 lines
643 B

{application, cli_simu, [
{description, "imitation client tool"},
{vsn, "0.0"},
{modules, []},
{registered, []},
{applications, [kernel, stdlib]},
{env, [
{host, "192.168.5.246"}
,{port, 9110}
,{scene,
[
% {{SceneId, X, Y, Offset}, RoleNum}
{{1001, 1613, 4226, 1000}, 100}
,{{1002, 1224, 3312, 800}, 100}
,{{1003, 1026, 3612, 900}, 100}
]
}
]},
{mod, {cli_simu, []}}
]}.