diff options
| author | Martial Simon <msimon_fr@hotmail.com> | 2024-04-08 15:51:30 +0300 |
|---|---|---|
| committer | Martial Simon <msimon_fr@hotmail.com> | 2024-04-08 15:51:30 +0300 |
| commit | 2ff40aa50b3cf65b880ff0940c148e484f0a2802 (patch) | |
| tree | 718e6bbeec0ad9f9d271bc46a3520246b24fbaaa /index.html | |
| parent | 9bd8e0434b4e774db41c25c3f132b8932c721d35 (diff) | |
proto: working spinning robot and cross image but no translate worky uwu
Diffstat (limited to 'index.html')
| -rw-r--r-- | index.html | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -9,7 +9,12 @@ Click anywhere on the screen to move the robot! </p> <button id="reset">Reset map</button> - <img id="robot" src="robot.png" alt="robot image" style="height: 15vh; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%)"> + <div id="robot"> + <img src="robot.png" alt="robot image" style="height: 10vh;"> + </div> + <div id="cross"> + <img src="cross.png" alt="cross image" style="height: 20px"> + </div> <canvas id="drawing-board"> </canvas> |
