Prototype/ItemWithLabel

From Official Factorio Wiki
Revision as of 09:47, 12 July 2016 by Rseding91 (talk | contribs) (Created page with "== Optional properties == === default_label_color === The default label color the item will use or if not provided it uses the game default item text color. default_label_c...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Optional properties

default_label_color

The default label color the item will use or if not provided it uses the game default item text color.

 default_label_color = {r=1, g=1, b=0, a=1}

draw_label_for_cursor_render

If true, the item will draw its label when held in the cursor in place of the item count. Defaults to false if not defined.

 draw_label_for_cursor_render = true