Created the main file and integrated the engine into it.

This commit is contained in:
The Wobbler 2024-07-19 18:24:45 +02:00
parent 9b1d91934b
commit 85a9518faf
9 changed files with 91 additions and 60 deletions

View file

@ -1,6 +1,6 @@
{
"Bla": {
"path": "../assets/stacked_sprites/animated/bla/",
"path": "assets/stacked_sprites/animated/bla/",
"layers": 3,
"scale": 16
}

View file

@ -1,11 +1,11 @@
{
"Robot": {
"path": "../assets/stacked_sprites/Robot.png",
"path": "assets/stacked_sprites/Robot.png",
"layers": 16,
"scale": 8
},
"Building": {
"path": "../assets/stacked_sprites/Building.png",
"path": "assets/stacked_sprites/Building.png",
"layers": 80,
"scale": 4
}