From d77e427ad407cf2fa732a384b1088cd9401e2d6c Mon Sep 17 00:00:00 2001 From: pixelzoom Date: Thu, 14 Sep 2023 16:21:04 -0600 Subject: [PATCH] TODO https://github.com/phetsims/area-builder/issues/127, https://github.com/phetsims/tasks/issues/1129 --- js/game/view/StartGameLevelNode.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/js/game/view/StartGameLevelNode.js b/js/game/view/StartGameLevelNode.js index d3989b9..905526b 100644 --- a/js/game/view/StartGameLevelNode.js +++ b/js/game/view/StartGameLevelNode.js @@ -3,7 +3,8 @@ /** * A node that pretty much fills the screen and that allows the user to select the game level that they wish to play. * - * TODO: This was copied from Balancing Act, used for fast proto, should be replaced with generalized version. https://github.com/phetsims/tasks/issues/1129 + * TODO https://github.com/phetsims/area-builder/issues/127 This was copied from Balancing Act, used for fast proto, + * should be replaced with generalized version. * * @author John Blanco */