-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathedit.html
51 lines (45 loc) · 3.59 KB
/
edit.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
43
44
45
46
47
48
49
50
51
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Humanoïdes</title>
<meta name="keywords" content="arcade game,video game,online game,retro gaming">
<link rel="stylesheet" href="index.css">
<script type="text/javascript" src="build/js/edit.web.js"></script>
</head>
<body>
<div id="vertical-banner">
<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
<!-- Verticales -->
<ins class="adsbygoogle"
style="display:block"
data-ad-client="ca-pub-8160649761197853"
data-ad-slot="6912343509"
data-ad-format="auto"
data-full-width-responsive="true"></ins>
<script>
(adsbygoogle = window.adsbygoogle || []).push({});
</script>
</div>
<h1>Humanoïdes</h1>
<p>This is the level editor for <a href="index.html">Humanoïdes</a>.</p>
<p>Choose a tile type from the palette at the bottom right of the screen.
<span class="key">Click</span> in the canvas to add a tile.
<span class="key">Shift-click</span> to remove a tile.
You must add at least one character of each kind and one <i>gift</i> tile.</p>
<p><span class="key">Click</span> on the link below to try your new level.
<span class="key">Right-click</span> and choose “Copy link location” to get
a link to your level that you can share with your friends.</p>
<p class="center"><a id="play" href="index.html">Play this level</a></p>
<footer>
<span>Humanoïdes is free software distributed under<br> the terms of the
<a href="http://www.mozilla.org/MPL/2.0/">Mozilla Public License 2.0</a>.</span>
<!-- GitHub -->
<a href="https://github.com/aumouvantsillage/Humanoides">Source repository</a>
<!-- Buy me a coffee -->
<style>.bmc-button img{width: 27px !important;margin-bottom: 1px !important;box-shadow: none !important;border: none !important;vertical-align: middle !important;}.bmc-button{line-height: 36px !important;height:37px !important;text-decoration: none !important;display:inline-flex !important;color:#FFFFFF !important;background-color:#FF813F !important;border-radius: 3px !important;border: 1px solid transparent !important;padding: 1px 9px !important;font-size: 22px !important;letter-spacing: 0.6px !important;box-shadow: 0px 1px 2px rgba(190, 190, 190, 0.5) !important;-webkit-box-shadow: 0px 1px 2px 2px rgba(190, 190, 190, 0.5) !important;margin: 0 auto !important;font-family:'Cookie', cursive !important;-webkit-box-sizing: border-box !important;box-sizing: border-box !important;-o-transition: 0.3s all linear !important;-webkit-transition: 0.3s all linear !important;-moz-transition: 0.3s all linear !important;-ms-transition: 0.3s all linear !important;transition: 0.3s all linear !important;}.bmc-button:hover, .bmc-button:active, .bmc-button:focus {-webkit-box-shadow: 0px 1px 2px 2px rgba(190, 190, 190, 0.5) !important;text-decoration: none !important;box-shadow: 0px 1px 2px 2px rgba(190, 190, 190, 0.5) !important;opacity: 0.85 !important;color:#FFFFFF !important;}</style>
<link href="https://fonts.googleapis.com/css?family=Cookie" rel="stylesheet">
<a class="bmc-button" target="_blank" href="https://www.buymeacoffee.com/THtbNvnqE"><img src="https://www.buymeacoffee.com/assets/img/BMC-btn-logo.svg" alt="Buy me a coffee"><span style="margin-left:5px">Buy me a coffee</span></a>
</footer>
</body>
</html>