Created the main file and integrated the engine into it.
This commit is contained in:
parent
9b1d91934b
commit
85a9518faf
9 changed files with 91 additions and 60 deletions
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"Bla": {
|
||||
"path": "../assets/stacked_sprites/animated/bla/",
|
||||
"path": "assets/stacked_sprites/animated/bla/",
|
||||
"layers": 3,
|
||||
"scale": 16
|
||||
}
|
||||
|
|
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue