Blame view

calcui-prototypes.lua 334 Bytes
3ef575ee   Stefan Wichmann   Initial checkin
1
2
3
4
5
6
7
8
9
  -- calc-ui-prototypes.lua
  
  data:extend({
  	{
  		type = "shortcut",
  		name = "calcui_4func",
  		order = "b[blueprints]-h[calculator-ui]",
  		action = "lua",
  		toggleable = true,
9d6691a6   Stefan Wichmann   Updated to Factor...
10
11
12
13
  		icon = "__calculator-ui__/graphics/calculator.png",
  		icon_size = 64,
  		small_icon = "__calculator-ui__/graphics/calculator.png",
  		small_icon_size = 64
3ef575ee   Stefan Wichmann   Initial checkin
14
  	}
9d6691a6   Stefan Wichmann   Updated to Factor...
15
  })