Fix naming of doctor and nurse sprites
This commit is contained in:
parent
a76f795cd5
commit
4fc92f22d9
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"textures": [
|
||||
{
|
||||
"image": "nurse.png",
|
||||
"image": "doctor_f.png",
|
||||
"format": "RGBA8888",
|
||||
"size": {
|
||||
"w": 272,
|
Before Width: | Height: | Size: 4.8 KiB After Width: | Height: | Size: 4.8 KiB |
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"textures": [
|
||||
{
|
||||
"image": "doctor.png",
|
||||
"image": "doctor_m.png",
|
||||
"format": "RGBA8888",
|
||||
"size": {
|
||||
"w": 219,
|
Before Width: | Height: | Size: 3.9 KiB After Width: | Height: | Size: 3.9 KiB |
Loading…
Reference in New Issue