You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
s3607057 (Angus Niven) 0f9d8df6bc Implemented appropriate behaviour for having fallen into a hole: character loses their remaining moves for the round, respawns minus one life if they fell into a pit, or may jump out if they're in water. Changes to the FloatingOnWater prefab were necessary both to make the lose-your-remaining moves functions work (the block undernearth with the isWalkable and isWater flags), and to make it possible to fall into water on my build (shifting the box collider down by 1). If the latter causes issues on Claire's build, it can be reverted without affecting the rest of this commit, until we figure out how to make it work on all our machines. 5 years ago
Assets Implemented appropriate behaviour for having fallen into a hole: character loses their remaining moves for the round, respawns minus one life if they fell into a pit, or may jump out if they're in water. Changes to the FloatingOnWater prefab were necessary both to make the lose-your-remaining moves functions work (the block undernearth with the isWalkable and isWater flags), and to make it possible to fall into water on my build (shifting the box collider down by 1). If the latter causes issues on Claire's build, it can be reverted without affecting the rest of this commit, until we figure out how to make it work on all our machines. 5 years ago
Final APK apk2 5 years ago
Logs final push pre-beta presentation 5 years ago
Packages Finshed all tutorial levels - just waiting on drag and drop implementation 5 years ago
ProjectSettings Adjusted the spawning script & moved spawn points in the racetrack level to get the desired spawning arrangements - the middle point will be used only with an odd number of players, and the spawn points to the side will be used first. 5 years ago
.gitattributes Added unity scenes to LFS + cleaned up scene folder 5 years ago
.gitignore Set up gitignore + LFS 5 years ago
MainMenuBackground.jpg Portal colour change working with testing script 5 years ago
MainMenuBackground.psd background scene made, added image background to menus, server menu made, changed tutorial scenes 5 years ago
README.md Updated readme for semester 2 5 years ago
ScoreboardBackground.psd Tutorial Levels 1-5 complete with new assets, Updage UI bakcground images with new assets, change character walking animation 5 years ago

README.md

Major Project A

Major Project A 2019 Semester 1 s3663435 - Claire Taylor-Cuthbertson s3544917 - Joshua Reason

Major Project B

Major Project B 2019 Semester 2 s3663435 - Claire Taylor-Cuthbertson s3544917 - Joshua Reason s3607057 - Angus Niven