Skip to content

Commit

Permalink
chore: 각종 수치 조절 & Scene 수정 (#135)
Browse files Browse the repository at this point in the history
  • Loading branch information
scarleter99 authored May 12, 2024
1 parent 41f2e1c commit f962ffc
Show file tree
Hide file tree
Showing 18 changed files with 433 additions and 780 deletions.
69 changes: 0 additions & 69 deletions Client/Assets/Resources/Prefabs/Etc/@Creatures.prefab

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -183,5 +183,5 @@ MonoBehaviour:
m_Script: {fileID: 11500000, guid: 2d752e49131243cf9c052203c4ac69d3, type: 3}
m_Name:
m_EditorClassIdentifier:
_CanGet:
_IsGettable:
_value: 0

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -183,3 +183,5 @@ MonoBehaviour:
m_Script: {fileID: 11500000, guid: 680e722d2d3e4a9087d260fd4dd98f14, type: 3}
m_Name:
m_EditorClassIdentifier:
_IsGettable:
_value: 0
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ MonoBehaviour:
m_Script: {fileID: 11500000, guid: 4106b93043df4d9589711f0c829ef208, type: 3}
m_Name:
m_EditorClassIdentifier:
_CanGet:
_IsGettable:
_value: 0
--- !u!1001 &3567099832247140314
PrefabInstance:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ GameObject:
- component: {fileID: 1659585787858949332}
- component: {fileID: 7402951300446070297}
m_Layer: 0
m_Name: '@RenderingSystem'
m_Name: '@GameRenderingSystem'
m_TagString: Untagged
m_Icon: {fileID: 0}
m_NavMeshLayer: 0
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,51 @@
%YAML 1.1
%TAG !u! tag:unity3d.com,2011:
--- !u!1 &7210539058689986410
GameObject:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
serializedVersion: 6
m_Component:
- component: {fileID: 7898183822875183548}
- component: {fileID: 5664947115601905989}
m_Layer: 0
m_Name: '@LobbyRenderingSystem'
m_TagString: Untagged
m_Icon: {fileID: 0}
m_NavMeshLayer: 0
m_StaticEditorFlags: 0
m_IsActive: 1
--- !u!4 &7898183822875183548
Transform:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 7210539058689986410}
serializedVersion: 2
m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
m_LocalPosition: {x: -2.10246, y: 39.432415, z: -5.8013573}
m_LocalScale: {x: 1, y: 1, z: 1}
m_ConstrainProportionsScale: 0
m_Children: []
m_Father: {fileID: 0}
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
--- !u!114 &5664947115601905989
MonoBehaviour:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 7210539058689986410}
m_Enabled: 1
m_EditorHideFlags: 0
m_Script: {fileID: 11500000, guid: 172515602e62fb746b5d573b38a5fe58, type: 3}
m_Name:
m_EditorClassIdentifier:
m_IsGlobal: 1
priority: 0
blendDistance: 0
weight: 1
sharedProfile: {fileID: 11400000, guid: 876bb7d3390e79c41ba6b2704a83317c, type: 2}

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Client/Assets/Resources/Rendering/GameVolumeProfile.asset
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,7 @@ MonoBehaviour:
m_Value: 1
fixedExposure:
m_OverrideState: 1
m_Value: -3.3
m_Value: -2.5
compensation:
m_OverrideState: 1
m_Value: 0
Expand Down
Loading

0 comments on commit f962ffc

Please sign in to comment.