Skip to content

Commit

Permalink
Attack damage logic + game rounds logic (#18)
Browse files Browse the repository at this point in the history
* Changed Level Maps and Added Crewmate Animation

* Added player movement for 2 players

* Added 2 player basic movement and attack animation + keybinding

* Added basic powerup selection screen with button trigger

* Added attack damage logic and game round logic

Co-authored-by: Ajwad Shaikh <[email protected]>
  • Loading branch information
cqvu and ajwad-shaikh authored Oct 26, 2020
1 parent 4bca007 commit cb05182
Show file tree
Hide file tree
Showing 398 changed files with 36,259 additions and 890 deletions.
33 changes: 33 additions & 0 deletions .collabignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
# ===========================
# Default Collab Ignore Rules
# ===========================

# OS Generated
# ============
.DS_Store
._*
.Spotlight-V100
.Trashes
Icon?
ehthumbs.db
[Tt]humbs.db
[Dd]esktop.ini

# Visual Studio / MonoDevelop generated
# =====================================
[Ee]xported[Oo]bj/
*.userprefs
*.csproj
*.pidb
*.suo
*.sln
*.user
*.unityproj
*.booproj

# Unity generated
# ===============
[Oo]bj/
[Bb]uild
sysinfo.txt
*.stackdump
8 changes: 8 additions & 0 deletions Assets/AmongUsSprites/Hats.meta

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

3 changes: 3 additions & 0 deletions Assets/AmongUsSprites/Hats/hats0001.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
92 changes: 92 additions & 0 deletions Assets/AmongUsSprites/Hats/hats0001.png.meta

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

3 changes: 3 additions & 0 deletions Assets/AmongUsSprites/Hats/hats0002.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
92 changes: 92 additions & 0 deletions Assets/AmongUsSprites/Hats/hats0002.png.meta

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

3 changes: 3 additions & 0 deletions Assets/AmongUsSprites/Hats/hats0003.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
92 changes: 92 additions & 0 deletions Assets/AmongUsSprites/Hats/hats0003.png.meta

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

3 changes: 3 additions & 0 deletions Assets/AmongUsSprites/Hats/hats0004.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit cb05182

Please sign in to comment.