Skip to content

Commit

Permalink
Make Flash screen unclickable and bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielNoord committed Sep 14, 2021
1 parent 43abd18 commit 0148219
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cookiemonsterteam/cookiemonsterframework",
"version": "0.2.1",
"version": "0.2.2",
"description": "A package with functions used in the Cookie Monste Mod Framework",
"keywords": [
"mod",
Expand Down
1 change: 1 addition & 0 deletions src/frameworkDataObject/init/createFlashScreen.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,6 @@ export default function createFlashScreen() {
WhiteScreen.style.display = 'none';
WhiteScreen.style.zIndex = '9999999999';
WhiteScreen.style.position = 'absolute';
WhiteScreen.style.pointerEvents = "none";
l('wrapper').appendChild(WhiteScreen);
}

0 comments on commit 0148219

Please sign in to comment.