From a29365ff2a4e597bf6cb046ea6d51bfa09e1df42 Mon Sep 17 00:00:00 2001 From: Ray San Date: Fri, 20 Oct 2017 18:24:50 +0200 Subject: Updated all web examples for raylib 1.8 --- examples/web/textures/textures_raw_data.html | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) (limited to 'examples/web/textures/textures_raw_data.html') diff --git a/examples/web/textures/textures_raw_data.html b/examples/web/textures/textures_raw_data.html index 0d71bd4..d6a0dfa 100644 --- a/examples/web/textures/textures_raw_data.html +++ b/examples/web/textures/textures_raw_data.html @@ -14,18 +14,19 @@ - - + + + - + - - + + @@ -49,7 +50,7 @@ float:left; position:relative; margin:10px; - background-image:url(http://www.raylib.com/img/raylib_logo64x64.png); + background-image:url(http://www.raylib.com/common/img/raylib_logo_64x64.png); } .emscripten { padding-right: 0; margin-left: auto; margin-right: auto; display: block; } @@ -57,7 +58,7 @@ div.emscripten_border { border: 1px solid black; } /* the canvas *must not* have any border or padding, or mouse coords will be wrong */ - canvas.emscripten { border: 0px none; } + canvas.emscripten { border: 0px none; background: black; } #emscripten_logo { display: inline-block; @@ -144,7 +145,7 @@
Downloading...
- +
-- cgit v1.2.3