Adds a UI element to act as placeholder.

This commit is contained in:
Pieter-Jan Briers
2019-05-14 01:19:25 +02:00
parent 88c29abe5e
commit 96fbde3413
4 changed files with 51 additions and 0 deletions

View File

@@ -124,6 +124,7 @@
<Compile Include="GameObjects\Components\Power\PowerDebugTool.cs" />
<Compile Include="UserInterface\LobbyGui.cs" />
<Compile Include="UserInterface\NanoStyle.cs" />
<Compile Include="UserInterface\Placeholder.cs" />
<Compile Include="Utility\ResourceCacheExtensions.cs" />
<Compile Include="GameObjects\Components\Mobs\SpeciesVisualizer2D.cs" />
</ItemGroup>