Skip to content

BattletechModders/CustomUnitsDecorator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

defines CustomComponent 
DecoratorComponent which makes certain component icon be visible above unit icon, left side, up to three icons
		"DecoratorComponent":{
			"Text":"S",               - text above component icon (only first two characters used)
			"Color":"#FF0000FF",      - color for an icon, #RGBA, if omitted default component color used
			"Icon":"C3Systems",       - icon to be displayed, if omitted component icon from description is used
			"Importance": 0           - components with higher Importance goes first (upper)
		}
Each component can have up to three icons in row:
		"DecoratorComponent":[
			{
				"Text":"S",               
				"Color":"#FF0000FF",      
				"Icon":"C3Systems",       
				"Importance": 0           
			},
			{
				"Text":"T",               
				"Color":"#FFFF00FF",      
				"Icon":"C3Systems",       
				"Importance": 0           
			}
		]

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages