Skip to content

Commit

Permalink
move puzzle ctrl fields
Browse files Browse the repository at this point in the history
  • Loading branch information
ornicar committed Dec 20, 2023
1 parent 92dd852 commit 901914b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ui/puzzle/src/ctrl.ts
Original file line number Diff line number Diff line change
Expand Up @@ -54,14 +54,14 @@ export default class PuzzleCtrl implements ParentCtrl {
node: Tree.Node;
nodeList: Tree.Node[];
mainline: Tree.Node[];
initialPath: Tree.Path;
initialNode: Tree.Node;
pov: Color;
mode: 'play' | 'view' | 'try';
round?: PuzzleRound;
justPlayed?: Key;
resultSent: boolean;
lastFeedback: 'init' | 'fail' | 'win' | 'good' | 'retry';
initialPath: Tree.Path;
initialNode: Tree.Node;
canViewSolution = toggle(false);
autoScrollRequested: boolean;
autoScrollNow: boolean;
Expand Down

0 comments on commit 901914b

Please sign in to comment.