diff options
| author | raysan5 <[email protected]> | 2020-09-22 13:33:34 +0200 |
|---|---|---|
| committer | raysan5 <[email protected]> | 2020-09-22 13:33:34 +0200 |
| commit | 211df39a1d71bb690fff2c8b17ced79c95351ae0 (patch) | |
| tree | 5d8faa0b8735fe3aca91b6e95733b6a8efa8fb46 /examples | |
| parent | 091231d7f311bb9c2cb696af9d560b24dc2e29d6 (diff) | |
| download | raylib.com-211df39a1d71bb690fff2c8b17ced79c95351ae0.tar.gz raylib.com-211df39a1d71bb690fff2c8b17ced79c95351ae0.zip | |
Testing debugging
Diffstat (limited to 'examples')
| -rw-r--r-- | examples/web/Makefile | 2 | ||||
| -rw-r--r-- | examples/web/models/models_first_person_maze.js | 2 | ||||
| -rw-r--r-- | examples/web/models/models_first_person_maze.wasm | bin | 178054 -> 178047 bytes |
3 files changed, 2 insertions, 2 deletions
diff --git a/examples/web/Makefile b/examples/web/Makefile index 7614e53..23eeccb 100644 --- a/examples/web/Makefile +++ b/examples/web/Makefile @@ -235,7 +235,7 @@ ifeq ($(PLATFORM),PLATFORM_WEB) # --memory-init-file 0 # to avoid an external memory initialization code file (.mem) # --preload-file resources # specify a resources folder for data compilation # --source-map-base # allow debugging in browser with source map - CFLAGS += -s USE_GLFW=3 -g4 --source-map-base https://www.raylib.com/examples/web/models/ + CFLAGS += -s USE_GLFW=3 -g4 --source-map-base https://www.raylib.com/examples/web/ # NOTE: On PLATFORM_WEB, every example requires its own flags diff --git a/examples/web/models/models_first_person_maze.js b/examples/web/models/models_first_person_maze.js index b71ba88..4fccffb 100644 --- a/examples/web/models/models_first_person_maze.js +++ b/examples/web/models/models_first_person_maze.js @@ -189,7 +189,7 @@ var Module = typeof Module !== 'undefined' ? Module : {}; } } - loadPackage({"files": [{"filename": "/resources/cubicmap.png", "start": 0, "end": 201, "audio": 0}, {"filename": "/resources/cubicmap_atlas.png", "start": 201, "end": 37426, "audio": 0}], "remote_package_size": 37426, "package_uuid": "41ddaf2d-de45-46a8-82a8-49135fa70e79"}); + loadPackage({"files": [{"filename": "/resources/cubicmap.png", "start": 0, "end": 201, "audio": 0}, {"filename": "/resources/cubicmap_atlas.png", "start": 201, "end": 37426, "audio": 0}], "remote_package_size": 37426, "package_uuid": "430a30bf-ebb8-47a8-88d7-27b7045ded4f"}); })(); diff --git a/examples/web/models/models_first_person_maze.wasm b/examples/web/models/models_first_person_maze.wasm Binary files differindex a9d9703..2376637 100644 --- a/examples/web/models/models_first_person_maze.wasm +++ b/examples/web/models/models_first_person_maze.wasm |
