Skip to content

Commit

Permalink
repro
Browse files Browse the repository at this point in the history
  • Loading branch information
cabanier committed Feb 10, 2023
1 parent 494cfb7 commit f2a6872
Show file tree
Hide file tree
Showing 19 changed files with 66,535 additions and 0 deletions.
Binary file added Build/.DS_Store
Binary file not shown.
67 changes: 67 additions & 0 deletions Build/assets/css/style.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,67 @@
body, html, #Stage {
margin: 0;
padding: 0;
width: 100%;
height: 100%;
overflow: hidden;
-ms-content-zooming: none;
-ms-touch-action: none;
touch-action: none;
}

.ios, .ios body, .ios #Stage {
overflow: visible;
}
.ios, .mob {
position: relative;
height: 100vh;
}

.GLA11y {
position: absolute;
width: 0;
height: 100%;
clip: rect(0 0 0 0);
overflow: hidden;
}

#Stage, #Stage * {
position: absolute;
user-select: none;
-moz-user-select: none;
-webkit-user-select: none;
-o-user-select: none;
-ms-user-select: none;
-webkit-tap-highlight-color: rgba(0,0,0,0);
-webkit-text-size-adjust: none;
}

#Stage * input, #Stage * textarea {
-moz-user-select: auto;
-webkit-user-select: auto;
-o-user-select: auto;
-ms-user-select: auto;
-webkit-tap-highlight-color: auto;
}

#Stage br, #Stage span {
position: relative;
}

.feature-detects {
visibility: hidden;
pointer-events: none;
position: absolute;
width: 0;
height: 100vh;
clip: rect(0 0 0 0);
}

@supports (--css: variables) and (padding: env(safe-area-inset-bottom)) {
.feature-detects {
--safe-area-inset-top: env(safe-area-inset-top);
--safe-area-inset-right: env(safe-area-inset-right);
--safe-area-inset-bottom: env(safe-area-inset-bottom);
--safe-area-inset-left: env(safe-area-inset-left);
}
}
1 change: 1 addition & 0 deletions Build/assets/data/uil.1675992195953.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{}
1 change: 1 addition & 0 deletions Build/assets/data/uil.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{}
Binary file added Build/assets/images/_scenelayout/black.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Build/assets/images/_scenelayout/mask.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Build/assets/images/_scenelayout/uv.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit f2a6872

Please sign in to comment.