begin coding functionality to move squares

This commit is contained in:
2025-08-08 23:39:29 +01:00
parent 1fe07149c7
commit f1cd3fbf85
7 changed files with 95 additions and 1 deletions

View File

@@ -6,4 +6,5 @@ struct
case #mode model of
NORMAL_MODE => NormalMode.update (model, inputMsg)
| BROWSE_MODE => BrowseMode.update (model, inputMsg)
| MOVE_MODE => MoveMode.update (model, inputMsg)
end