Skip to content

Commit 065ba81

Browse files
committed
Add new icons to the icons submenu in TestMenu
1 parent 22f366b commit 065ba81

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

TestMenu/ExampleMenu.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
using System;
1+
using System;
22
using System.Collections.Generic;
33
using System.Linq;
44
using System.Text;
@@ -134,7 +134,7 @@ string ChangeCallback(MenuDynamicListItem item, bool left)
134134
MenuController.BindMenuItem(menu, submenu, menuButton);
135135

136136
// Adding items with sprites left & right to the submenu.
137-
for (var i = 0; i < 30; i++)
137+
for (var i = 0; i < 53; i++)
138138
{
139139
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?!");
140140
if (i % 4 == 0)

0 commit comments

Comments
 (0)