We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da54244 commit e483d9aCopy full SHA for e483d9a
articles/tutorials/building_2d_games/21_customizing_gum_ui/snippets/optionsslider.cs
@@ -41,7 +41,7 @@ public OptionsSlider(TextureAtlas atlas)
41
topLevelContainer.Height = 55f;
42
topLevelContainer.Width = 264f;
43
44
- TextureRegion backgroundRegion = atlas.GetRegion("slider-background");
+ TextureRegion backgroundRegion = atlas.GetRegion("panel-background");
45
46
// Create the background panel that contains everything
47
NineSliceRuntime background = new NineSliceRuntime();
0 commit comments