-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathLostConnection_0.2.2.0.html
More file actions
81 lines (53 loc) · 2.25 KB
/
LostConnection_0.2.2.0.html
File metadata and controls
81 lines (53 loc) · 2.25 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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
<!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.2.2.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.2.2.0</h1>
<div class="patch-notes-container">
<div class="category">Engine</div>
<div class="element">Unreal Engine 5</div>
<div class="note">• Move game to Unreal Engine 5</div>
</div>
<div class="patch-notes-container">
<div class="category">UI</div>
<div class="element">Escape navigation</div>
<div class="note">• Escape key has few contexts of using</div>
<div class="note">• You can press escape to close top level menu</div>
<div class="note">• You can press escape to open escape menu if all top level menus are closed</div>
<div class="element">Framerate</div>
<div class="note">• Add framerate counter</div>
<div class="element">Network latency</div>
<div class="note">• Add network latency</div>
</div>
<div class="patch-notes-container">
<div class="category">Loot</div>
<div class="element">Ammo droping</div>
<div class="note">• Added ammo droping from enemies</div>
</div>
<div class="patch-notes-container">
<div class="category">Environment</div>
<div class="element">Collision</div>
<div class="note">• Added phys mat to room meshes</div>
<div class="note">• Added room exit</div>
<div class="note">• Fixed SN4K3's head flying through environment</div>
<div class="note">• Fixed shooting through walls</div>
</div>
<div class="patch-notes-container">
<div class="category">Maps</div>
<div class="element">Rooms</div>
<div class="note">• Add rooms generation after full wave clear</div>
</div>
<div class="patch-notes-container">
<div class="category">Visual</div>
<div class="element">Visual artifacts</div>
<div class="note">• Fixed some visual artifacts</div>
</div>
</body>
</html>