Strip debug logging from the game, fix screen weirdness

This commit is contained in:
Michal Pikulski
2025-10-14 15:53:58 +02:00
parent 18be597424
commit e8180b21bf
65 changed files with 768 additions and 411 deletions

View File

@@ -1,6 +1,7 @@
using UnityEngine;
using Pixelplacement;
using System.Collections;
using Core;
public class PicnicBehaviour : MonoBehaviour
{
@@ -56,7 +57,7 @@ public class PicnicBehaviour : MonoBehaviour
{
animator.SetTrigger("theyAngry");
//stateMachine.ChangeState("Picnic PPL Angry");
Debug.Log("Hey! Don't steal my chocolate!");
Logging.Debug("Hey! Don't steal my chocolate!");
}
public void destroyFakeChocolate()