Cleaned up Codebase after finishing Tutorial on php and adding files, styles some logic for LearningPlattform Projekt
This commit is contained in:
parent
1b0b12b655
commit
cbabe10ee9
22 changed files with 16 additions and 3419 deletions
|
|
@ -11,7 +11,7 @@
|
|||
// It's the "microrogue" tileset
|
||||
|
||||
const tileSet = document.createElement("img");
|
||||
tileSet.src = "colored_tilemap_packed.png";
|
||||
tileSet.src = "./../images/colored_tilemap_packed.png";
|
||||
|
||||
const tileOptions = {
|
||||
layout: "tile",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue