More data plus example flavour text UI
This commit is contained in:
@@ -14,6 +14,17 @@
|
||||
</div>
|
||||
}
|
||||
|
||||
@if (Entity.Info().FlavorText != "")
|
||||
{
|
||||
<div>
|
||||
<i>@((MarkupString)Entity.Info().FlavorText)</i>
|
||||
</div>
|
||||
}
|
||||
|
||||
<div>
|
||||
Test
|
||||
</div>
|
||||
|
||||
|
||||
<div class="infoDisplayContainer">
|
||||
<div>
|
||||
@@ -64,7 +75,6 @@ else
|
||||
</div>
|
||||
}
|
||||
|
||||
|
||||
<div class="infoDisplayContainer">
|
||||
<div>
|
||||
@if (Entity.Faction() != null)
|
||||
@@ -96,8 +106,11 @@ else
|
||||
</div>
|
||||
}
|
||||
</div>
|
||||
|
||||
|
||||
</EntityDisplayComponent>
|
||||
|
||||
|
||||
<style>
|
||||
.infoDisplayContainer {
|
||||
display: flex;
|
||||
|
||||
Reference in New Issue
Block a user