mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2026-04-05 06:57: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,
|
||||
findBestRayPair,
|
||||
ANGLES,
|
||||
} from "../utils/label-raycast";
|
||||
} from "./label-raycast";
|
||||
|
||||
declare global {
|
||||
var drawStateLabels: (list?: number[]) => void;
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
import { findClosestCell } from "./graphUtils";
|
||||
import { findClosestCell } from "../utils/graphUtils";
|
||||
|
||||
export interface Ray {
|
||||
angle: number;
|
||||
Loading…
Add table
Add a link
Reference in a new issue