Prototype/UtilitySprites: Difference between revisions

From Official Factorio Wiki
Jump to navigation Jump to search
(0.18.35)
(1.0.0)
Line 28: Line 28:
** pair - [[Types/table|table]] (array) of [[Types/BoxSpecification|BoxSpecification]]
** pair - [[Types/table|table]] (array) of [[Types/BoxSpecification|BoxSpecification]]
** train_visualization - [[Types/table|table]] (array) of [[Types/BoxSpecification|BoxSpecification]]
** train_visualization - [[Types/table|table]] (array) of [[Types/BoxSpecification|BoxSpecification]]
** blueprint_snap_rectangle - [[Types/table|table]] (array) of [[Types/BoxSpecification|BoxSpecification]]
{{Prototype property/short|clouds|[[Types/Animation|Animation]]}}
{{Prototype property/short|clouds|[[Types/Animation|Animation]]}}
{{Prototype property/short|arrow_button|[[Types/Animation|Animation]]}}
{{Prototype property/short|arrow_button|[[Types/Animation|Animation]]}}
{{Prototype property/short|explosion_chart_visualization|[[Types/Animation|Animation]]}}
{{Prototype property/short|explosion_chart_visualization|[[Types/Animation|Animation]]}}
{{Prototype property/short|refresh_white|[[Types/Animation|Animation]]}}
{{Prototype property/short|refresh_white|[[Types/Animation|Animation]]}}{{Prototype property/short|battery_indicator|[[Types/Sprite|Sprite]]}}
{{Prototype property/short|battery_indicator|[[Types/Sprite|Sprite]]}}
{{Prototype property/short|battery_indicator_bar|[[Types/Sprite|Sprite]]}}
{{Prototype property/short|battery_indicator_bar|[[Types/Sprite|Sprite]]}}
{{Prototype property/short|center|[[Types/Sprite|Sprite]]}}
{{Prototype property/short|center|[[Types/Sprite|Sprite]]}}
Line 69: Line 69:
{{Prototype property/short|trash|[[Types/Sprite|Sprite]]}}
{{Prototype property/short|trash|[[Types/Sprite|Sprite]]}}
{{Prototype property/short|trash_white|[[Types/Sprite|Sprite]]}}
{{Prototype property/short|trash_white|[[Types/Sprite|Sprite]]}}
{{Prototype property/short|copy|[[Types/Sprite|Sprite]]}}
{{Prototype property/short|reassign|[[Types/Sprite|Sprite]]}}
{{Prototype property/short|warning|[[Types/Sprite|Sprite]]}}
{{Prototype property/short|warning|[[Types/Sprite|Sprite]]}}
{{Prototype property/short|warning_white|[[Types/Sprite|Sprite]]}}
{{Prototype property/short|warning_white|[[Types/Sprite|Sprite]]}}
{{Prototype property/short|list_view|[[Types/Sprite|Sprite]]}}
{{Prototype property/short|grid_view|[[Types/Sprite|Sprite]]}}
{{Prototype property/short|reference_point|[[Types/Sprite|Sprite]]}}
{{Prototype property/short|mod_dependency_arrow|[[Types/Sprite|Sprite]]}}
{{Prototype property/short|mod_dependency_arrow|[[Types/Sprite|Sprite]]}}
{{Prototype property/short|add|[[Types/Sprite|Sprite]]}}
{{Prototype property/short|add|[[Types/Sprite|Sprite]]}}
Line 137: Line 142:
{{Prototype property/short|indication_line|[[Types/Sprite|Sprite]]}}
{{Prototype property/short|indication_line|[[Types/Sprite|Sprite]]}}
{{Prototype property/short|short_indication_line|[[Types/Sprite|Sprite]]}}
{{Prototype property/short|short_indication_line|[[Types/Sprite|Sprite]]}}
{{Prototype property/short|short_indication_line_green|[[Types/Sprite|Sprite]]}}
{{Prototype property/short|slot_icon_module|[[Types/Sprite|Sprite]]}}
{{Prototype property/short|slot_icon_module|[[Types/Sprite|Sprite]]}}
{{Prototype property/short|slot_icon_armor|[[Types/Sprite|Sprite]]}}
{{Prototype property/short|slot_icon_armor|[[Types/Sprite|Sprite]]}}

Revision as of 13:01, 8 September 2020

Prototype definitions » PrototypeBase » Prototype/UtilitySprites


Sprites used by the game that are not specific to certain prototypes. Only one instance of UtilityConstants can be defined, the base uses "default" as the name, so unless the base game definition is completely removed, name will have to be "default".


Prototype/UtilitySprites — utility-sprites
See properties below in #Mandatory properties
Inherited from PrototypeBase
name::string
type::string
localised_description::LocalisedString (optional)
localised_name::LocalisedString (optional)
order::Order (optional)

Mandatory properties

Inherits all properties from PrototypeBase.

All sprites and animations are mandatory properties.