feat: Add mouse-based world navigation with drag and touch support

This commit is contained in:
Kacper Kostka (aider)
2025-04-04 11:07:30 +02:00
parent dbcf3a0e61
commit eb9900478d
3 changed files with 89 additions and 26 deletions

View File

@@ -54,6 +54,10 @@ body {
font-size: 14px;
}
.help-text {
color: #aaa;
}
#simulation-canvas {
flex-grow: 1;
background-color: #000;