From af419473807e6d18796800b5c794998b0f1edd18 Mon Sep 17 00:00:00 2001 From: Disguied-Coffee Date: Tue, 13 Aug 2024 08:49:58 -0500 Subject: [PATCH] Potential multiatlas fix? --- src/assets/index.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/assets/index.js b/src/assets/index.js index 5358c2e..6d0adc0 100644 --- a/src/assets/index.js +++ b/src/assets/index.js @@ -3,10 +3,12 @@ import CityScapeData from "./tiledAssets/mapTest3/map.json" import CityScape from "./terrain.png" import playerAtlasData from "./atlas/blah.json" +import test from './atlas/blah.png' // import test from "./atlas" export const atlas = { - playerAtlas : playerAtlasData + playerAtlas : playerAtlasData, + image : test } export const moveMeLater = {