mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2026-04-04 14:37:24 +02:00
refactor: update import path for label-raycast and improve state label rendering logic
This commit is contained in:
parent
861db87bff
commit
0d56479e00
2 changed files with 4 additions and 4 deletions
|
|
@ -11,7 +11,7 @@ import {
|
||||||
raycast,
|
raycast,
|
||||||
findBestRayPair,
|
findBestRayPair,
|
||||||
ANGLES,
|
ANGLES,
|
||||||
} from "../utils/label-raycast";
|
} from "./label-raycast";
|
||||||
|
|
||||||
declare global {
|
declare global {
|
||||||
var drawStateLabels: (list?: number[]) => void;
|
var drawStateLabels: (list?: number[]) => void;
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
import { findClosestCell } from "./graphUtils";
|
import { findClosestCell } from "../utils/graphUtils";
|
||||||
|
|
||||||
export interface Ray {
|
export interface Ray {
|
||||||
angle: number;
|
angle: number;
|
||||||
Loading…
Add table
Add a link
Reference in a new issue