Skip to content

Commit 07056c0

Browse files
committed
better low detail color
1 parent 1a97591 commit 07056c0

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

frontend/three_d_garden/garden.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ export const GardenModel = (props: GardenModelProps) => {
117117
if (config.scene === "Greenhouse") {
118118
groundTexture = brickTexture;
119119
groundColor = "#999";
120-
lowDetailGroundColor = "firebrick";
120+
lowDetailGroundColor = "#8c6f64";
121121
} else if (config.scene === "Lab") {
122122
groundTexture = labFloorTexture;
123123
groundColor = "#aaa";

frontend/three_d_garden/starter_tray.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ export const StarterTray = () => {
3232
<Image
3333
url={ASSETS.other.plant}
3434
scale={seedlingSize}
35+
renderOrder={1}
3536
transparent={true} />
3637
</Billboard>
3738
);

0 commit comments

Comments
 (0)