Update debugger

This commit is contained in:
2025-02-11 22:18:54 +01:00
parent 006786ea29
commit 70de7cf170
3 changed files with 112 additions and 18 deletions
+21 -1
View File
@@ -6,10 +6,30 @@
<link rel="stylesheet" href="style.css">
<title>Pixel canvas emulator</title>
<style>
.mid {
position: fixed;
width: 5px;
height: 5px;
background-color: black;
top: 50%;
left: 50%
}
.leaflet-tile {
position: fixed;
width: 250px;
height: 250px;
top: calc(50% - 250px);
left: calc(50% - 250px);
border: 1px solid black
}
</style>
</head>
<body>
<canvas class="leaflet-tile" ></canvas>
<div class="mid"></div>
<!-- palette -->
<div>
<button style="background-color: rgb(255, 255, 255);"></button>