Fading now works.

This commit is contained in:
2019-04-15 20:25:36 -05:00
parent 4bb5c4ce95
commit 53000e6a6c
3 changed files with 33 additions and 14 deletions

View File

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