Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
Trema28 committed Nov 17, 2024
1 parent a45ca90 commit dd8d15e
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
Binary file modified Build/v1.0.1.data
Binary file not shown.
14 changes: 7 additions & 7 deletions Build/v1.0.1.framework.js
Original file line number Diff line number Diff line change
Expand Up @@ -1178,29 +1178,29 @@ var tempDouble;
var tempI64;

var ASM_CONSTS = {
2528356: function() {
2529924: function() {
return Module.webglContextAttributes.premultipliedAlpha;
},
2528417: function() {
2529985: function() {
return Module.webglContextAttributes.preserveDrawingBuffer;
},
2528481: function() {
2530049: function() {
return Module.webglContextAttributes.powerPreference;
},
2528539: function() {
2530107: function() {
Module["emscripten_get_now_backup"] = performance.now;
},
2528594: function($0) {
2530162: function($0) {
performance.now = function() {
return $0;
};
},
2528642: function($0) {
2530210: function($0) {
performance.now = function() {
return $0;
};
},
2528690: function() {
2530258: function() {
performance.now = Module["emscripten_get_now_backup"];
}
};
Expand Down
Binary file modified Build/v1.0.1.wasm
Binary file not shown.
6 changes: 3 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
</head>
<body>
<div id="unity-container" class="unity-desktop">
<canvas id="unity-canvas" width=960 height=600></canvas>
<canvas id="unity-canvas" width=486 height=864></canvas>
<div id="unity-loading-bar">
<div id="unity-logo"></div>
<div id="unity-progress-bar-empty">
Expand Down Expand Up @@ -93,8 +93,8 @@
} else {
// Desktop style: Render the game canvas in a window that can be maximized to fullscreen:

canvas.style.width = "960px";
canvas.style.height = "600px";
canvas.style.width = "486px";
canvas.style.height = "864px";
}

loadingBar.style.display = "block";
Expand Down

0 comments on commit dd8d15e

Please sign in to comment.