community-apps/applications/blocks/Blocks-help.html
Basinsky 5ee48797ec
Initial commit (#31)
* Create blocks

* Delete blocks

* Create Blocks.js

* Add files via upload

* Update Blocks.js

* Update metadata.js
2021-09-12 16:20:22 -04:00

42 lines
1.8 KiB
HTML

<html>
<head>
<title>Blocks help</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link href="https://fonts.googleapis.com/css?family=Raleway:300,400,600,700" rel="stylesheet">
<style>
body {
width: 440px;
font-family: 'Raleway', sans-serif;
font-size: 15px;
display: block;
align-items: left;
color: rgb(255, 255, 255);
background: linear-gradient(#2b2b2b, #285c81);
}
</style>
</head>
<body>
<div class="top-bar">
<h1>Blocks help</h1>
<p>With this program you can build blocks 'minecraft' style</p>
<p>First spawn a starting block by pressing on the cube with + </p>
<p>Hover over block to edit it with shortcuts on keyboard </p>
<p>and mouse</p>
<p> </p>
<p>- "X" on keyboard for locking the X direction</p>
<p>- "Y" on keyboard for locking the Y direction</p>
<p>- "Z" on keyboard for locking the Z direction</p>
<p>- "CTRL" on keyboard for rotating with mousewheel </p>
<p>- "SHIFT" on keyboard for scaling with mousewheel </p>
<p>- "ALT" on keyboard for moving with mousewheel </p>
<p>- "DELETE" on keyboard for removing block </p>
<p>- Left mouse click on surface for adding block </p>
<p>- Middle mouse click on surface for removing block </p>
<p>- Thrashcan removes all blocks that you made </p>
<p> </p>
<p>Click this help page to delete it</p>
</div>
</body>
</html>