Skip to content
This repository has been archived by the owner on Jun 25, 2024. It is now read-only.

Commit

Permalink
change: MusicOffline by default
Browse files Browse the repository at this point in the history
I would probably recommend people to use offline over realtime tbh
  • Loading branch information
0b5vr committed Jul 7, 2023
1 parent 91d6f2e commit 60383a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ if ( import.meta.env.DEV ) {

// == prod kickstarter =============================================================================
if ( !import.meta.env.DEV ) {
document.body.innerHTML = 'resolution: <select><option>640x360</option><option>960x540</option><option>1280x720</option><option selected>1920x1080</option><option>2560x1440</option><option>3840x2160</option></select><br>music: <select><option>realtime</option><option>offline</option></select><br><input type="checkbox" checked /> Show Code<br><button>fullscreen (click this first)</button><br><button>start</button><br>1920x1080 is intended';
document.body.innerHTML = 'resolution: <select><option>640x360</option><option>960x540</option><option>1280x720</option><option selected>1920x1080</option><option>2560x1440</option><option>3840x2160</option></select><br>music: <select><option>offline</option><option>realtime</option></select><br><input type="checkbox" checked /> Show Code<br><button>fullscreen (click this first)</button><br><button>start</button><br>1920x1080 is intended';

const select = document.querySelectorAll( 'select' );
const inputs = document.querySelectorAll( 'input' );
Expand Down

0 comments on commit 60383a4

Please sign in to comment.