Snake Movement Handler Setup

This commit is contained in:
2025-04-10 09:24:57 +02:00
parent dcea0d24f5
commit 32681f20ca
6 changed files with 81 additions and 6 deletions

View File

@@ -10,4 +10,7 @@ td, tr {
td img {
vertical-align: top;
-moz-user-select: none;
-webkit-user-select: none;
user-select: none;
}