CIIIIIIIV
This commit is contained in:
parent
7f6a0458d1
commit
4ea4c696a6
8 changed files with 14 additions and 6 deletions
|
@ -9,7 +9,7 @@
|
|||
<nav>
|
||||
<a href="./index.html">Main</a>
|
||||
<a href="./sandbox.html">Sandbox</a>
|
||||
<a href="./game.html">Game</a>
|
||||
<a href="./map.html">Game</a>
|
||||
<a href="./rules.html">Rules</a>
|
||||
<a href="./questions.html">Questions</a>
|
||||
<a href="./spawn.html">Spawn</a>
|
||||
|
|
|
@ -8,12 +8,20 @@
|
|||
<script src="./resources/frameworks/jquery-3.2.1.min.js" type="text/javascript"></script>
|
||||
<script src="./resources/game/tutorial.js" type="text/javascript"></script>
|
||||
<link rel="stylesheet" href="resources/global/style.css">
|
||||
|
||||
<!-- Leaflet Interactive Map -->
|
||||
<link rel="stylesheet" href="https://unpkg.com/leaflet@1.0.3/dist/leaflet.css"
|
||||
integrity="sha512-07I2e+7D8p6he1SIM+1twR5TIrhUQn9+I6yjqD53JQjFiMf8EtC93ty0/5vJTZGF8aAocvHYNEDJajGdNx1IsQ=="
|
||||
crossorigin=""/>
|
||||
<script src="https://unpkg.com/leaflet@1.0.3/dist/leaflet.js"
|
||||
integrity="sha512-A7vV8IFfih/D732iSSKi20u/ooOfj/AGehOKq0f4vLT1Zr2Y+RX7C+w8A1gaSasGtRUZpF/NZgzSAu4/Gc41Lg=="
|
||||
crossorigin=""></script>
|
||||
</head>
|
||||
<body>
|
||||
<nav>
|
||||
<a href="./index.html">Main</a>
|
||||
<a href="./sandbox.html">Sandbox</a>
|
||||
<a href="./game.html">Game</a>
|
||||
<a href="./map.html">Game</a>
|
||||
<a href="./rules.html">Rules</a>
|
||||
<a href="./questions.html">Questions</a>
|
||||
<a href="./spawn.html">Spawn</a>
|
|
@ -12,7 +12,7 @@
|
|||
<nav>
|
||||
<a href="./index.html">Main</a>
|
||||
<a href="./sandbox.html">Sandbox</a>
|
||||
<a href="./game.html">Game</a>
|
||||
<a href="./map.html">Game</a>
|
||||
<a href="./rules.html">Rules</a>
|
||||
<a href="./questions.html">Questions</a>
|
||||
<a href="./spawn.html">Spawn</a>
|
||||
|
|
BIN
resources/questions/images/biome_map_full_10.png
Normal file
BIN
resources/questions/images/biome_map_full_10.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 2.2 MiB |
BIN
resources/questions/images/reddit.PNG
Normal file
BIN
resources/questions/images/reddit.PNG
Normal file
Binary file not shown.
After Width: | Height: | Size: 9.2 KiB |
|
@ -9,7 +9,7 @@
|
|||
<nav>
|
||||
<a href="./index.html">Main</a>
|
||||
<a href="./sandbox.html">Sandbox</a>
|
||||
<a href="./game.html">Game</a>
|
||||
<a href="./map.html">Game</a>
|
||||
<a href="./rules.html">Rules</a>
|
||||
<a href="./questions.html">Questions</a>
|
||||
<a href="./spawn.html">Spawn</a>
|
||||
|
|
|
@ -11,7 +11,7 @@
|
|||
<nav>
|
||||
<a href="./index.html">Main</a>
|
||||
<a href="./sandbox.html">Sandbox</a>
|
||||
<a href="./game.html">Game</a>
|
||||
<a href="./map.html">Game</a>
|
||||
<a href="./rules.html">Rules</a>
|
||||
<a href="./questions.html">Questions</a>
|
||||
<a href="./spawn.html">Spawn</a>
|
||||
|
|
|
@ -15,7 +15,7 @@
|
|||
<nav>
|
||||
<a href="./index.html">Main</a>
|
||||
<a href="./sandbox.html">Sandbox</a>
|
||||
<a href="./game.html">Game</a>
|
||||
<a href="./map.html">Game</a>
|
||||
<a href="./rules.html">Rules</a>
|
||||
<a href="./questions.html">Questions</a>
|
||||
<a href="./spawn.html">Spawn</a>
|
||||
|
|
Loading…
Reference in a new issue