Scroll progress and cleanup.

This commit is contained in:
2019-05-29 22:19:17 -05:00
parent c52283295a
commit 9b05f5aedb
2 changed files with 11 additions and 7 deletions

View File

@@ -64,7 +64,6 @@ namespace TestGame
uIScrollable = new UIScrollable(skin);
uIScrollable.Width = 256;
uIScrollable.Height = 256;
uIScrollable.HideScrollBars = true;
logoImage = new Image(logo);
uIScrollable.AddModules(logoImage);