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/textures_image_drawing.js | |
| parent | e6ed85e993b049a28dcc3c37bd5fadc6ab159df7 (diff) | |
| download | raylib-50bc77ed96337026604b36e4c008fecc39ebd0bb.tar.gz raylib-50bc77ed96337026604b36e4c008fecc39ebd0bb.zip | |
Improve web examples -IN PROGRESS-
Diffstat (limited to 'docs/examples/web/textures_image_drawing.js')
| -rw-r--r-- | docs/examples/web/textures_image_drawing.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/examples/web/textures_image_drawing.js b/docs/examples/web/textures_image_drawing.js index a7c9c5cb..12b8c66d 100644 --- a/docs/examples/web/textures_image_drawing.js +++ b/docs/examples/web/textures_image_drawing.js @@ -182,7 +182,7 @@ Module['FS_createPath']('/', 'resources', true, true); } } - loadPackage({"files": [{"audio": 0, "start": 0, "crunched": 0, "end": 295054, "filename": "/resources/parrots.png"}, {"audio": 0, "start": 295054, "crunched": 0, "end": 683586, "filename": "/resources/cat.png"}], "remote_package_size": 683586, "package_uuid": "0b55a7d8-679a-472e-b929-8b4a827cc116"}); + loadPackage({"files": [{"audio": 0, "start": 0, "crunched": 0, "end": 295054, "filename": "/resources/parrots.png"}, {"audio": 0, "start": 295054, "crunched": 0, "end": 683586, "filename": "/resources/cat.png"}], "remote_package_size": 683586, "package_uuid": "3d0998d2-5991-41c5-abff-c7fce726b395"}); })(); |
