Description:
Finish moving UI.
Commit status:
[Not Reviewed]
References:
Diff options:
Comments:
0 Commit comments
0 Inline Comments
Unresolved TODOs:
There are no unresolved TODOs
|
1 | NO CONTENT: modified file, binary diff hidden |
|
1 | NO CONTENT: modified file, binary diff hidden |
@@ -14,6 +14,7 | |||
|
14 | 14 | using System.Diagnostics; |
|
15 | 15 | using static isometricparkfna.TileMap; |
|
16 | 16 | using isometricparkfna.Utils; |
|
17 | using isometricparkfna.UI; | |
|
17 | 18 | |
|
18 | 19 | |
|
19 | 20 |
@@ -48,6 +48,9 | |||
|
48 | 48 | <Compile Include="Utils\Node.cs" /> |
|
49 | 49 | <Compile Include="Dialog.cs" /> |
|
50 | 50 | <Compile Include="BudgetWindow.cs" /> |
|
51 | <Compile Include="UI\BudgetWindow.cs" /> | |
|
52 | <Compile Include="UI\DebugWindow.cs" /> | |
|
53 | <Compile Include="UI\Dialog.cs" /> | |
|
51 | 54 | </ItemGroup> |
|
52 | 55 | <ItemGroup> |
|
53 | 56 | <ProjectReference Include="..\FNA\FNA.csproj"> |
You need to be logged in to leave comments.
Login now