mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2025-01-10 23:37:33 +01:00
fix arrows
This commit is contained in:
parent
c681828ec1
commit
57b59de9be
@ -5,9 +5,9 @@ export function random(min: number, max: number): number {
|
||||
}
|
||||
|
||||
export const upArrowSymbol = "↑";
|
||||
export const downArrowSymbol = "↑";
|
||||
export const leftArrowSymbol = "↑";
|
||||
export const rightArrowSymbol = "↑";
|
||||
export const downArrowSymbol = "↓";
|
||||
export const leftArrowSymbol = "←";
|
||||
export const rightArrowSymbol = "→";
|
||||
|
||||
export function getArrow(event: KeyboardEvent): string {
|
||||
switch (event.key) {
|
||||
|
Loading…
Reference in New Issue
Block a user