martin-pabst / Online-IDE-new-compiler

Online-IDE with new compiler
GNU General Public License v3.0
1 stars 0 forks source link

spritesheetgenerator broken? #35

Open fjf2002 opened 3 weeks ago

fjf2002 commented 3 weeks ago

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.

martin-pabst commented 1 week 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.

fjf2002 commented 1 week ago

spritesheetgenerator references files in ./material, which are excluded by .gitignore. @martin-pabst you may want to fix this.

fjf2002 commented 1 week ago

Ive talked some shit Here, but I repeat my Last Claim:

spritesheetgenerator references files in ./material, which are excluded by .gitignore