This commit is contained in:
cuu
2018-10-11 03:19:26 +08:00
parent a409bc6200
commit 982a7b42a2
3 changed files with 422 additions and 6 deletions

View File

@@ -27,6 +27,9 @@ func DefinePC() {
PC["Space"] = "Space"
PC["Enter"] = "Return"
PC["Start"] = "S"
PC["LK1"] = "H"
PC["LK5"] = "L"
}
func DefineGameShell() {
@@ -45,6 +48,10 @@ func DefineGameShell() {
GameShell["Space"] = "Space"
GameShell["Enter"] = "K"
GameShell["Start"] = "Return"
GameShell["LK1"] = "H"
GameShell["LK5"] = "L"
}
func init(){