This commit is contained in:
Simisays
2023-02-12 14:30:37 +01:00
parent e065c2c6c6
commit db06e94ed6
9 changed files with 27 additions and 25 deletions

View File

@@ -201,14 +201,16 @@
"JMP", "JMP",
"DMU", "DMU",
"BRO", "BRO",
"J22" "J22",
"ONE",
"(All)" "(All)"
], ],
"starterEditionNames": [ "starterEditionNames": [
"Jumpstart", "Jumpstart",
"Dominaria United", "Dominaria United",
"Brother's War", "Brother's War",
"Jumpstart 22" "Jumpstart 22",
"Phyrexia: All Will Be One",
"(All)" "(All)"
] ]
} }

Binary file not shown.

Before

Width:  |  Height:  |  Size: 44 KiB

View File

@@ -1,17 +1,17 @@
crab.png crab.png
size: 35,35 size: 189,30
format: RGBA8888 format: RGBA8888
filter: Nearest,Nearest filter: Nearest,Nearest
repeat: none repeat: none
Avatar Avatar
xy: 6,4 xy: 18,12
size: 17, 8 size: 27,12
Idle Idle
xy: 0, 1 xy: 0, 1
size: 27, 14 size: 61, 29
Idle Idle
xy: 32, 0 xy: 67, 1
size: 27, 16 size: 57, 31
Idle Idle
xy: 63, 0 xy: 129, 0
size: 27, 16 size: 56, 30

Binary file not shown.

Before

Width:  |  Height:  |  Size: 12 KiB

After

Width:  |  Height:  |  Size: 11 KiB

View File

@@ -1,11 +1,11 @@
kiora.png kiora.png
size: 35,35 size: 28,51
format: RGBA8888 format: RGBA8888
filter: Nearest,Nearest filter: Nearest,Nearest
repeat: none repeat: none
Avatar Avatar
xy: 3,11 xy: 1,18
size: 14,8 size: 27,19
Idle Idle
xy: 2, 2 xy: 21,8
size: 15, 26 size: 28, 51

Binary file not shown.

Before

Width:  |  Height:  |  Size: 13 KiB

After

Width:  |  Height:  |  Size: 12 KiB

View File

@@ -1,17 +1,17 @@
slimefoot.png slimefoot.png
size: 35,35 size: 216,216
format: RGBA8888 format: RGBA8888
filter: Nearest,Nearest filter: Nearest,Nearest
repeat: none repeat: none
Avatar Avatar
xy: 44,39 xy: 164,162
size: 23, 16 size: 32, 23
Idle Idle
xy: 0, 0 xy: 0, 0
size: 36, 33 size: 66, 67
Idle Idle
xy: 38, 0 xy: 76, 1
size: 30, 33 size: 65, 67
Idle Idle
xy: 75, 1 xy: 150, 1
size: 31, 31 size: 63, 64

Binary file not shown.

After

Width:  |  Height:  |  Size: 32 KiB

View File

@@ -3392,7 +3392,7 @@
}, },
{ {
"name": "Kobold", "name": "Kobold",
"sprite": "sprites/imp.atlas", "sprite": "sprites/dungeon/kobold.atlas",
"deck": [ "deck": [
"decks/kobold.dck" "decks/kobold.dck"
], ],
@@ -7852,7 +7852,7 @@
}, },
{ {
"name": "Slimefoot", "name": "Slimefoot",
"sprite": "sprites/boss/slimefoot.atlas", "sprite": "sprites/dungeon/slimefoot.atlas",
"deck": [ "deck": [
"decks/miniboss/slimefoot.dck" "decks/miniboss/slimefoot.dck"
], ],