This website works better with JavaScript.
Home
Help
Sign In
RMIT
/
Major_Project_A
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
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.
195
Commits
2
Branches
7.9 MiB
C#
64.9%
ShaderLab
17.6%
HLSL
14.2%
GLSL
1.9%
HTML
0.9%
Other
0.5%
Tree:
2406b82be7
Josh_Dev_branch
master
Branches
Tags
${ item.name }
Create branch
${ searchTerm }
from '2406b82be7'
${ noResults }
Major_Project_A
/
Assets
/
Scripts
/
Managers
History
s3607057 (Angus Niven)
3a6ae2f4c9
Added an 8-player starting area. Changed player-spawning slightly: instead of skipping index 0 for odd numbers of players, each starting pen section starts with no squares marked isSpawnable, and lists of squares to mark as spawnable on instantiation depending on the number of players. RacetrackGameMode.cs is currently hardcoded to call the map initialiser with five players, until I can figure out how to get the number of connected players when OnPreGameStart is called.
5 years ago
..
GameManager.cs
Added an 8-player starting area. Changed player-spawning slightly: instead of skipping index 0 for odd numbers of players, each starting pen section starts with no squares marked isSpawnable, and lists of squares to mark as spawnable on instantiation depending on the number of players. RacetrackGameMode.cs is currently hardcoded to call the map initialiser with five players, until I can figure out how to get the number of connected players when OnPreGameStart is called.
5 years ago
GameManager.cs.meta
Started work on multiplayer manager;
5 years ago
GameManagerRacetrack.cs
Cleaned up GameMode and GameManager
5 years ago
GameManagerRacetrack.cs.meta
Started a fixed racetrack level with a starting pen, walls, water, and pits.
5 years ago