Zframework finished

This commit is contained in:
MrZ_26
2020-07-08 20:26:28 +08:00
parent cdd5194108
commit a3302ab2bc
47 changed files with 308 additions and 275 deletions

View File

@@ -1,10 +1,10 @@
gameVersion="Alpha V0.8.24"
gameVersion="Alpha V0.9.0"
function love.conf(t)
t.identity="Techmino"--folder name
t.identity="Techmino"--saving folder
t.version="11.1"
t.console=false
t.gammacorrect=false
t.appendidentity=true--search files in source before save directory
t.appendidentity=true--search files in source then in save directory
t.accelerometerjoystick=false--accelerometer=joystick on ios/android
if t.audio then t.audio.mixwithsystem=true end