We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 22f366b commit 065ba81Copy full SHA for 065ba81
1 file changed
TestMenu/ExampleMenu.cs
@@ -1,4 +1,4 @@
1
-using System;
+using System;
2
using System.Collections.Generic;
3
using System.Linq;
4
using System.Text;
@@ -134,7 +134,7 @@ string ChangeCallback(MenuDynamicListItem item, bool left)
134
MenuController.BindMenuItem(menu, submenu, menuButton);
135
136
// Adding items with sprites left & right to the submenu.
137
- for (var i = 0; i < 30; i++)
+ for (var i = 0; i < 53; i++)
138
{
139
var tmpItem = new MenuItem($"Icon Sprite #{i}", "This menu item has a left and right sprite, and some also have a right label! Very cool huh?!");
140
if (i % 4 == 0)
0 commit comments