Skip to content
This repository was archived by the owner on May 9, 2025. It is now read-only.

Commit 0223b72

Browse files
Update script.ts
1 parent ed384df commit 0223b72

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

layout/script.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1146,7 +1146,7 @@ const layout_main: Function = () => {
11461146
};
11471147
const randInt: Function = (min: number, max: number): number =>
11481148
Math.floor(Math.random() * (max + 1 - min)) + min;
1149-
const bg_num: number = 13; //randInt(1, 13);
1149+
const bg_num: number = 4; //randInt(1, 13);
11501150
switch (bg_num) {
11511151
case 1:
11521152
bg_func.monochrome();

0 commit comments

Comments
 (0)