summaryrefslogtreecommitdiff
path: root/tools/shader_editor/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'tools/shader_editor/index.html')
-rw-r--r--tools/shader_editor/index.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/tools/shader_editor/index.html b/tools/shader_editor/index.html
index de22117..5aff71f 100644
--- a/tools/shader_editor/index.html
+++ b/tools/shader_editor/index.html
@@ -36,7 +36,7 @@ body {
width: 100%;
height: 100%;
background: #000;
- display: block;
+ object-fit: contain;
}
.fps-counter {
@@ -248,10 +248,10 @@ body {
<div class="control-group">
<label>Resolution:
<select id="resolution">
- <option value="512x512">512×512</option>
- <option value="1024x1024" selected>1024×1024</option>
+ <option value="1280x720" selected>1280×720</option>
<option value="1920x1080">1920×1080</option>
- <option value="1280x720">1280×720</option>
+ <option value="1024x576">1024×576</option>
+ <option value="960x540">960×540</option>
</select>
</label>
</div>