commit fe28b892b2e3876ec4b59ab3a56fe273b14a6812 parent e3fc9486b4fdf896f6c924e35174e076481bb182 Author: Martin Kloeckner <mjkloeckner@gmail.com> Date: Wed, 3 Jul 2024 23:22:34 -0300 show train by default Diffstat:
M | tp/src/scene.js | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tp/src/scene.js b/tp/src/scene.js @@ -37,7 +37,7 @@ const textures = { let settings = { animationEnable: false, - showTrain: false + showTrain: true, }; function onResize() {