Commit graph

17 commits

Author SHA1 Message Date
0c71d06fb8 Add Game Over screen and count down clock for game time 2023-03-03 09:51:19 +11:00
15abaa80fa Add basic intro countdown and game states 2023-03-03 09:13:47 +11:00
1aa97baff4 Add SFX and SFX logic 2023-03-03 05:10:23 +11:00
16b86e4ec4 Drop player move speed by 1f 2023-03-02 06:18:36 +11:00
500f8f5f2a Added the Cutting Counter 2023-03-01 02:05:53 +11:00
44837c6c13 Move container logic to use inheritence and move logic around.
Also fix the clear counter spawning items, next I'm going to implament the logic for placing food onto them instead.
2023-03-01 00:32:36 +11:00
234e00cb9b Allow proper moving of kitchen objects and player pickup 2023-02-28 22:59:20 +11:00
1729ddf5c6 Kitchen object creation and spawning 2023-02-28 05:25:39 +11:00
989648c00b Add selected clear sounter highlight 2023-02-28 04:33:09 +11:00
5772da3965 Add interaction input handling 2023-02-28 03:19:49 +11:00
2d2eb7d32f Basic oject interaction login 2023-02-28 02:44:39 +11:00
d216580bca Move the movement code to a seperate function 2023-02-28 02:20:23 +11:00
6f0af4334a Add player collision 2023-02-26 03:14:53 +11:00
cf2ddd9ba6 Seperate GetMovementVectorNormalized into a seperate class 2023-02-26 02:25:40 +11:00
0859e4b36c Finish my animations 2023-02-26 02:09:56 +11:00
a897138a9e Rotate player in direction of movement 2023-02-26 01:39:43 +11:00
ddd1441675 Create player controller(Player.cs) 2023-02-24 00:36:28 +11:00