Species info in Guidebook and at chargen (#25844)
* guidebook pages defined * species info button in character profile editor * if current species has no guidebook page then open the parent page * skrek * destroying evidence of secret vox plot * icon size adjustment, no icon if guidebook page for species does not exist * finished pages * additional info * weh
This commit is contained in:
@@ -1392,6 +1392,14 @@ namespace Content.Client.Stylesheets
|
||||
.Prop(Control.StylePropertyModulateSelf, Color.FromHex("#753131")),
|
||||
// ---
|
||||
|
||||
// Profile Editor
|
||||
Element<TextureButton>().Class("SpeciesInfoDefault")
|
||||
.Prop(TextureButton.StylePropertyTexture, resCache.GetTexture("/Textures/Interface/VerbIcons/information.svg.192dpi.png")),
|
||||
|
||||
Element<TextureButton>().Class("SpeciesInfoWarning")
|
||||
.Prop(TextureButton.StylePropertyTexture, resCache.GetTexture("/Textures/Interface/info.svg.192dpi.png"))
|
||||
.Prop(Control.StylePropertyModulateSelf, Color.FromHex("#eeee11")),
|
||||
|
||||
// The default look of paper in UIs. Pages can have components which override this
|
||||
Element<PanelContainer>().Class("PaperDefaultBorder")
|
||||
.Prop(PanelContainer.StylePropertyPanel, paperBackground),
|
||||
|
||||
Reference in New Issue
Block a user