Skip to content

Commit

Permalink
UI Improvements
Browse files Browse the repository at this point in the history
Fixes #2
Moved all UI classes to UI/
Made scrollbar scrollable (by fixing overlap issues)
  • Loading branch information
Jofairden committed Mar 31, 2017
1 parent 9da054e commit d46dbbe
Show file tree
Hide file tree
Showing 7 changed files with 383 additions and 276 deletions.
5 changes: 5 additions & 0 deletions TheDeconstructor.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,13 @@
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="Tiles\Deconstructor.cs" />
<Compile Include="Tools.cs" />
<Compile Include="UI\DogePanel.cs" />
<Compile Include="UI\ItemPanel.cs" />
<Compile Include="UI\UIInteractableItemPanel.cs" />
<Compile Include="UI\UIItemCubePanel.cs" />
<Compile Include="UI\UIItemSourcePanel.cs" />
<Compile Include="UI\UIRecipeBag.cs" />
<Compile Include="UI\UIRecipePanel.cs" />
</ItemGroup>
<ItemGroup>
<Content Include=".gitignore" />
Expand Down
Loading

0 comments on commit d46dbbe

Please sign in to comment.