feat(scene): replace G-key map transition with mouse-click warp & entrance interaction
This commit is contained in:
parent
1c738c5445
commit
bad680600f
File diff suppressed because it is too large
Load Diff
|
|
@ -47,7 +47,7 @@ const LOAD_KEYS = new Set(['KeyL'])
|
|||
/** Keys that toggle the automap. `Tab` is where Diablo II puts it. */
|
||||
const MAP_KEYS = new Set(['Tab', 'KeyM'])
|
||||
/** Keys that take the stairs, cave mouth or portal the player is standing on. */
|
||||
const USE_KEYS = new Set(['KeyG'])
|
||||
const USE_KEYS = new Set<string>()
|
||||
/** Keys that cast a town portal. */
|
||||
const PORTAL_KEYS = new Set(['KeyP'])
|
||||
/** Keys that open the waypoint destination list. */
|
||||
|
|
|
|||
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue