Alpha V0.5

This commit is contained in:
MrZ_26
2020-02-04 19:27:40 +08:00
parent 4c4bae854f
commit 383254bce2
19 changed files with 1678 additions and 1541 deletions

View File

@@ -9,7 +9,7 @@ function love.conf(t)
t.audio.mixwithsystem=true--Switch on to keep background music playing
local W=t.window
W.title="Techmino V0.4"
W.title="Techmino V0.5"
W.icon="/image/icon.png"
W.width,W.height=1280,720
W.borderless=X
@@ -20,7 +20,7 @@ function love.conf(t)
W.vsync=1
W.msaa=X--The number of samples to use with multi-sampled antialiasing (number)
W.depth=X--The number of bits per sample in the depth buffer
W.stencil=1--The number of bits per sample in the stencil buffer
W.stencil=8--The number of bits per sample in the stencil buffer
W.display=1--Monitor ID
W.highdpi=X--Enable high-dpi mode for the window on a Retina display (boolean)
W.x,W.y=nil