Přidán indikátor právě aktivní kamery pro oba hráče. Indikátor protivníka se mění podle toho, jestli má zapnutý monitor.

This commit is contained in:
Perry 2026-02-26 16:24:55 +01:00
parent 3049417914
commit 4484b127c5
8 changed files with 60 additions and 9 deletions

View file

@ -6,6 +6,8 @@ namespace FNAF_Server;
public class GameLogic {
public const int START_CAMERA = 12;
public static void Init() {
// Create map
MapManager.InitMap();