We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1a97591 commit 07056c0Copy full SHA for 07056c0
frontend/three_d_garden/garden.tsx
@@ -117,7 +117,7 @@ export const GardenModel = (props: GardenModelProps) => {
117
if (config.scene === "Greenhouse") {
118
groundTexture = brickTexture;
119
groundColor = "#999";
120
- lowDetailGroundColor = "firebrick";
+ lowDetailGroundColor = "#8c6f64";
121
} else if (config.scene === "Lab") {
122
groundTexture = labFloorTexture;
123
groundColor = "#aaa";
frontend/three_d_garden/starter_tray.tsx
@@ -32,6 +32,7 @@ export const StarterTray = () => {
32
<Image
33
url={ASSETS.other.plant}
34
scale={seedlingSize}
35
+ renderOrder={1}
36
transparent={true} />
37
</Billboard>
38
);
0 commit comments