forked from tburrows13/RemoteConfiguration
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdata.lua
More file actions
44 lines (44 loc) · 927 Bytes
/
Copy pathdata.lua
File metadata and controls
44 lines (44 loc) · 927 Bytes
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
36
37
38
39
40
41
42
43
44
data:extend{
{
type = "custom-input",
name = "rc-open-gui",
key_sequence = "",
linked_game_control = "open-gui",
},
{
type = "custom-input",
name = "rc-paste-entity-settings",
key_sequence = "",
linked_game_control = "paste-entity-settings",
},
{
type = "custom-input",
name = "rc-build",
key_sequence = "",
linked_game_control = "build",
},
{
type = "custom-input",
name = "rc-rotate",
key_sequence = "",
linked_game_control = "rotate",
},
{
type = "custom-input",
name = "rc-reverse-rotate",
key_sequence = "",
linked_game_control = "reverse-rotate",
},
{
type = "custom-input",
name = "rc-mine",
key_sequence = "",
linked_game_control = "mine",
},
{
type = "custom-input",
name = "rc-shift-right-click",
key_sequence = "",
linked_game_control = "editor-remove-scripting-object",
},
}