Skip to content

Commit 5bade1b

Browse files
committed
! fix msg of deleted files from git
1 parent 8e58077 commit 5bade1b

35 files changed

+6
-7
lines changed

FlappyBird/build_web/index.js

+6-6
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ if (ENVIRONMENT_IS_NODE) {
3535

3636
// --pre-jses are emitted after the Module integration code, so that they can
3737
// refer to Module (if they choose; they can also define Module)
38-
// include: C:\Users\KORDEY~1\AppData\Local\Temp\tmpiqtvlq41.js
38+
// include: C:\Users\KORDEY~1\AppData\Local\Temp\tmp4rdexfjo.js
3939

4040
Module['expectedDataFileDownloads'] ??= 0;
4141
Module['expectedDataFileDownloads']++;
@@ -221,21 +221,21 @@ Module['FS_createPath']("/assets", "sprites", true, true);
221221

222222
})();
223223

224-
// end include: C:\Users\KORDEY~1\AppData\Local\Temp\tmpiqtvlq41.js
225-
// include: C:\Users\KORDEY~1\AppData\Local\Temp\tmp485wnshz.js
224+
// end include: C:\Users\KORDEY~1\AppData\Local\Temp\tmp4rdexfjo.js
225+
// include: C:\Users\KORDEY~1\AppData\Local\Temp\tmpyo25kcfy.js
226226

227227
// All the pre-js content up to here must remain later on, we need to run
228228
// it.
229229
if (Module['$ww'] || (typeof ENVIRONMENT_IS_PTHREAD != 'undefined' && ENVIRONMENT_IS_PTHREAD)) Module['preRun'] = [];
230230
var necessaryPreJSTasks = Module['preRun'].slice();
231-
// end include: C:\Users\KORDEY~1\AppData\Local\Temp\tmp485wnshz.js
232-
// include: C:\Users\KORDEY~1\AppData\Local\Temp\tmpy7tgixpl.js
231+
// end include: C:\Users\KORDEY~1\AppData\Local\Temp\tmpyo25kcfy.js
232+
// include: C:\Users\KORDEY~1\AppData\Local\Temp\tmps0e5yr2h.js
233233

234234
if (!Module['preRun']) throw 'Module.preRun should exist because file support used it; did a pre-js delete it?';
235235
necessaryPreJSTasks.forEach((task) => {
236236
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?';
237237
});
238-
// end include: C:\Users\KORDEY~1\AppData\Local\Temp\tmpy7tgixpl.js
238+
// end include: C:\Users\KORDEY~1\AppData\Local\Temp\tmps0e5yr2h.js
239239

240240

241241
// Sometimes an existing Module object exists with properties

FlappyBird/build_web/index.wasm

56 Bytes
Binary file not shown.

FlappyBird/emcc

Whitespace-only changes.

FlappyBird/tempCodeRunnerFile.bat

-1
This file was deleted.

res/fonts/flappy-bird-score-font.ttf

-5 KB
Binary file not shown.
-6.48 KB
Binary file not shown.

res/fonts/flappy-bird.ttf

-9.49 KB
Binary file not shown.

res/fonts/flappy-font.ttf

-6.48 KB
Binary file not shown.

res/sprites/0.png

-339 Bytes
Binary file not shown.

res/sprites/1.png

-336 Bytes
Binary file not shown.

res/sprites/2.png

-345 Bytes
Binary file not shown.

res/sprites/3.png

-339 Bytes
Binary file not shown.

res/sprites/4.png

-346 Bytes
Binary file not shown.

res/sprites/5.png

-345 Bytes
Binary file not shown.

res/sprites/6.png

-344 Bytes
Binary file not shown.

res/sprites/7.png

-345 Bytes
Binary file not shown.

res/sprites/8.png

-338 Bytes
Binary file not shown.

res/sprites/9.png

-343 Bytes
Binary file not shown.

res/sprites/background-day.png

-6.86 KB
Binary file not shown.

res/sprites/background-night.png

-1.08 KB
Binary file not shown.

res/sprites/base.png

-470 Bytes
Binary file not shown.

res/sprites/bluebird-downflap.png

-431 Bytes
Binary file not shown.

res/sprites/bluebird-midflap.png

-430 Bytes
Binary file not shown.

res/sprites/bluebird-upflap.png

-431 Bytes
Binary file not shown.

res/sprites/gameover.png

-758 Bytes
Binary file not shown.

res/sprites/message.png

-1.56 KB
Binary file not shown.

res/sprites/pipe-green.png

-2.47 KB
Binary file not shown.

res/sprites/pipe-red.png

-2.38 KB
Binary file not shown.

res/sprites/redbird-downflap.png

-425 Bytes
Binary file not shown.

res/sprites/redbird-midflap.png

-426 Bytes
Binary file not shown.

res/sprites/redbird-upflap.png

-425 Bytes
Binary file not shown.

res/sprites/yellowbird-downflap.png

-426 Bytes
Binary file not shown.

res/sprites/yellowbird-midflap.png

-425 Bytes
Binary file not shown.

res/sprites/yellowbird-upflap.png

-427 Bytes
Binary file not shown.

gen.bat sln_gen.bat

File renamed without changes.

0 commit comments

Comments
 (0)