From 9b48102c5f8e16c43e9f26d95cbb65eb066ab842 Mon Sep 17 00:00:00 2001 From: metamuffin Date: Thu, 27 Jun 2024 12:02:47 +0200 Subject: change cli to supply data dir path --- test-client/main.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test-client/main.ts') diff --git a/test-client/main.ts b/test-client/main.ts index a572614b..4d1e9c53 100644 --- a/test-client/main.ts +++ b/test-client/main.ts @@ -19,7 +19,7 @@ import { MovementBase, update_movement } from "./movement.ts"; import { Gamedata, ItemIndex, Message, PacketC, PacketS, PlayerID, TileIndex } from "./protocol.ts"; -import { V2, add_v2, lerp_exp_v2_mut, normalize, lerp_exp, sub_v2, length } from "./util.ts"; +import { V2, add_v2, lerp_exp_v2_mut, normalize, lerp_exp } from "./util.ts"; import { draw_ingame, draw_wait } from "./visual.ts"; const KEY_INTERACT = "KeyJ" -- cgit v1.2.3-70-g09d2