summaryrefslogtreecommitdiffhomepage
path: root/game/ui/fx_game.rml
blob: f85da273f3b09b08d017573206eac88b1ffc6d63 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<rml>
<head>
    <link type="text/rcss" href="fx_game.rcss"/>
</head>
<body>
    <div id="game-panel">
        <div class="title">GAME LAYER</div>
        <div class="note">in-world UI (3D-tilted)</div>
        <div class="note">catches GAME shaders</div>
        <div id="game-rot" class="value">rot 0.0</div>
    </div>
</body>
</rml>