dartmouth-cs98 / project-22f-farm-frenzy

This is a fun, goofy physics based local co-op game made for general audiences.
2 stars 0 forks source link

Implement Player Teams with Different Character Models #126

Closed avidixit27 closed 1 year ago

avidixit27 commented 1 year ago

I would like to have different character models for the two different teams. As it stands, the code must automatically figure out which team the last player who connected is on and assign the new player to the opposite team. This may have to be done through multiple spawners. I have not figured out the best way forward yet.

helenma0223234 commented 1 year ago

abandoned