begin coding functionality to move squares
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user