mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2025-01-11 07:47: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 upArrowSymbol = "↑";
|
||||||
export const downArrowSymbol = "↑";
|
export const downArrowSymbol = "↓";
|
||||||
export const leftArrowSymbol = "↑";
|
export const leftArrowSymbol = "←";
|
||||||
export const rightArrowSymbol = "↑";
|
export const rightArrowSymbol = "→";
|
||||||
|
|
||||||
export function getArrow(event: KeyboardEvent): string {
|
export function getArrow(event: KeyboardEvent): string {
|
||||||
switch (event.key) {
|
switch (event.key) {
|
||||||
|
Loading…
Reference in New Issue
Block a user