-
Notifications
You must be signed in to change notification settings - Fork 4
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
Team 7 tower extension #213
Conversation
…owers for cohesion
…urrently spawned in and is using the fireworks projectile and the tower combat has been modified for the charging start and end states created animation controller, atlas files, sprite sheet for the animations.(current tower state : almost finished)
…e in place on the map to obstruct the mobs
…wer as it is doing the death animation sometimes while its not doing it sometimes
…am-7--Tower-Extension
…00/2023-studio-3 into Team-7--Tower-Extension
Hi, just a reminder to pull main and merge conflicts every time a new PR prior is pushed. Also make sure to fix any game unit tests |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hey Guys, you have to pull from main before, the start screen and storyline have been changed.
…00/2023-studio-3 into Team-7--Tower-Extension
…00/2023-studio-3 into Team-7--Tower-Extension
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The three new turrets function as expected LGTM
Added 3 new towers; ricochet tower, pierce tower and fireworks tower. The main files that were added and changed were TowerFactory, RicochetTowerCombatTask, PierceTowerCombatTask and FireworksTowerCombatTask. The three tasks also have their respective test files as well. Further development was done to the wall tower in order to change the sprite and implement a death animation for the tower.