calcui-prototypes.lua 334 Bytes
-- calc-ui-prototypes.lua

data:extend({
	{
		type = "shortcut",
		name = "calcui_4func",
		order = "b[blueprints]-h[calculator-ui]",
		action = "lua",
		toggleable = true,
		icon = "__calculator-ui__/graphics/calculator.png",
		icon_size = 64,
		small_icon = "__calculator-ui__/graphics/calculator.png",
		small_icon_size = 64
	}
})