Blame view

calcui-prototypes.lua 339 Bytes
3ef575ee   Stefan Wichmann   Initial checkin
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
  -- calc-ui-prototypes.lua
  
  data:extend({
  	{
  		type = "shortcut",
  		name = "calcui_4func",
  		order = "b[blueprints]-h[calculator-ui]",
  		action = "lua",
  		toggleable = true,
  		icon =
  		{
  			filename = "__calculator-ui__/graphics/calculator.png",
  			priority = "extra-high-no-scale",
  			size = 64,
  			scale = 1,
  			flags = {"icon"}
  		}
  	}
  })