From 5575508cb6c32d5c402ea7ebac3d751d7b7eba22 Mon Sep 17 00:00:00 2001 From: Robin Schreiber Date: Wed, 24 Apr 2024 16:19:28 +0200 Subject: [PATCH] set world visible on load --- package.json | 2 +- studio/ui.cp.js | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 15b03a6..741aa6f 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ }, "lively": { "projectDependencies": [], - "boundLivelyVersion": "acaf0fc025a77f874d9c036b7827cdcaf624afee", + "boundLivelyVersion": "c776d0f511d09064c6e27e0e76efbcfcdd5a2364", "canUsePages": true } } \ No newline at end of file diff --git a/studio/ui.cp.js b/studio/ui.cp.js index 6f54b9d..b30f6cd 100644 --- a/studio/ui.cp.js +++ b/studio/ui.cp.js @@ -93,6 +93,7 @@ export class GalyleoStudioWorld extends LivelyWorld { onLoad () { super.onLoad(); // document.getElementById('loading-screen').remove(); + this.opacity = 1; } defaultMenuItems (morph, evt) {