Spaces:
Running
Running
Update index.html
Browse files- index.html +16 -1
index.html
CHANGED
|
@@ -226,6 +226,20 @@
|
|
| 226 |
⚡ 🔥 ⬛ ➕ 💡 ⏲️
|
| 227 |
Reset Pause
|
| 228 |
</style>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 229 |
|
| 230 |
<script>
|
| 231 |
class RedstoneSandbox {
|
|
@@ -479,4 +493,5 @@
|
|
| 479 |
}
|
| 480 |
|
| 481 |
new RedstoneSandbox();
|
| 482 |
-
</script>
|
|
|
|
|
|
| 226 |
⚡ 🔥 ⬛ ➕ 💡 ⏲️
|
| 227 |
Reset Pause
|
| 228 |
</style>
|
| 229 |
+
</head>
|
| 230 |
+
<body>
|
| 231 |
+
<div id="gameContainer">
|
| 232 |
+
<div class="toolbar">
|
| 233 |
+
<div class="tool active" data-tool="wire" data-name="Wire">⚡</div>
|
| 234 |
+
<div class="tool" data-tool="torch" data-name="Torch">🔥</div>
|
| 235 |
+
<div class="tool" data-tool="block" data-name="Block">⬛</div>
|
| 236 |
+
<div class="tool" data-tool="spreader" data-name="Spreader">➕</div>
|
| 237 |
+
<div class="tool" data-tool="lamp" data-name="Lamp">💡</div>
|
| 238 |
+
<div class="tool" data-tool="timer" data-name="Timer">⏲️</div>
|
| 239 |
+
<button class="reset-btn">Reset</button>
|
| 240 |
+
</div>
|
| 241 |
+
<div id="grid"></div>
|
| 242 |
+
</div>
|
| 243 |
|
| 244 |
<script>
|
| 245 |
class RedstoneSandbox {
|
|
|
|
| 493 |
}
|
| 494 |
|
| 495 |
new RedstoneSandbox();
|
| 496 |
+
</script>
|
| 497 |
+
</body>
|