add presentation mode enhancements: refine visuals, integrate HTML-based interface for presentation mode, align assets display and player states, and handle real-time JS callbacks
Some checks failed
Dynamic Branch Deploy / build-and-deploy (push) Failing after 1m36s
Some checks failed
Dynamic Branch Deploy / build-and-deploy (push) Failing after 1m36s
This commit is contained in:
@@ -483,6 +483,10 @@ func (r *Room) Update() {
|
||||
}
|
||||
|
||||
// === SERVER-SPEZIFISCHE LOGIK ===
|
||||
if r.Status == "PRESENTATION" {
|
||||
// Im Präsentationsmodus: Unverwundbar und keine Grenzen
|
||||
continue
|
||||
}
|
||||
|
||||
// Obstacle-Kollision prüfen -> Spieler töten
|
||||
hitObstacle, obstacleType := r.CheckCollision(
|
||||
|
||||
Reference in New Issue
Block a user