Fading now works.
This commit is contained in:
@@ -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);
|
||||
|
Reference in New Issue
Block a user