Skip to content

Commit

Permalink
New assets and update max players
Browse files Browse the repository at this point in the history
  • Loading branch information
Shane Kim committed Jun 7, 2024
1 parent e23d483 commit b1e393e
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 2 deletions.
Binary file modified assets/HUD/text/heal.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/HUD/text/hit.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/HUD/text/revive.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion client/include/GameManager.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
#include "Camera.h"
#include "AnimationPlayer.h"

#define MAX_CLIENTS 2
#define MAX_CLIENTS 4

class Model;
class GameManager {
Expand Down
2 changes: 1 addition & 1 deletion server/include/Server.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
#include "psocket.hpp"
#include "EventArgs.hpp"

#define MAX_CLIENTS 2
#define MAX_CLIENTS 4
#define SERVER_PORT 25565

class Server {
Expand Down

0 comments on commit b1e393e

Please sign in to comment.