diff options
| author | Ray <[email protected]> | 2017-04-03 23:10:27 +0200 |
|---|---|---|
| committer | Ray <[email protected]> | 2017-04-03 23:10:27 +0200 |
| commit | 50bc77ed96337026604b36e4c008fecc39ebd0bb (patch) | |
| tree | 5fb951ea469633a1b272ad82a8d3cca9a02b59a5 /docs/examples/web/text_sprite_fonts.js | |
| parent | e6ed85e993b049a28dcc3c37bd5fadc6ab159df7 (diff) | |
| download | raylib-50bc77ed96337026604b36e4c008fecc39ebd0bb.tar.gz raylib-50bc77ed96337026604b36e4c008fecc39ebd0bb.zip | |
Improve web examples -IN PROGRESS-
Diffstat (limited to 'docs/examples/web/text_sprite_fonts.js')
| -rw-r--r-- | docs/examples/web/text_sprite_fonts.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/examples/web/text_sprite_fonts.js b/docs/examples/web/text_sprite_fonts.js index c7cc9bfc..062bec02 100644 --- a/docs/examples/web/text_sprite_fonts.js +++ b/docs/examples/web/text_sprite_fonts.js @@ -183,7 +183,7 @@ Module['FS_createPath']('/resources', 'fonts', true, true); } } - loadPackage({"files": [{"audio": 0, "start": 0, "crunched": 0, "end": 26597, "filename": "/resources/fonts/custom_mecha.png"}, {"audio": 0, "start": 26597, "crunched": 0, "end": 64532, "filename": "/resources/fonts/custom_alagard.png"}, {"audio": 0, "start": 64532, "crunched": 0, "end": 88128, "filename": "/resources/fonts/custom_jupiter_crash.png"}], "remote_package_size": 88128, "package_uuid": "128b1ddd-b8bf-4bd6-a915-f86578bb01df"}); + loadPackage({"files": [{"audio": 0, "start": 0, "crunched": 0, "end": 26597, "filename": "/resources/fonts/custom_mecha.png"}, {"audio": 0, "start": 26597, "crunched": 0, "end": 64532, "filename": "/resources/fonts/custom_alagard.png"}, {"audio": 0, "start": 64532, "crunched": 0, "end": 88128, "filename": "/resources/fonts/custom_jupiter_crash.png"}], "remote_package_size": 88128, "package_uuid": "ba5b2d4c-8fe3-45e6-843e-f81fe6609614"}); })(); |
