延长判定为圣诞节的天数
This commit is contained in:
2
main.lua
2
main.lua
@@ -26,7 +26,7 @@ LOGIN=false
|
|||||||
EDITING=""
|
EDITING=""
|
||||||
WSCONN=false
|
WSCONN=false
|
||||||
FESTIVAL=
|
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)
|
math.randomseed(os.time()*626)
|
||||||
love.keyboard.setKeyRepeat(true)
|
love.keyboard.setKeyRepeat(true)
|
||||||
|
|||||||
Reference in New Issue
Block a user