Skip to content

Commit

Permalink
Potential multiatlas fix?
Browse files Browse the repository at this point in the history
  • Loading branch information
Disguised-Coffee committed Aug 13, 2024
1 parent 6a43d7b commit af41947
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/assets/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -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 = {
Expand Down

0 comments on commit af41947

Please sign in to comment.