]> git.somenet.org - factorio/some-luaconsole.git/blob - data.lua
RELEASE 1.1.5 - Fixed bug introduced with the last bugfix. "game.print(game.players...
[factorio/some-luaconsole.git] / data.lua
1 data.raw["gui-style"].default["some_luaconsole_input_textbox"] = {
2     type = "textbox_style",
3     name = "some_console_input_textbox",
4     parent = "textbox",
5     minimal_width = 650,
6     minimal_height = 200,
7 }
8
9 data:extend({
10     {
11         type = "custom-input",
12         name = "some_luaconsole_toggle",
13         key_sequence = "CONTROL + RIGHTBRACKET"
14     },
15     {
16         type = "custom-input",
17         name = "some_luaconsole_exec",
18         key_sequence = "CONTROL + ENTER"
19     },
20 })