From b83e7c16d3555d91b5e7d6d1216c00441fce8a34 Mon Sep 17 00:00:00 2001
From: girvinjunod <girvinjunod@gmail.com>
Date: Sun, 10 Apr 2022 05:53:49 +0700
Subject: [PATCH] refactor: change skybox to black bg

---
 Survival Shooter/Assets/Prefabs/Skeleton.prefab | 2 +-
 Survival Shooter/Assets/Scenes/WaveMode.unity   | 2 +-
 Survival Shooter/Assets/Scenes/ZenMode.unity    | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/Survival Shooter/Assets/Prefabs/Skeleton.prefab b/Survival Shooter/Assets/Prefabs/Skeleton.prefab
index f16eb60..69f2786 100644
--- a/Survival Shooter/Assets/Prefabs/Skeleton.prefab	
+++ b/Survival Shooter/Assets/Prefabs/Skeleton.prefab	
@@ -25763,7 +25763,7 @@ MonoBehaviour:
   m_Script: {fileID: 11500000, guid: a9b9d14572410594cb85d40eedfb150c, type: 3}
   m_Name: 
   m_EditorClassIdentifier: 
-  startingHealth: 300
+  startingHealth: 500
   currentHealth: 0
   sinkSpeed: 2.5
   scoreValue: 20
diff --git a/Survival Shooter/Assets/Scenes/WaveMode.unity b/Survival Shooter/Assets/Scenes/WaveMode.unity
index 2c7394a..e47a8e8 100644
--- a/Survival Shooter/Assets/Scenes/WaveMode.unity	
+++ b/Survival Shooter/Assets/Scenes/WaveMode.unity	
@@ -1833,7 +1833,7 @@ Camera:
   m_GameObject: {fileID: 963194225}
   m_Enabled: 1
   serializedVersion: 2
-  m_ClearFlags: 1
+  m_ClearFlags: 2
   m_BackGroundColor: {r: 0, g: 0, b: 0, a: 0}
   m_projectionMatrixMode: 1
   m_GateFitMode: 2
diff --git a/Survival Shooter/Assets/Scenes/ZenMode.unity b/Survival Shooter/Assets/Scenes/ZenMode.unity
index a8b5b83..81ce90b 100644
--- a/Survival Shooter/Assets/Scenes/ZenMode.unity	
+++ b/Survival Shooter/Assets/Scenes/ZenMode.unity	
@@ -1894,7 +1894,7 @@ Camera:
   m_GameObject: {fileID: 963194225}
   m_Enabled: 1
   serializedVersion: 2
-  m_ClearFlags: 1
+  m_ClearFlags: 2
   m_BackGroundColor: {r: 0, g: 0, b: 0, a: 0}
   m_projectionMatrixMode: 1
   m_GateFitMode: 2
-- 
GitLab