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

Commit a751cf9

Browse files
committed
背景選択値域の変更。
1 parent 437af38 commit a751cf9

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
@@ -765,7 +765,7 @@ const layout_main: Function = () => {
765765
};
766766
const randInt: Function = (min: number, max: number): number =>
767767
Math.floor(Math.random() * (max + 1 - min)) + min;
768-
const bg_num: number = randInt(1, 11);
768+
const bg_num: number = randInt(1, 6);
769769
switch (bg_num) {
770770
case 0:
771771
console.log("Empty...");

0 commit comments

Comments
 (0)