begin coding functionality for remapping keys

This commit is contained in:
2025-02-16 12:45:29 +00:00
parent 0edeb65131
commit 47bda26da5
6 changed files with 294 additions and 10 deletions

View File

@@ -11,6 +11,7 @@ struct
, enemies
, graph
, fallingEnemies
, userKeys
} = game
val player = Player.runPhysicsAndInput (game, input)
@@ -39,6 +40,7 @@ struct
, enemies = enemies
, graph = graph
, fallingEnemies = fallingEnemies
, userKeys = userKeys
}
end
end