blob: 093a16960064d6d10a02797bb6ba6d90c71777c1 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
|
<rml>
<head>
<link type="text/rcss" href="mc-styles" />
<link type="text/rcss" href="respawn-styles" />
<title>NeedRespawn</title>
</head>
<body class="body-respawn">
<strong class="mc-title" id="died">You died!</strong>
<button class="mc-button" onclick="AC.GetGameState():PerformRespawn()" id="respawn">Respawn</button>
<button class="mc-button" onclick="AC.Disconnect()" id="disconnect">Title screen</button>
</body>
</rml>
|