File tree Expand file tree Collapse file tree
Tutorials/learn-monogame-2d/src
21-Customizing-Gum-UI/DungeonSlime/UI
22-Snake-Game-Mechanics/DungeonSlime/UI
23-Completing-The-Game/DungeonSlime/UI
24-Shaders/DungeonSlime/UI
25-Packaging-Game/DungeonSlime/UI
26-Publish-To-Itch/DungeonSlime/UI
27-Conclusion/DungeonSlime/UI Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -91,7 +91,6 @@ public OptionsSlider(TextureAtlas atlas)
9191
9292 // Create the middle track portion of the slider
9393 NineSliceRuntime middleBackground = new NineSliceRuntime ( ) ;
94- middleBackground . Dock ( Gum . Wireframe . Dock . FillVertically ) ;
9594 middleBackground . Texture = middleBackgroundRegion . Texture ;
9695 middleBackground . TextureAddress = TextureAddress . Custom ;
9796 middleBackground . TextureHeight = middleBackgroundRegion . Height ;
Original file line number Diff line number Diff line change @@ -91,7 +91,6 @@ public OptionsSlider(TextureAtlas atlas)
9191
9292 // Create the middle track portion of the slider
9393 NineSliceRuntime middleBackground = new NineSliceRuntime ( ) ;
94- middleBackground . Dock ( Gum . Wireframe . Dock . FillVertically ) ;
9594 middleBackground . Texture = middleBackgroundRegion . Texture ;
9695 middleBackground . TextureAddress = TextureAddress . Custom ;
9796 middleBackground . TextureHeight = middleBackgroundRegion . Height ;
Original file line number Diff line number Diff line change @@ -91,7 +91,6 @@ public OptionsSlider(TextureAtlas atlas)
9191
9292 // Create the middle track portion of the slider
9393 NineSliceRuntime middleBackground = new NineSliceRuntime ( ) ;
94- middleBackground . Dock ( Gum . Wireframe . Dock . FillVertically ) ;
9594 middleBackground . Texture = middleBackgroundRegion . Texture ;
9695 middleBackground . TextureAddress = TextureAddress . Custom ;
9796 middleBackground . TextureHeight = middleBackgroundRegion . Height ;
Original file line number Diff line number Diff line change @@ -91,7 +91,6 @@ public OptionsSlider(TextureAtlas atlas)
9191
9292 // Create the middle track portion of the slider
9393 NineSliceRuntime middleBackground = new NineSliceRuntime ( ) ;
94- middleBackground . Dock ( Gum . Wireframe . Dock . FillVertically ) ;
9594 middleBackground . Texture = middleBackgroundRegion . Texture ;
9695 middleBackground . TextureAddress = TextureAddress . Custom ;
9796 middleBackground . TextureHeight = middleBackgroundRegion . Height ;
Original file line number Diff line number Diff line change @@ -91,7 +91,6 @@ public OptionsSlider(TextureAtlas atlas)
9191
9292 // Create the middle track portion of the slider
9393 NineSliceRuntime middleBackground = new NineSliceRuntime ( ) ;
94- middleBackground . Dock ( Gum . Wireframe . Dock . FillVertically ) ;
9594 middleBackground . Texture = middleBackgroundRegion . Texture ;
9695 middleBackground . TextureAddress = TextureAddress . Custom ;
9796 middleBackground . TextureHeight = middleBackgroundRegion . Height ;
Original file line number Diff line number Diff line change @@ -91,7 +91,6 @@ public OptionsSlider(TextureAtlas atlas)
9191
9292 // Create the middle track portion of the slider
9393 NineSliceRuntime middleBackground = new NineSliceRuntime ( ) ;
94- middleBackground . Dock ( Gum . Wireframe . Dock . FillVertically ) ;
9594 middleBackground . Texture = middleBackgroundRegion . Texture ;
9695 middleBackground . TextureAddress = TextureAddress . Custom ;
9796 middleBackground . TextureHeight = middleBackgroundRegion . Height ;
Original file line number Diff line number Diff line change @@ -91,7 +91,6 @@ public OptionsSlider(TextureAtlas atlas)
9191
9292 // Create the middle track portion of the slider
9393 NineSliceRuntime middleBackground = new NineSliceRuntime ( ) ;
94- middleBackground . Dock ( Gum . Wireframe . Dock . FillVertically ) ;
9594 middleBackground . Texture = middleBackgroundRegion . Texture ;
9695 middleBackground . TextureAddress = TextureAddress . Custom ;
9796 middleBackground . TextureHeight = middleBackgroundRegion . Height ;
You can’t perform that action at this time.
0 commit comments