PlaceholderGames / 2022-yr2-team-procrastinate

Second CS1S561 Game
2 stars 0 forks source link

Tasks #8

Open LiamFeasey opened 2 years ago

LiamFeasey commented 2 years ago

Implement a basic task system that will be used during the day segment of each level.

LiamFeasey commented 2 years ago
  1. The character's sprite will flip depending on their movement direction.
  2. Crates will change their sort level based on whether their Y is larger or smaller than the players.
  3. A basic delivery task where the player pushes crates to a delivery zone has been implemented.
  4. The basic framework for future tasks has been set up too.
  5. A task list to show what tasks have been given to the player along with the progress of each task.
LiamFeasey commented 2 years ago

https://user-images.githubusercontent.com/72268118/154395041-7aa0a2fe-e5be-4548-a8a2-5154f067e91c.mp4

https://user-images.githubusercontent.com/72268118/154395056-cd2d6b7d-c996-49cf-b2fb-1f9a3e3d424a.mp4

Here are some videos showing off the changes made.

LiamFeasey commented 2 years ago

image After some editing of the task list controller, and fixing a merge conflict in CrackOfDawn.unity, new tasks appear like so.

Some edits need to be made so that long names will fit on the tasks tab.