Skip to content

Commit

Permalink
C# MenuExample: Added SetMouse Example
Browse files Browse the repository at this point in the history
  • Loading branch information
manups4e committed Nov 16, 2023
1 parent f5bf99b commit 3d45962
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions MenuExample/MenuExample.cs
Expand Up @@ -36,10 +36,10 @@ public async void ExampleMenu()
exampleMenu.BuildingAnimation = MenuBuildingAnimation.LEFT_RIGHT;
exampleMenu.AnimationType = MenuAnimationType.BACK_INOUT;
exampleMenu.ScrollingType = ScrollingType.CLASSIC;
exampleMenu.Enabled3DAnimations = true;
exampleMenu.SetMouse(true, false, true, false, false);

//exampleMenu.CounterColor = HudColor.HUD_COLOUR_PINK;
// let's add the menu to the Pool

#region Menu Declaration

#region Big Message
Expand Down

0 comments on commit 3d45962

Please sign in to comment.