Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dev/peregurin/bonus solution #3

Open
wants to merge 21 commits into
base: Bonus-Solution
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
21 commits
Select commit Hold shift + click to select a range
8499926
Asset replacement for enemies
peregurin-outscal Nov 15, 2023
69807aa
Added functionality for delay at the end of the game - when the playe…
peregurin-outscal Nov 15, 2023
75678c4
UI changes for gameplay, level selection, and game over screen
peregurin-outscal Nov 15, 2023
0891014
player animations + movement
peregurin-outscal Nov 16, 2023
6cbfd1b
Merge branch 'dev/peregurin/Project-Setup' into dev/peregurin/Bonus-S…
peregurin-outscal Nov 16, 2023
5896475
meta files
peregurin-outscal Nov 16, 2023
b8d302b
meta file
peregurin-outscal Nov 16, 2023
7d29068
implemented conical FOV for the enemy
peregurin-outscal Nov 17, 2023
72b5b1f
code cleanup
peregurin-outscal Nov 17, 2023
a2f4c58
Boss level
peregurin-outscal Nov 23, 2023
1f5d5c0
drops implemented
peregurin-outscal Nov 23, 2023
3fe2a12
Health packs, Freeze bombs, teleportation pads implemented
peregurin-outscal Nov 24, 2023
6285565
player scripts missed in previous commit
peregurin-outscal Nov 24, 2023
c1f9f3b
Ultimate State for the enemy
peregurin-outscal Nov 24, 2023
3efb506
FOV bus resolved, checking if player is blocked by any other collider…
peregurin-outscal Nov 24, 2023
6aa3929
Code cleanup
peregurin-outscal Nov 25, 2023
0ecfbaf
boss teleports infront of the player
peregurin-outscal Nov 28, 2023
649079b
cancelling await task on exit of ultimate state before boss death
peregurin-outscal Nov 28, 2023
65e0c8b
added sounds for teleport, roar, ultimate, summoning
peregurin-outscal Nov 28, 2023
5707564
enemies data adjusted
peregurin-outscal Nov 29, 2023
7dd427f
Implemented camera architecture, added camera shake effect
peregurin-outscal Nov 29, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
Binary file added Assets/Audio/Spawn_Wave.mp3
Binary file not shown.
22 changes: 22 additions & 0 deletions Assets/Audio/Spawn_Wave.mp3.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file added Assets/Audio/Ultimate.wav
Binary file not shown.
22 changes: 22 additions & 0 deletions Assets/Audio/Ultimate.wav.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file added Assets/Audio/roaring_intimidation.wav
Binary file not shown.
22 changes: 22 additions & 0 deletions Assets/Audio/roaring_intimidation.wav.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file added Assets/Audio/teleport.wav
Binary file not shown.
22 changes: 22 additions & 0 deletions Assets/Audio/teleport.wav.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading