Skip to content

Commit

Permalink
fix(maple-fighters): minimap window color view
Browse files Browse the repository at this point in the history
Make transparent window and change
view port in TheDarkForest scene.
  • Loading branch information
codingben committed Nov 18, 2024
1 parent 04130bf commit 42740ef
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -674,7 +674,7 @@ MonoBehaviour:
m_Name:
m_EditorClassIdentifier:
m_Material: {fileID: 0}
m_Color: {r: 1, g: 1, b: 1, a: 1}
m_Color: {r: 1, g: 1, b: 1, a: 0.5882353}
m_RaycastTarget: 1
m_RaycastPadding: {x: 0, y: 0, z: 0, w: 0}
m_Maskable: 1
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -984,7 +984,7 @@ Transform:
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 581949298}
m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
m_LocalPosition: {x: -0.021780968, y: -11.365763, z: -10}
m_LocalPosition: {x: -0.021778107, y: -11.367054, z: -10}
m_LocalScale: {x: 1, y: 1, z: 1}
m_Children: []
m_Father: {fileID: 572659480}
Expand Down Expand Up @@ -1949,7 +1949,7 @@ Transform:
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 1151788562}
m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
m_LocalPosition: {x: -12.8, y: -12.95, z: -10}
m_LocalPosition: {x: -12.799999, y: -12.95, z: -10}
m_LocalScale: {x: 1, y: 1, z: 1}
m_Children:
- {fileID: 713957756}
Expand Down Expand Up @@ -3116,7 +3116,7 @@ Camera:
m_NormalizedViewPortRect:
serializedVersion: 2
x: 0
y: 0
y: -0.05
width: 1
height: 1
near clip plane: 0.3
Expand Down

0 comments on commit 42740ef

Please sign in to comment.