singe/testScripts/scene36.rml
2026-09-07 23:44:37 -05:00

46 lines
1.3 KiB
Text

<rml>
<head>
<title>scene36</title>
<link type="text/rcss" href="Singe/gui.rcss"/>
<link type="text/rcss" href="scene36.rcss"/>
</head>
<body>
<div class="crate" id="main">
<div class="inner">
<h1>GUI over the disc</h1>
<p>An RmlUi document styled by RCSS, drawn over the overlay through <span class="accent">guiDraw</span>.
The panel border is a nine slice of crate.png; the list scrolls; the bar animates from RCSS alone.</p>
<div class="row">
<div class="list" id="list">
<div>Ambush Alley</div>
<div>Blue Thunder</div>
<div>Cliff Hanger</div>
<div>Cobra Command</div>
<div>Dragon's Lair</div>
<div>Dragon's Lair II</div>
<div>Firefox</div>
<div>Freedom Fighter</div>
<div>Galaxy Ranger</div>
<div>Hydrosub 2021</div>
<div>Interstellar</div>
<div>M.A.C.H. 3</div>
<div>Mad Dog McCree</div>
<div>Road Blaster</div>
<div>Sonic Fury</div>
<div>Space Ace</div>
<div>Super Don Quixote</div>
<div>Thayer's Quest</div>
<div>Time Gal</div>
<div>Us vs Them</div>
</div>
<div class="side">
<h2>Loading</h2>
<progress direction="right" value="1" class="bar"/>
<p class="muted" id="frame">frame 0</p>
<p class="muted">The frame counter above is set every frame from the script through guiSetValue.</p>
</div>
</div>
</div>
</div>
</body>
</rml>