From 2bbf92ad5ae7708bf18ac7ef333e9a979d8d1bde Mon Sep 17 00:00:00 2001 From: Uneven Prankster Date: Thu, 16 Nov 2023 21:12:27 -0300 Subject: Working so hard like a soldier Can't afford a thing on TV --- raylib/src/shell.html | 19 ++++++++++++------- 1 file changed, 12 insertions(+), 7 deletions(-) (limited to 'raylib/src/shell.html') diff --git a/raylib/src/shell.html b/raylib/src/shell.html index b373394..6effbca 100644 --- a/raylib/src/shell.html +++ b/raylib/src/shell.html @@ -8,24 +8,27 @@ - + + - - + + + - + + - + @@ -157,6 +160,7 @@ jwE50AGjLCVuS8Yt4H7OgZLKK5EKOsLviEWJSL/+0uMi7gLUSBseYwqEbXvSHCec1CJvZPyHCmYQffaB cursor: pointer; width: 140px; height: 50px; + margin-left: 10px; } input[type=button]:hover { @@ -173,8 +177,9 @@ jwE50AGjLCVuS8Yt4H7OgZLKK5EKOsLviEWJSL/+0uMi7gLUSBseYwqEbXvSHCec1CJvZPyHCmYQffaB
Downloading...
+ - +
@@ -319,7 +324,7 @@ jwE50AGjLCVuS8Yt4H7OgZLKK5EKOsLviEWJSL/+0uMi7gLUSBseYwqEbXvSHCec1CJvZPyHCmYQffaB else if (ctx.state == "running") ctx.suspend(); }); - if (resumed) audioBtn.value = "🔇 SUSPEND"; + if (resumed) audioBtn.value = "🔇 MUTE"; else audioBtn.value = "🔈 RESUME"; } -- cgit v1.2.3