2023-11-11 23:42:07 +01:00
|
|
|
<rml>
|
|
|
|
<head>
|
|
|
|
<title>Launcher</title>
|
|
|
|
<link type="text/rcss" href="rml.rcss"/>
|
2023-12-29 22:49:26 +01:00
|
|
|
<link type="text/rcss" href="recomp.rcss"/>
|
2023-11-11 23:42:07 +01:00
|
|
|
<style>
|
|
|
|
body
|
|
|
|
{
|
|
|
|
width: 100%;
|
|
|
|
height: 100%;
|
|
|
|
}
|
|
|
|
</style>
|
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<div id="window">
|
2024-01-07 22:33:22 +01:00
|
|
|
<div class="launcher">
|
|
|
|
<div class="launcher__vertical-split">
|
|
|
|
<div class="launcher__title-quadrant">
|
|
|
|
<button class="subtitle-title" disabled>
|
|
|
|
<div><h3>Zelda 64: Recompiled</h3></div>
|
|
|
|
<div><h1>Ocarina of Time</h1></div>
|
|
|
|
<div class="subtitle-title__disclaimer">Coming Soon™</div>
|
|
|
|
</button>
|
|
|
|
</div>
|
|
|
|
<div class="launcher__content-quadrant"></div>
|
|
|
|
</div>
|
|
|
|
<div class="launcher__vertical-split launcher__vertical-split--right">
|
|
|
|
<div class="launcher__title-quadrant launcher__title-quadrant--right">
|
|
|
|
<button class="subtitle-title subtitle-title--right" selected>
|
|
|
|
<div><h3>Zelda 64: Recompiled</h3></div>
|
|
|
|
<div><h1>Majora's Mask</h1></div>
|
|
|
|
</button>
|
|
|
|
</div>
|
|
|
|
<div class="launcher__content-quadrant">
|
|
|
|
<button onclick="start_game" class="menu-list-item menu-list-item--right" autofocus>
|
|
|
|
<div class="menu-list-item__bullet">•</div>
|
|
|
|
<div class="menu-list-item__label">Start game</div>
|
|
|
|
</button>
|
|
|
|
<button class="menu-list-item menu-list-item--right">
|
|
|
|
<div class="menu-list-item__bullet">•</div>
|
|
|
|
<div class="menu-list-item__label">Setup controls</div>
|
|
|
|
</button>
|
|
|
|
<button class="menu-list-item menu-list-item--right">
|
|
|
|
<div class="menu-list-item__bullet">•</div>
|
|
|
|
<div class="menu-list-item__label">Settings</div>
|
|
|
|
</button>
|
|
|
|
<button class="menu-list-item menu-list-item--right">
|
|
|
|
<div class="menu-list-item__bullet">•</div>
|
|
|
|
<div class="menu-list-item__label">Exit</div>
|
|
|
|
</button>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
2023-11-11 23:42:07 +01:00
|
|
|
</div>
|
|
|
|
</body>
|
|
|
|
</rml>
|