Alpha V0.7.11

This commit is contained in:
MrZ_26
2020-02-04 19:32:26 +08:00
parent 42d7b1be94
commit 4af2126254
22 changed files with 1249 additions and 1177 deletions

View File

@@ -9,7 +9,7 @@ function love.conf(t)
t.audio.mixwithsystem=true--Switch on to keep sysBGM
local W=t.window
W.title="Techmino V0.7.10"
W.title="Techmino V0.7.11"
W.icon="/image/icon.png"
W.width,W.height=1280,720
W.minwidth,W.minheight=640,360