mirror of
https://github.com/clockworkpi/launcher.git
synced 2025-12-13 02:08:50 +01:00
commit
2f92f62dae
@ -10,12 +10,6 @@ import sys
|
||||
from config import CurKeySet
|
||||
|
||||
GameShell = {}
|
||||
"""
|
||||
GameShell["Up"] = pygame.K_w
|
||||
GameShell["Down"] = pygame.K_s
|
||||
GameShell["Left"] = pygame.K_a
|
||||
GameShell["Right"]= pygame.K_d
|
||||
"""
|
||||
GameShell["Up"] = pygame.K_UP
|
||||
GameShell["Down"] = pygame.K_DOWN
|
||||
GameShell["Left"] = pygame.K_LEFT
|
||||
@ -54,6 +48,9 @@ PC["Enter"] = pygame.K_RETURN
|
||||
PC["Space"] = pygame.K_SPACE
|
||||
PC["Start"] = pygame.K_s
|
||||
|
||||
PC["LK1"] = pygame.K_h
|
||||
PC["LK5"] = pygame.K_l
|
||||
|
||||
if CurKeySet == "PC":
|
||||
CurKeys = PC
|
||||
else:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user