Description:
Revert changes to depth.
Commit status:
[Not Reviewed]
References:
Comments:
0 Commit comments 0 Inline Comments
Unresolved TODOs:
There are no unresolved TODOs
Add another comment

r528:e0752cc80fbc -

@@ -38,7 +38,7
38 )
38 )
39 {
39 {
40 Tile.DrawOutlinedSquares(batch, areaComponent.squares, Color.Teal);
40 Tile.DrawOutlinedSquares(batch, areaComponent.squares, Color.Teal);
41 Quad.FillSquares(batch, areaComponent.squares, Color.Teal, 0.5f, 0.99f);
41 Quad.FillSquares(batch, areaComponent.squares, Color.Teal, 0.5f, 0.79f);
42 }
42 }
43
43
44 var selected = GetComponent<SelectedComponent>(entity).selected;
44 var selected = GetComponent<SelectedComponent>(entity).selected;
@@ -49,7 +49,7
49 )
49 )
50 {
50 {
51 Tile.DrawOutlinedSquares(batch, areaComponent.squares, Color.Teal);
51 Tile.DrawOutlinedSquares(batch, areaComponent.squares, Color.Teal);
52 Quad.FillSquares(batch, areaComponent.squares, Color.Gray, 0.5f, 0.98f);
52 Quad.FillSquares(batch, areaComponent.squares, Color.Gray, 0.5f, 0.80f);
53 }
53 }
54 }
54 }
55 }
55 }
You need to be logged in to leave comments. Login now