-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmod.txt
35 lines (35 loc) · 909 Bytes
/
mod.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
{
"name": "PocoRose Standalone",
"description": "",
"blt_version": 2,
"author": "",
"color": "0.52 1 0",
"version": "1",
"hooks": [
{
"hook_id": "lib/states/ingamewaitingforplayers",
"script_path": "PocoRose.lua"
},
{
"hook_id": "lib/managers/menumanager",
"script_path": "PocoRose.lua"
},
{
"hook_id": "lib/units/cameras/fpcameraplayerbase",
"script_path": "PocoRose.lua"
},
{
"hook_id": "lib/units/beings/player/states/playerstandard",
"script_path": "PocoRose.lua"
}
],
"keybinds": [
{
"keybind_id": "poco_rose_bind_standalone",
"name": "Toggle PocoRose",
"script_path": "bind.lua",
"run_in_menu": false,
"run_in_game": true
}
]
}