延长判定为圣诞节的天数

This commit is contained in:
MrZ626
2020-12-25 19:44:43 +08:00
parent f89655e5fa
commit 4850cdb292

View File

@@ -26,7 +26,7 @@ LOGIN=false
EDITING=""
WSCONN=false
FESTIVAL=
os.date"%m"=="12"and math.abs(os.date"%d"-25)<2 and"Xmas"
os.date"%m"=="12"and math.abs(os.date"%d"-25)<4 and"Xmas"
math.randomseed(os.time()*626)
love.keyboard.setKeyRepeat(true)