Neue Räume und Assets hinzugefügt. Alles verkackt und wieder repariert.
This commit is contained in:
@@ -221,7 +221,7 @@ namespace GhostSystem
|
||||
Debug.LogError("Replay started: total duration = " + totalDuration + " s, First: " + firstTimestamp + ", Last: " + lastTimestamp);
|
||||
}
|
||||
|
||||
public void PauseReplay() => isPlaying = false; // Für das Pause UI-Element, um das Replay zu pausieren
|
||||
public void PauseReplay() => isPlaying = !isPlaying;
|
||||
|
||||
public void StopReplay() // Für das Stop UI-Element, um das Replay zu beenden
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user