added configs

This commit is contained in:
Vomitblood 2025-07-04 04:12:22 +08:00
parent 839e301a78
commit ae675fc127
2 changed files with 40 additions and 0 deletions

6
RunningLate/config.json Normal file
View file

@ -0,0 +1,6 @@
{
"HourFormat": "H24_HOUR_FIXED",
"MinuteFormat": "EACH_MINUTE",
"AmPmPosition": "NONE",
"DisableClock": false
}

View file

@ -0,0 +1,34 @@
{
"AllowExperienceBarToFadeOut": true,
"ShowExperienceBar": true,
"ShowExperienceGain": true,
"ShowLevelUpAnimation": true,
"ShowHeartFills": true,
"ShowExtraItemInformation": true,
"ShowLocationOfTownsPeople": true,
"ShowLuckIcon": true,
"ShowTravelingMerchant": true,
"ShowRainyDay": true,
"ShowCropAndBarrelTooltip": true,
"ShowBirthdayIcon": true,
"ShowAnimalsNeedPets": true,
"HideAnimalPetOnMaxFriendship": true,
"ShowItemEffectRanges": false,
"ButtonControlShow": false,
"ShowBombRange": false,
"ShowItemsRequiredForBundles": true,
"ShowHarvestPricesInShop": true,
"DisplayCalendarAndBillboard": true,
"ShowWhenNewRecipesAreAvailable": true,
"ShowToolUpgradeStatus": true,
"HideMerchantWhenVisited": false,
"ShowExactValue": true,
"ShowRobinBuildingStatusIcon": true,
"ShowSeasonalBerry": true,
"ShowSeasonalBerryHazelnut": true,
"ShowTodaysGifts": true,
"HideBirthdayIfFullFriendShip": true,
"ShowLocationOfFriends": {
"Haley": true
}
}