Jacobkmiller / me-games

0 stars 0 forks source link

Random level, Character Updates, Lobby UI, Pause Menu #7

Closed ZakEspley closed 6 years ago

ZakEspley commented 6 years ago

Added a Lobby Scene so that we can remove the annoying Networking HUD and it manages proper disconnects from a server as well as join failures. For now, you can change levels by entering the Network Manager in the Lobby Scene and switch the online scene in the network manager component.

I added a Pause Menu so that we can pause the game while playing and then focus disconnect properly.

Switched the character to a Cowboy that has some basic, untuned animations. He can run forward and backwards, as well as strafe left and right. He can jump from a standing position and while running. He also has an idle position which lets us hold the gun in front of him.

Lastly, I added a level of flying platforms. You start by being launched into the air and landing on a platform. You can then jump to other platforms by holding space and forward will running at a cactus on the platform. This will allow you to jump high in the air to another platform.

Currently you can fall off of this level and die or be shot. In the XZ plane however you can only can run infinitely in one direction. Once you reach a hidden boundary it will teleport you to the other side of the map and everything should be the same.