From 0dd7200e960b29c55ea44fa113d6d89b6ee07b2d Mon Sep 17 00:00:00 2001 From: pixelzoom Date: Mon, 16 Aug 2021 23:07:06 -0600 Subject: [PATCH] wrapper doc, https://github.com/phetsims/fourier-making-waves/issues/144 --- game-setup-example.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/game-setup-example.html b/game-setup-example.html index 36502c53..aeab2cae 100644 --- a/game-setup-example.html +++ b/game-setup-example.html @@ -193,6 +193,8 @@ /* console.log( 'Finished launching with customizations.' ); */ // BEGIN EXAMPLE ============================================================================== + // Run with http://localhost/.../fourier-making-waves/game-setup-example.html?sim=fourier-making-waves + // See https://github.com/phetsims/fourier-making-waves/issues/144 // constants, the sim requires these! const NUMBER_OF_HARMONICS = 11;