Skip to content

Commit

Permalink
add portrait ui
Browse files Browse the repository at this point in the history
  • Loading branch information
SimLoads committed Jan 29, 2024
1 parent ba8f228 commit 84cbe1b
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
Binary file modified Build/BSP_GHOST.data
Binary file not shown.
20 changes: 10 additions & 10 deletions Build/BSP_GHOST.framework.js
Original file line number Diff line number Diff line change
Expand Up @@ -1994,13 +1994,13 @@ var tempI64;
// === Body ===

var ASM_CONSTS = {
3930448: function() {return Module.webglContextAttributes.premultipliedAlpha;},
3930509: function() {return Module.webglContextAttributes.preserveDrawingBuffer;},
3930573: function() {return Module.webglContextAttributes.powerPreference;},
3930631: function() {Module['emscripten_get_now_backup'] = performance.now;},
3930686: function($0) {performance.now = function() { return $0; };},
3930734: function($0) {performance.now = function() { return $0; };},
3930782: function() {performance.now = Module['emscripten_get_now_backup'];}
3959984: function() {return Module.webglContextAttributes.premultipliedAlpha;},
3960045: function() {return Module.webglContextAttributes.preserveDrawingBuffer;},
3960109: function() {return Module.webglContextAttributes.powerPreference;},
3960167: function() {Module['emscripten_get_now_backup'] = performance.now;},
3960222: function($0) {performance.now = function() { return $0; };},
3960270: function($0) {performance.now = function() { return $0; };},
3960318: function() {performance.now = Module['emscripten_get_now_backup'];}
};


Expand Down Expand Up @@ -16769,6 +16769,9 @@ var dynCall_iiij = Module["dynCall_iiij"] = createExportWrapper("dynCall_iiij");
/** @type {function(...*):?} */
var dynCall_iiiiiifffiiifiii = Module["dynCall_iiiiiifffiiifiii"] = createExportWrapper("dynCall_iiiiiifffiiifiii");

/** @type {function(...*):?} */
var dynCall_viiif = Module["dynCall_viiif"] = createExportWrapper("dynCall_viiif");

/** @type {function(...*):?} */
var dynCall_fiiiif = Module["dynCall_fiiiif"] = createExportWrapper("dynCall_fiiiif");

Expand Down Expand Up @@ -16802,9 +16805,6 @@ var dynCall_vfff = Module["dynCall_vfff"] = createExportWrapper("dynCall_vfff");
/** @type {function(...*):?} */
var dynCall_f = Module["dynCall_f"] = createExportWrapper("dynCall_f");

/** @type {function(...*):?} */
var dynCall_viiif = Module["dynCall_viiif"] = createExportWrapper("dynCall_viiif");

/** @type {function(...*):?} */
var dynCall_ff = Module["dynCall_ff"] = createExportWrapper("dynCall_ff");

Expand Down
Binary file modified Build/BSP_GHOST.wasm
Binary file not shown.

0 comments on commit 84cbe1b

Please sign in to comment.