-
Notifications
You must be signed in to change notification settings - Fork 4
/
future.html
42 lines (40 loc) · 1.86 KB
/
future.html
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
<!DOCTYPE html>
<html>
<head>
<title id="title">Future Additions</title>
<meta property="og:title" content="Future Additions" />
<meta property="og:site_name" content="Doom 64 Compendium" />
<meta property="og:description" content="Doom 64 Compendium documents the Doom 64 engine, its ports, and how to build content for them." />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://www.doom64.com/" />
<meta property="og:image" content="https://www.doom64.com/d64c.png" />
<meta property="og:image:width" content="1200" />
<meta property="og:image:height" content="630" />
<meta name="twitter:card" content="summary_large_image" />
<meta name="viewport" content="width=device-width,initial-scale=1">
<script src="scripts.js" type="text/JavaScript"></script>
<link rel="stylesheet" href="style.css" />
<link rel="icon" type="image/x-icon" href="favicon.svg" />
</head>
<body>
<div id="navigation"></div>
<div id="content">
<h1>Future Additions</h1>
<p>Here is a list of future additions planned for the Doom 64 Compendium.</p>
<ul>
<li>Immorpher - Do switches require A and B at the end? Or can they be 1 and 2?</li>
<li>Sector666 - "Accidentally putting two macros with the same number twice in a row (for example a macro 3 followed another macro 3) won't cause an error, but only the last macro with the same number will be used. It's as if the previous macro with the same number didn't exist</li>
<li>agony ZENITH - Void sector walls for vanishing things? View distance issue.</li>
<li>Scwiba / Jetx - Explain sector height blindness for enemies</li>
<li>Medea - Add mod loading guide</li>
<li>Immorpher - Add a guide on making custom palettes</li>
<li>Immorpher - Door and key guide</li>
<li>Immorpher - Bridge guide</li>
</ul>
</div>
<div id="footer"></div>
<script>
layout("");
</script>
</body>
</html>