Skip to content

Commit

Permalink
change colors to string
Browse files Browse the repository at this point in the history
  • Loading branch information
Salam-Dalloul committed Oct 2, 2024
1 parent af40bd2 commit 3a99861
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ export const LIGHT_1_COLOR = 0x404040;
export const LIGHT_2_COLOR = 0xccccff;
export const LIGHT_2_POSITION = new Vector3(-1, 0.75, -0.5);

export const LIGHT_SCENE_BACKGROUND = 0xf6f5f4;
export const DARK_SCENE_BACKGROUND = 0x21201c;
export const LIGHT_SCENE_BACKGROUND = "#f6f5f4";
export const DARK_SCENE_BACKGROUND = "#21201c";

export const OUTLINE_THICKNESS = 0.05;
export const OUTLINE_COLOR = "hotpink";

0 comments on commit 3a99861

Please sign in to comment.