2023-12-29 22:49:26 +01:00
|
|
|
<rml>
|
|
|
|
<head>
|
|
|
|
<link type="text/rcss" href="rml.rcss"/>
|
|
|
|
<link type="text/rcss" href="recomp.rcss"/>
|
|
|
|
<title>Inventory</title>
|
|
|
|
<style>
|
|
|
|
body
|
|
|
|
{
|
|
|
|
width: 100%;
|
|
|
|
height: 100%;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* Hide the window icon. */
|
|
|
|
div#title_bar div#icon
|
|
|
|
{
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
.flex-grid {
|
|
|
|
display: flex;
|
|
|
|
}
|
|
|
|
.col {
|
|
|
|
flex: 1;
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
#tab_graphics:selected {
|
2023-12-31 01:03:57 +01:00
|
|
|
nav-down:#res_auto;
|
2023-12-29 22:49:26 +01:00
|
|
|
}
|
|
|
|
</style>
|
|
|
|
</head>
|
|
|
|
<body class="window">
|
|
|
|
<!-- <handle move_target="#document"> -->
|
|
|
|
<div id="window" style="display:flex; flex-flow: column; text-align:center; background-color:rgba(0,0,0,0)">
|
|
|
|
<div style="flex:1 1 auto">
|
|
|
|
<tabset>
|
|
|
|
<tab id="tab_graphics" autofocus>Graphics</tab>
|
2024-01-01 06:09:14 +01:00
|
|
|
<panel data-model="graphics_model">
|
2023-12-29 22:49:26 +01:00
|
|
|
<form>
|
2023-12-31 01:03:57 +01:00
|
|
|
<div class="option_container">
|
|
|
|
<div class="option_row">
|
|
|
|
<div class="option">
|
2024-01-01 06:09:14 +01:00
|
|
|
<label class="option_title">Resolution</label><br/>
|
2023-12-31 01:03:57 +01:00
|
|
|
<hr/>
|
|
|
|
<div class="option_list">
|
2024-01-01 06:09:14 +01:00
|
|
|
<input type="radio" name="resolution" data-checked="res_option" value="Original" id="res_original"/>
|
2023-12-31 01:03:57 +01:00
|
|
|
<label for="res_original">Original</label>
|
2024-01-01 06:09:14 +01:00
|
|
|
<input type="radio" name="resolution" data-checked="res_option" value="Original2x" id="res_2x" style="nav-down:#ar_expand"/>
|
2023-12-31 01:03:57 +01:00
|
|
|
<label for="res_2x">Original 2x</label>
|
2024-01-01 06:09:14 +01:00
|
|
|
<input type="radio" name="resolution" data-checked="res_option" value="Auto" id="res_auto" style="nav-down:#ar_expand"/>
|
2023-12-31 01:03:57 +01:00
|
|
|
<label for="res_auto">Auto</label>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<div class="option">
|
2024-01-01 06:09:14 +01:00
|
|
|
<label class="option_title">Window Mode</label><br/>
|
2023-12-31 01:03:57 +01:00
|
|
|
<hr/>
|
|
|
|
<div class="option_list">
|
2024-01-01 06:09:14 +01:00
|
|
|
<input type="radio" name="windowmode" data-checked="wm_option" value="Windowed" id="wm_windowed" style="nav-down:#msaa_none"/>
|
2023-12-31 01:03:57 +01:00
|
|
|
<label for="wm_windowed">Windowed</label>
|
2024-01-01 06:09:14 +01:00
|
|
|
<input type="radio" name="windowmode" data-checked="wm_option" value="Fullscreen" id="wm_fullscreen" style="nav-right:none"/>
|
2023-12-31 01:03:57 +01:00
|
|
|
<label for="wm_fullscreen">Fullscreen</label>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<div class="option_row">
|
|
|
|
<div class="option">
|
2024-01-01 06:09:14 +01:00
|
|
|
<label class="option_title">Aspect Ratio</label><br/>
|
2023-12-31 01:03:57 +01:00
|
|
|
<hr/>
|
|
|
|
<div class="option_list">
|
2024-01-01 06:09:14 +01:00
|
|
|
<input type="radio" name="aspectratio" data-checked="ar_option" value="Original" id="ar_original" style="nav-left:none"/>
|
2023-12-31 01:03:57 +01:00
|
|
|
<label for="ar_original">Original</label>
|
2024-01-01 06:09:14 +01:00
|
|
|
<input type="radio" name="aspectratio" data-checked="ar_option" value="Expand" id="ar_expand" style="nav-up:#res_2x"/>
|
2023-12-31 01:03:57 +01:00
|
|
|
<label for="ar_expand">Expand</label>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<div class="option">
|
2024-01-01 06:09:14 +01:00
|
|
|
<label class="option_title">MS Anti-Aliasing</label><br/>
|
2023-12-31 01:03:57 +01:00
|
|
|
<hr/>
|
|
|
|
<div class="option_list">
|
2024-01-01 06:09:14 +01:00
|
|
|
<input type="radio" name="antialiasing" data-checked="msaa_option" value="None" id="msaa_none" style="nav-up:#wm_windowed;nav-down:#rr_manual"/>
|
2023-12-31 01:03:57 +01:00
|
|
|
<label for="msaa_none">None</label>
|
2024-01-01 06:09:14 +01:00
|
|
|
<input type="radio" name="antialiasing" data-checked="msaa_option" value="MSAA2X" id="msaa_2x" style="nav-down:#rr_manual"/>
|
2023-12-31 01:03:57 +01:00
|
|
|
<label for="msaa_2x">2x</label>
|
2024-01-01 06:09:14 +01:00
|
|
|
<input type="radio" name="antialiasing" data-checked="msaa_option" value="MSAA4X" id="msaa_4x" style="nav-down:#rr_manual"/>
|
2023-12-31 01:03:57 +01:00
|
|
|
<label for="msaa_4x">4x</label>
|
2024-01-01 06:09:14 +01:00
|
|
|
<input type="radio" name="antialiasing" data-checked="msaa_option" value="MSAA8X" id="msaa_8x" style="nav-right:none;nav-down:#rr_manual"/>
|
2023-12-31 01:03:57 +01:00
|
|
|
<label for="msaa_8x">8x</label>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
<div class="option_row">
|
|
|
|
<div class="option">
|
2024-01-01 06:09:14 +01:00
|
|
|
<label class="option_title">Framerate</label><br/>
|
2023-12-31 01:03:57 +01:00
|
|
|
<hr/>
|
2024-01-01 06:09:14 +01:00
|
|
|
<div class="option_list">
|
|
|
|
<input type="radio" name="refreshrate" data-checked="rr_option" value="Original" id="rr_original" style="nav-up:#ar_expand"/>
|
2023-12-31 01:03:57 +01:00
|
|
|
<label for="rr_original">Original</label>
|
2024-01-01 06:09:14 +01:00
|
|
|
<input type="radio" name="refreshrate" data-checked="rr_option" value="Display" id="rr_display" style="nav-up:#ar_expand"/>
|
2023-12-31 01:03:57 +01:00
|
|
|
<label for="rr_display">Display</label>
|
2024-01-01 06:09:14 +01:00
|
|
|
<input type="radio" name="refreshrate" data-checked="rr_option" value="Manual" id="rr_manual" style="nav-up:#msaa_none;nav-right:none"/>
|
2023-12-31 01:03:57 +01:00
|
|
|
<label for="rr_manual">Manual</label>
|
2024-01-01 06:09:14 +01:00
|
|
|
</div>
|
|
|
|
<div data-if="rr_option=='Manual'" class="option_list" style="padding:10dp">
|
|
|
|
<input id="rr_manual_input" type="range" min="20" max="1000" style="flex:1;margin-left:30dp;margin-right:30dp;nav-up:auto;nav-down:auto;" data-value="rr_manual_value"/>
|
|
|
|
<label style="flex:0 0 50dp">{{rr_manual_value}}</label>
|
2023-12-31 01:03:57 +01:00
|
|
|
</div>
|
|
|
|
</div>
|
2023-12-29 22:49:26 +01:00
|
|
|
</div>
|
2024-01-01 06:09:14 +01:00
|
|
|
|
|
|
|
<button nav-return="rr_manual" style="margin-top:10dp;margin-left:auto;margin-right:auto;width:100dp" data-attrif-disabled="!options_changed" onclick="apply_options">Apply</button>
|
2023-12-29 22:49:26 +01:00
|
|
|
</div>
|
|
|
|
</form>
|
|
|
|
</panel>
|
|
|
|
<tab>Controls</tab>
|
|
|
|
<panel>
|
|
|
|
</panel>
|
|
|
|
<tab>Sound</tab>
|
|
|
|
<panel>
|
|
|
|
</panel>
|
|
|
|
</tabset>
|
|
|
|
</div>
|
|
|
|
<div style="flex:0 1 80dp;display:flex; justify-content: space-between; width:100%; max-width:800dp; align-self:center;">
|
|
|
|
<label style="text-align:center; font-size:24dp;"><span style="font-family:promptfont; font-size:40dp">␤␫</span><span style="font-size:24dp;">Navigate</span></label>
|
|
|
|
<label style="text-align:center; font-size:24dp;"><span style="font-family:promptfont; font-size:40dp">␮</span><span style="font-size:24dp;">Accept</span></label>
|
|
|
|
<label style="text-align:center; font-size:24dp;"><span style="font-family:promptfont; font-size:40dp">␯</span><span style="font-size:24dp;">Exit</span></label>
|
|
|
|
<!-- <label><span style="font-family:promptfont;">⇳</span> Navigate</label>
|
|
|
|
<label><span style="font-family:promptfont;">↧</span> Accept</label> -->
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<!-- </handle> -->
|
|
|
|
<!-- <handle size_target="#document" style="position: absolute; width: 16dp; height: 16dp; bottom: 0px; right: 0px; cursor: resize;"></handle> -->
|
|
|
|
</body>
|
|
|
|
</rml>
|