-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
22 lines (20 loc) · 1.01 KB
/
index.html
File metadata and controls
22 lines (20 loc) · 1.01 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<head>
<script src="https://cdnjs.cloudflare.com/ajax/libs/p5.js/0.5.16/p5.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/web-socket-js/1.0.0/web_socket.js"></script>
<script src="./map.js"></script>
<style>
canvas {
position: absolute;
left: 30px;
right: 30px;
}
</style>
</head>
<body>
<button style="position: absolute; right: 10px; top: 10px" onclick="EnableSlabMode(event)">Slab Mode</button>
<button style="position: absolute; right: 10px; top: 40px" onclick="EnableWallMode(event)">Wall Mode</button>
<button style="position: absolute; right: 10px; top: 70px" onclick="setup()">Clear</button>
<button style="position: absolute; right: 10px; top: 100px" onclick="CreateCSV()">Create CSV</button>
<button style="position: absolute; right: 10px; top: 190px" onclick="EnableRoombaPlacementMode(event)">Place Roomba</button>
<p style="position: absolute; left: 1100px; top: 800px;">1 box = 6 inches</p>
</body>