控制台开启tas的时候会提示热键

This commit is contained in:
MrZ626
2021-08-18 21:14:25 +08:00
parent 44082fe78e
commit 273de18ae3

View File

@@ -737,6 +737,9 @@ local commands={}do
SETTING.allowTAS=bool=="on"
FILE.save(SETTING,'conf/settings')
log("Allow TAS: "..bool)
if bool then
log("Hot keys: f1=play/pause f2=slowdown f3=speedup/nextframe")
end
else
log{C.A,"Usage: tas <on|off>"}
end