From 695138fbe0c1ba5450e7e632747e466605ac4548 Mon Sep 17 00:00:00 2001
From: Soopyboo32 <49228220+Soopyboo32@users.noreply.github.com>
Date: Thu, 9 Dec 2021 21:50:19 +0800
Subject: move mappings to seperate module
---
features/dungeonMap/index.js | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
(limited to 'features/dungeonMap/index.js')
diff --git a/features/dungeonMap/index.js b/features/dungeonMap/index.js
index a57edfc..93027b3 100644
--- a/features/dungeonMap/index.js
+++ b/features/dungeonMap/index.js
@@ -1,7 +1,7 @@
///
///
import Feature from "../../featureClass/class";
-import { f, m } from "../../mappings/mappings";
+import { f, m } from "../../../mappings/mappings";
const BufferedImage = Java.type("java.awt.image.BufferedImage")
class DungeonMap extends Feature {
--
cgit