feat: drag and undrag state

This commit is contained in:
2026-06-15 17:50:38 +03:30
parent 323031adbe
commit dee3fbad6d
2 changed files with 3 additions and 0 deletions
+1
View File
@@ -234,6 +234,7 @@ class HokmGame extends FlameGame {
c.dimmed = dim;
c.home = target;
c.dropZone = _dropZone();
c.restPriority = 10 + i;
c.priority = 10 + i;
_moveTo(c, target);
}