new tiles and bugfixing

This commit is contained in:
Michele 2020-11-21 00:22:32 +00:00
parent 3d45bc532c
commit 5f5963d62d
16 changed files with 65 additions and 2873 deletions

View file

@ -1,4 +1,4 @@
/* Generated by MyraPad at 20/11/2020 14:47:42 */
/* Generated by MyraPad at 21/11/2020 00:18:48 */
using Myra.Graphics2D;
using Myra.Graphics2D.TextureAtlases;
using Myra.Graphics2D.UI;
@ -185,7 +185,7 @@ namespace Sledgemapper.UI
var verticalSplitPane1 = new VerticalSplitPane();
verticalSplitPane1.Width = 200;
verticalSplitPane1.Background = new SolidBrush("#666666FF");
verticalSplitPane1.Background = new SolidBrush("#A1A1A1FF");
verticalSplitPane1.Widgets.Add(verticalStackPanel1);
verticalSplitPane1.Widgets.Add(verticalStackPanel2);
verticalSplitPane1.Widgets.Add(verticalStackPanel3);