17 lines
523 B
Text
17 lines
523 B
Text
<rml>
|
|
<head>
|
|
<title>hud</title>
|
|
<link type="text/rcss" href="Singe/gui.rcss"/>
|
|
<style>
|
|
body { pointer-events: none; font-family: FreeSans; font-size: 18px; color: #f0f0f8; }
|
|
#score { position: absolute; left: 12px; top: 8px; }
|
|
#lives { position: absolute; right: 12px; top: 8px; }
|
|
#say { position: absolute; left: 0px; right: 0px; top: 200px; text-align: center; font-size: 28px; color: #ffd84a; }
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<div id="score">0</div>
|
|
<div id="lives">3</div>
|
|
<div id="say"></div>
|
|
</body>
|
|
</rml>
|