-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathLostConnection_0.0.6.0.html
More file actions
37 lines (25 loc) · 1.02 KB
/
LostConnection_0.0.6.0.html
File metadata and controls
37 lines (25 loc) · 1.02 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>LostConnection 0.0.6.0</title>
<link href="styles.css" rel="stylesheet" type="text/css">
<link rel="shortcut icon" href="https://user-images.githubusercontent.com/40473939/189209762-fd44e33b-4edb-4552-bafa-d9affc764aca.png" type="image/x-icon">
</head>
<body class="patch-notes">
<h1 class="version">LostConnection 0.0.6.0</h1>
<div class="patch-notes-container">
<div class="category">UI</div>
<div class="element">Sessions</div>
<div class="note">• Updated find sessions UI</div>
</div>
<div class="patch-notes-container">
<div class="category">Gameplay</div>
<div class="element">Change weapon</div>
<div class="note">• Added changing between first and second weapons by clicking Q</div>
<div class="note">• Alternative way is using weapon selector by pressing ALT</div>
</div>
</body>
</html>