控制台开启tas的时候会提示热键
This commit is contained in:
@@ -737,6 +737,9 @@ local commands={}do
|
|||||||
SETTING.allowTAS=bool=="on"
|
SETTING.allowTAS=bool=="on"
|
||||||
FILE.save(SETTING,'conf/settings')
|
FILE.save(SETTING,'conf/settings')
|
||||||
log("Allow TAS: "..bool)
|
log("Allow TAS: "..bool)
|
||||||
|
if bool then
|
||||||
|
log("Hot keys: f1=play/pause f2=slowdown f3=speedup/nextframe")
|
||||||
|
end
|
||||||
else
|
else
|
||||||
log{C.A,"Usage: tas <on|off>"}
|
log{C.A,"Usage: tas <on|off>"}
|
||||||
end
|
end
|
||||||
|
|||||||
Reference in New Issue
Block a user