Skip to content

Commit

Permalink
set world visible on load
Browse files Browse the repository at this point in the history
  • Loading branch information
merryman committed Apr 24, 2024
1 parent 07abc2a commit 5575508
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
},
"lively": {
"projectDependencies": [],
"boundLivelyVersion": "acaf0fc025a77f874d9c036b7827cdcaf624afee",
"boundLivelyVersion": "c776d0f511d09064c6e27e0e76efbcfcdd5a2364",
"canUsePages": true
}
}
1 change: 1 addition & 0 deletions studio/ui.cp.js
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@ export class GalyleoStudioWorld extends LivelyWorld {
onLoad () {
super.onLoad();
// document.getElementById('loading-screen').remove();
this.opacity = 1;
}

defaultMenuItems (morph, evt) {
Expand Down

0 comments on commit 5575508

Please sign in to comment.