diff options
| author | Martial Simon <msimon_fr@hotmail.com> | 2024-03-21 15:55:20 +0200 |
|---|---|---|
| committer | Martial Simon <msimon_fr@hotmail.com> | 2024-03-21 15:55:20 +0200 |
| commit | fc06ba30fe3d6ea23b4bcc047384077299e9af3a (patch) | |
| tree | cc72529c7e250794495dad829cb2426ff773f402 | |
| parent | 5c900f3bfc84c5397115c4ae4352d043e03d40d9 (diff) | |
proto: added robot image
| -rw-r--r-- | index.html | 4 | ||||
| -rw-r--r-- | robot.pdn | bin | 0 -> 59973 bytes |
2 files changed, 3 insertions, 1 deletions
@@ -9,7 +9,9 @@ Click anywhere on the screen to move the robot! </p> <button id="reset">Reset map</button> - <canvas id="drawing-board"></canvas> + <canvas id="drawing-board"> + <div id="robot"></div> + </canvas> <script src="./index.js"></script> </body> diff --git a/robot.pdn b/robot.pdn Binary files differnew file mode 100644 index 0000000..e40503c --- /dev/null +++ b/robot.pdn |
