Skip to content

Commit

Permalink
add spawn in in prep for menu
Browse files Browse the repository at this point in the history
  • Loading branch information
SimLoads committed Jan 27, 2024
1 parent 77fb5d5 commit 5cb6208
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
Binary file modified Build/BSP_GHOST.data
Binary file not shown.
14 changes: 7 additions & 7 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 = {
3927552: function() {return Module.webglContextAttributes.premultipliedAlpha;},
3927613: function() {return Module.webglContextAttributes.preserveDrawingBuffer;},
3927677: function() {return Module.webglContextAttributes.powerPreference;},
3927735: function() {Module['emscripten_get_now_backup'] = performance.now;},
3927790: function($0) {performance.now = function() { return $0; };},
3927838: function($0) {performance.now = function() { return $0; };},
3927886: function() {performance.now = Module['emscripten_get_now_backup'];}
3927936: function() {return Module.webglContextAttributes.premultipliedAlpha;},
3927997: function() {return Module.webglContextAttributes.preserveDrawingBuffer;},
3928061: function() {return Module.webglContextAttributes.powerPreference;},
3928119: function() {Module['emscripten_get_now_backup'] = performance.now;},
3928174: function($0) {performance.now = function() { return $0; };},
3928222: function($0) {performance.now = function() { return $0; };},
3928270: function() {performance.now = Module['emscripten_get_now_backup'];}
};


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

0 comments on commit 5cb6208

Please sign in to comment.