forked from aarextiaokhiao/NG-plus-3
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathhowto.html
More file actions
18 lines (17 loc) · 967 Bytes
/
howto.html
File metadata and controls
18 lines (17 loc) · 967 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<head>
<title>How to play</title>
<link rel='stylesheet' type='text/css' href='stylesheets/howto.css'>
<link rel="icon" type="image/png" href="images/icon.png">
</head>
<body style="padding: 10px 10%" onload="onLoad()">
<h1 style="text-align: center">HOW TO PLAY</h1>
<button onclick='showPriorFeatures()' class="storebtn" id="showfeatures" style="display: none">Show prior features</button>
<button onclick='showLayerColors()' class="storebtn" id="layercolors" style="display: none">Colors: Tabs</button>
<button onclick='showSpoilers()' class="storebtn" id="showspoilers" style="display: none">Show spoilers</button>
<hr>
<div id="how_to_div">Loading...</div>
<a href="http://antimatter-dimensions.fandom.com/wiki/Guide">NG= Guide</a> (up to Time Dilation) |
<a id='ngp3guide' href="https://ng-plus-plus-plus.fandom.com/wiki/Guide">NG+++ Guide</a>
</body>
<script src='javascripts/utils/helper.js'></script>
<script src='javascripts/howto.js'></script>