TrinityUniversityGameDesign / advgamedev-s23-intothefire

advgamedev-s23-intothefire created by GitHub Classroom
2 stars 0 forks source link

Get showdown working #179

Closed Voxelslide closed 1 year ago

Voxelslide commented 1 year ago

Fixed player spawnpoints in arena. Fixed showdown arena lighting. Players are teleported to y= 350, removed character control (but not camera) and turned invisible when they die. When one player (the victor) is remaining in the showdown, the Showdown transitions to the EndScreen. For endscreen functionality, the winner can be found by calling victorScript.getVictor() inside of the GameManager script.