refactor: create data

This commit is contained in:
cha0s 2024-09-17 01:04:33 -05:00
parent acaa930fe1
commit b137b91ced
4 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
import data from '../../../public/assets/dev/homestead.json';
import data from './homestead.json';
function animal() {
return {

View File

@ -1,4 +1,4 @@
import data from '../../../public/assets/dev/town.json';
import data from './town.json';
export default async function createTown() {
const area = {x: 60, y: 60};