├── LICENSE ├── README.md ├── ReleaseNotes.md ├── favicon.ico ├── imgs ├── Palworld_KeyVisual_1080p_Loco_C.png └── R.gif ├── js ├── HiddenButton.js ├── generateSettings.js ├── googleTranslateElementInit.js ├── parseConfig.js ├── reset.js ├── toggleSnowMode.js └── updatetime.js ├── setting.html └── styles.css /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DysonCheng/PalWorldSettingGenerator/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DysonCheng/PalWorldSettingGenerator/HEAD/README.md -------------------------------------------------------------------------------- /ReleaseNotes.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DysonCheng/PalWorldSettingGenerator/HEAD/ReleaseNotes.md -------------------------------------------------------------------------------- /favicon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DysonCheng/PalWorldSettingGenerator/HEAD/favicon.ico -------------------------------------------------------------------------------- /imgs/Palworld_KeyVisual_1080p_Loco_C.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DysonCheng/PalWorldSettingGenerator/HEAD/imgs/Palworld_KeyVisual_1080p_Loco_C.png -------------------------------------------------------------------------------- /imgs/R.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DysonCheng/PalWorldSettingGenerator/HEAD/imgs/R.gif -------------------------------------------------------------------------------- /js/HiddenButton.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DysonCheng/PalWorldSettingGenerator/HEAD/js/HiddenButton.js -------------------------------------------------------------------------------- /js/generateSettings.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DysonCheng/PalWorldSettingGenerator/HEAD/js/generateSettings.js -------------------------------------------------------------------------------- /js/googleTranslateElementInit.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DysonCheng/PalWorldSettingGenerator/HEAD/js/googleTranslateElementInit.js -------------------------------------------------------------------------------- /js/parseConfig.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DysonCheng/PalWorldSettingGenerator/HEAD/js/parseConfig.js -------------------------------------------------------------------------------- /js/reset.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DysonCheng/PalWorldSettingGenerator/HEAD/js/reset.js -------------------------------------------------------------------------------- /js/toggleSnowMode.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DysonCheng/PalWorldSettingGenerator/HEAD/js/toggleSnowMode.js -------------------------------------------------------------------------------- /js/updatetime.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DysonCheng/PalWorldSettingGenerator/HEAD/js/updatetime.js -------------------------------------------------------------------------------- /setting.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DysonCheng/PalWorldSettingGenerator/HEAD/setting.html -------------------------------------------------------------------------------- /styles.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DysonCheng/PalWorldSettingGenerator/HEAD/styles.css --------------------------------------------------------------------------------