Skip to content

Commit 994a9dd

Browse files
committed
Experimental version of Speedy Blupi 2013 were added - 60 FPS, 120 FPS and 144 FPS
1 parent ad0333d commit 994a9dd

11 files changed

Lines changed: 20844 additions & 7 deletions
24 MB
Binary file not shown.

SpeedyBlupi2013120FPS/WindowsPhoneSpeedyBlupi.js

Lines changed: 10213 additions & 0 deletions
Large diffs are not rendered by default.
15.5 MB
Binary file not shown.

SpeedyBlupi2013120FPS/index.html

Lines changed: 202 additions & 0 deletions
Large diffs are not rendered by default.
24 MB
Binary file not shown.

SpeedyBlupi2013144FPS/WindowsPhoneSpeedyBlupi.js

Lines changed: 10213 additions & 0 deletions
Large diffs are not rendered by default.
15.5 MB
Binary file not shown.

SpeedyBlupi2013144FPS/index.html

Lines changed: 202 additions & 0 deletions
Large diffs are not rendered by default.

SpeedyBlupi201360FPS/WindowsPhoneSpeedyBlupi.js

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ var ENVIRONMENT_IS_SHELL = !ENVIRONMENT_IS_WEB && !ENVIRONMENT_IS_NODE && !ENVIR
7171

7272
// --pre-jses are emitted after the Module integration code, so that they can
7373
// refer to Module (if they choose; they can also define Module)
74-
// include: /tmp/tmpamgma08s.js
74+
// include: /tmp/tmpcvaq9y35.js
7575

7676
if (!Module['expectedDataFileDownloads']) Module['expectedDataFileDownloads'] = 0;
7777
Module['expectedDataFileDownloads']++;
@@ -208,14 +208,14 @@ Module['FS_createPath']("/", "worlds", true, true);
208208

209209
})();
210210

211-
// end include: /tmp/tmpamgma08s.js
212-
// include: /tmp/tmp9u8yzdvz.js
211+
// end include: /tmp/tmpcvaq9y35.js
212+
// include: /tmp/tmpz0wzd91x.js
213213

214214
// All the pre-js content up to here must remain later on, we need to run
215215
// it.
216216
if ((typeof ENVIRONMENT_IS_WASM_WORKER != 'undefined' && ENVIRONMENT_IS_WASM_WORKER) || (typeof ENVIRONMENT_IS_PTHREAD != 'undefined' && ENVIRONMENT_IS_PTHREAD) || (typeof ENVIRONMENT_IS_AUDIO_WORKLET != 'undefined' && ENVIRONMENT_IS_AUDIO_WORKLET)) Module['preRun'] = [];
217217
var necessaryPreJSTasks = Module['preRun'].slice();
218-
// end include: /tmp/tmp9u8yzdvz.js
218+
// end include: /tmp/tmpz0wzd91x.js
219219
// include: /rv/data/development/github.com/openeggbert/mobile-eggbert/cmake/web/pre.js
220220
// pre.js - executed before the Emscripten Module is initialized.
221221
// Mounts IDBFS at /save so that IsolatedStorage writes (SpeedyBlupi save file)
@@ -258,13 +258,13 @@ window.addEventListener('beforeunload', function () {
258258
}
259259
});
260260
// end include: /rv/data/development/github.com/openeggbert/mobile-eggbert/cmake/web/pre.js
261-
// include: /tmp/tmp78zpt94w.js
261+
// include: /tmp/tmp61lcfe58.js
262262

263263
if (!Module['preRun']) throw 'Module.preRun should exist because file support used it; did a pre-js delete it?';
264264
necessaryPreJSTasks.forEach((task) => {
265265
if (Module['preRun'].indexOf(task) < 0) throw 'All preRun tasks that exist before user pre-js code should remain after; did you replace Module or modify Module.preRun?';
266266
});
267-
// end include: /tmp/tmp78zpt94w.js
267+
// end include: /tmp/tmp61lcfe58.js
268268

269269

270270
var arguments_ = [];
-3 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)