This commit is contained in:
Anuken
2022-05-09 23:50:01 -04:00
parent 95254eef44
commit 6efca04ea8
9 changed files with 9 additions and 12 deletions

View File

@@ -27,7 +27,7 @@ public class HintsFragment{
private static final float foutTime = 0.6f;
/** All hints to be displayed in the game. */
public Seq<Hint> hints = new Seq<>().and(DefaultHint.values()).as();
public Seq<Hint> hints = new Seq<>().add(DefaultHint.values()).as();
@Nullable Hint current;
Group group = new WidgetGroup();