mirror of
https://github.com/raysan5/raylib.git
synced 2026-01-21 23:07:14 -05:00
fix (#5482)
This commit is contained in:
committed by
GitHub
parent
1284d68721
commit
5b0a799769
@ -179,7 +179,7 @@ jwE50AGjLCVuS8Yt4H7OgZLKK5EKOsLviEWJSL/+0uMi7gLUSBseYwqEbXvSHCec1CJvZPyHCmYQffaB
|
||||
|
||||
<span id='controls'>
|
||||
<span><input type="button" value="📜 SOURCE CODE" onclick="location.href='https://github.com/raysan5/raylib';"/></span>
|
||||
<span><input type="button" value="🖵 FULLSCREEN" onclick="Module.requestFullscreen(false, false)"></span>
|
||||
<span><input type="button" value="🖵 FULLSCREEN" onclick="Module.canvas.requestFullscreen(false, false)"></span>
|
||||
<span><input type="button" id="btn-audio" value="🔇 MUTE" onclick="toggleAudio()"></span>
|
||||
</span>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user