Player Controls - UQcsse3200/2024-studio-3 GitHub Wiki

Here you can find the keys which correspond to certain player actions

Movement

Basic character movement, all of this implemented from the beginning.

  • W: Move Up
  • A: Move Left
  • S: Move Down
  • D: Move Right

Interactions

  • E: Interact, usually by picking or dropping off items at a station (key bind can also be changed in the settings)
  • J: Combine, attempt to combine current ingredients in a meal station into a meal
  • K: Rotate, switch selected item to grab from inventory

Ticket Manipulation

These key binds are for rearranging the current big ticket on display. When the user submits a recipe, the big ticket is the recipe the meal is graded against, a better explanation is described here

  • [: Rotate Big ticket left (key bind can also be changed in the settings)
  • ]: Rotate Big ticket right (key bind can also be changed in the settings)