Open fjf2002 opened 3 weeks ago
This path is correct nevertheless. It works this way:
At runtime you can open a page with a preview of all sprites. You can test it by running npm run dev
and then opening http://localhost:3000/spriteLibrary.html
in your browser.
This page includes file assets/css/imagesprites.css. Therein you find links to '../graphics/spritesheet.png' which corretly link the image file at runtime.
spritesheetgenerator references files in ./material
, which are excluded by .gitignore.
@martin-pabst you may want to fix this.
Ive talked some shit Here, but I repeat my Last Claim:
spritesheetgenerator references files in ./material, which are excluded by .gitignore
I suppose the spritesheetgenerator is broken
for a long time?I mean, the path../graphics/
does not exist.EDIT: spritesheetgenerator references files in
./material
, which are excluded by .gitignore.